Yeah, yeah. I know this will probably show up as an empty promise since I always have the best intentions to post more, but I have some blog posts and samples in the works (some were literally ready to post and then a change came out and I have to make adjustments). My goal is to get at least one of them out by the end of July. If anyone has feedback on what they’d like to see first, please comment.
On deck, in no particular order :
- A detailed post (with code and a Templify template to get you started) on a generic repository pattern for ASP.NET MVC 3 and Entity Framework 4.1 along with a unit tests that utilize SQL Compact edition that automatically create a new SQL Compact file upon starting tests, populates the schema with sample data, and then subsequently deletes the file after tests are complete. Dependency injection is done via Ninject, which is my IoC of choice for MVC3.
- A post on consuming portable areas in MVC 3 for a plugin-like architecture. Think “modules” that can be dynamically loaded.
- A post on the MVC lifecycle and when and why to use the various filter interfaces provided by ASP.NET MVC3.
- A post on Node.js from a .NET developers perspective and how to get started with hosting, the current state of node on Windows and so-on.
- A post on custom HtmlHelpers for MVC3 showing various techniques to keep those views nice and DRY.
- A post on running JetBrains TeamCity 6.5 in the cloud using Amazon’s EC2 “micro” instance and automatically bringing up build agents and terminating them after the build. The post would be aimed at .NET development.









