#automapper | #structuremapOctober 12, 2011AutoMapper StructureMap ProfileHere’s an updated StructureMap profile for AutoMapper 2.0.
#aspnet-mvc | #structuremapSeptember 23, 2011Better form handling in ASP.NET MVCConventional form handling ASP.NET MVC leads to a lot of repetitive code. This post focuses on improving how we handle forms including a better way to populate “buddy” data on our view models.
#aspnet-mvc | #structuremapAugust 10, 2011Model Binder Dependency Injection with StructuremapIn this post I demonstrate how we can use a custom IModelBinderProvider to allow for dependency injection in an ASP.NET MVC ModelBinder.