An example of a testable Azure Table Storage
Testability and the means to abstract away your persistence layer in Windows Azure - two things that you don’t get for free. But you can get it really cheap, you…
Testability and the means to abstract away your persistence layer in Windows Azure - two things that you don’t get for free. But you can get it really cheap, you…
When creating your first WorkerRole you probably have a particular task in mind. It could be to generate a report every night or perhaps to send a welcome mail to…
I currently have the luxury of starting out on a green field Azure project. Naturally you start out with the intention that this will be the project where everything is…
Want an easy way to configure your Inversion of Control (IoC) container using an API? Don’t care one iota about which specific container you actually are using you just want…