-
.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 » -
Software Development
Is TDD Evolving?
Something strange is going through TDD land these last couple of weeks. First it was Uncle Bob,with a new TDD…
Read More » -
Software Development
The danger of deadlines
Deadlines are a good thing, right? Everyone needs deadlines. Don’t they? There are three constants in life: death, taxes and…
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
Aspect Oriented Programming with Action
Aspect Oriented Programming (AOP) is a pretty great concept. It is a little difficult to implement though. To be honest, I…
Read More » -
.NET
Explaining What Action And Func Are
In C#, Action<> and Func<> are extremely useful tools for reducing duplication in code and decreasing coupling. It is a…
Read More » -
.NET
Playing around with PLINQ and IO-bound tasks
I recently downloaded Visual Studio 2010 beta, and took the chance to play with PLINQ. PLINQ, for those of you…
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 » -
Software Development
Install Windows 8 from Virtual Machine
Requirement: Oracle VM VirtualBox Windows 8 Developer Preview ISO file (32-bit or 64-bit) Windows Live ID* (for best testing experience,…
Read More »
[homeForm]