.NET
-
Simple WCF SOAP-REST Multi-Project Template
Download the source code for this post. I did it again: another multi-project Visual Studio template – this time for…
Read More » -
How to handle transactions in ASP.NET MVC3
I got annoyed about having to repeat the transaction handling in every POST method of my controllers. First of all:…
Read More » -
Validate User Input, Not Developer Input
I have a very simple rule, I like to follow that helps to simplify my code. “Don’t validate developer input”…
Read More » -
WCF Rest Services for Windows Phone
So great, to create WCF Rest services for Windows Phone, you have to follow just 5 steps. This post will…
Read More » -
Roll Your Own REST-ful WCF Router
Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the…
Read More » -
C# text file deduping based on trimmed lines
A while ago, I needed to analyze a bunch of files based on the unique trimmed lines in them. I…
Read More » -
Inversion of control containers – Best practices
Disclaimer: I’ve used IoC containers for a couple of years now and also made a couple of my own (just…
Read More » -
CInject – Code Inject
CInject (or CodeInject) allows code injection into any managed assembly without disassembling and recompiling it. It eases the inevitable task…
Read More » -
Why you need to make your tests fail
Test Driven Development (TDD) have many benefits. For start it’s a design methodology that help avoiding “Analysis paralysis” and make…
Read More » -
Creating robust tests with Isolator V7
The problem with unit tests is that they keep on breaking… Obviously that’s not entirely correct, nevertheless I had the…
Read More »