Categories
ADO.NET Data Services ALT.NET AppFabric architecture Async auto tagging BDD DDD Fiddler Fluent NHibernate hardware Heroku Home Network HTTP International IoC MSDN Magazine MSpec my setup NHibernate OAuth performance Pivot R# Refactoring Ruby Sinatra SSIS TortoiseSVN Uncategorized virtualization WCF Web Web API Windows 7 Windsor
Monthly Archives: November 2009
Astoria, SSIS Adapters and BDD – Projecting Projections
The big idea behind ADO.NET Data Services is that it enables a data source (generally a relational data source) to be exposed via a RESTful service. In the context of fetching data – which is the principle concern of our … Continue reading
Posted in ADO.NET Data Services, BDD, MSpec, SSIS
2 Comments
Astoria, SSIS Adapters and BDD – Class Design
In the process of writing a post about one specific feature of the design, I realized that I hadn’t actually described the moving parts in the solution. There are 3 projects in the VS solution: the SSIS-specific code, the core … Continue reading
Posted in ADO.NET Data Services, SSIS
Leave a comment
Astoria, SSIS Adapters and BDD – On BDD and MSpec
Let me preface this post by saying that it is about my (early) experiences practicing BDD in the context of a specific specification framework – MSpec. There are plenty of folks out there who are much more authoritative on this … Continue reading
Posted in ADO.NET Data Services, BDD, R#, SSIS
4 Comments
Using Latest NUnit Version With MSpec
As I’ve been working another blog post about my adventures in learning BDD ala MSpec, I ran into something that I wanted to share as the problem wasn’t immediately obvious (to me anyway). The problem is that MSpec has a … Continue reading
Posted in BDD, MSpec, R#
Leave a comment
Astoria, SSIS Adapters and BDD – Code
I’m currently working on the post talking about how, in the course of writing my SSIS data source for ADO.NET Data Services, I stumbled into replacing my unit tests with specifications. However, in advance of that, I wanted to go … Continue reading
Posted in ADO.NET Data Services, SSIS
3 Comments