-
Software Development
Setting up my Developer Machine
Today I just returned from a week of holidays at Kos (Greece). Amazing! So you might imagine that returning to…
Read More » -
Visual Studio
Using NuGet to Distribute Company Internal DLLs
Releasing new software has to be simple and super fast! That was not the case for our company-internal class libraries…
Read More » -
Software Development
Respecting “the Zone”
Respect when someone is “in the zone”! Don’t disturb him if it’s not necessary. The “context switch problem” is a…
Read More » -
.NET
ASP.net MVC3: Doesn’t Deserialize Nullable Properties from Json
A couple of days ago I noticed that the Nullable properties of a C# object were not properly deserialized when…
Read More » -
.NET
Posting JSON Data to an ASP.net MVC 3 Web Application
The trend in today’s web application development goes more and more in the direction of having rich, desktop-like applications. There…
Read More » -
.NET
Smelly Code: Direct Object Instantiation as a Testability Killer
This Smelly Code post discusses mainly a testability issue without going into further detail on other things like readability which…
Read More » -
.NET
Template Method design pattern
As I already mentioned in my previous post I’m currently doing domain objects to XSD generated object mapping. Monotonic, exactly,…
Read More »