This is the fourth in a series of five posts recounting my experiences using Entity Framework Code-First to replace ADO.NET and stored procedures in a…
Life would be simpler if I had the source code
This is the fourth in a series of five posts recounting my experiences using Entity Framework Code-First to replace ADO.NET and stored procedures in a…
This is the third in a series of five posts recounting my experiences using Entity Framework Code-First to replace ADO.NET and stored procedures in a…
This is the second in a series of five posts recounting my experiences using Entity Framework Code-First to replace ADO.NET and stored procedures in a…
In February 2011 I found myself doing some contract development work in a team that was still doing data access using raw ADO.NET and stored…
Having slain the beast that is Shared Database, the next dragon to appear on my Enterprise Integration horizon is Shared Assemblies. That is, the suggestion…
A few days ago a friend emailed me the following question regarding NHibernate mappings for a solution he’s currently developing: “I have an idea entity…
So, I was in the office at a client site, walking back to my desk after grabbing a quick coffee, when a developer on a…
I just had an email from a friend asking where business logic should go when using MVC – the controller or the model. I thought…
When I first started writing automated unit tests for my code, I remember getting carried away writing lots of tiny little tests, each with a…
I’ve been asked “How do you test LINQ queries?” a couple of times in the past few months, so I thought I’d blog my answer…