Follow Me!
Bio
I am an Architect for Dell.com on the Engineering Excellence team. I (co)Founded MvcContrib, Should, Solution Factory, and Pstrami open source projects. I have co-authored MVC 2 in Action, MVC3 in Action, and MVC 4 in Action. I am a Microsoft MVP.
I have founded some online conferences like aspConf, mvcConf, Community For MVCBlog Series
Ads
-
Recent Posts
- using the asp.net lego blocks to create a synchronized Kanban board.
- Tip to become a successful software engineer.
- ASP.Net Web Config Transform Console Utility released on nuget
- Are your unit tests still hard to read ? – Should Assertion Library
- Using sql compact for integration tests with entity framework.
- using MVC Navigation Routes in Twitter.Bootstrap.MVC4
online
Category Archives: AutoMapper
AutoMapper feature: projection
I’m slowly filling in documentation for AutoMapper, which is turning out to be exactly as much fun as I estimated. Projection Projection transforms a source to a destination beyond flattening the object model. Without extra configuration, AutoMapper requires a flattened … Continue reading
Comments Off
AutoMapper 0.2 released
With quite a few community patches submitted, I dropped AutoMapper version 0.2 today. Here’s the release notes: Added: Better mapping exceptions that capture current mapping context Custom instantiation expressions for value formatters Custom instantiation expressions for value resolvers Support for … Continue reading
Comments Off
AutoMapper mailing list created
Since the one AutoMapper blog post comment section is a terrible place to ask and answer questions, I created an AutoMapper-users Google Group: http://groups.google.com/group/automapper-users I was probably being a little presumptuous that there are user(s) plural other than me, but … Continue reading
Comments Off
AutoMapper: the Object-Object Mapper
In Domain-Driven Design, creating a rich domain model in code is essential for capturing the richness and complexity of the real-world domain. These domain models, designed as POCOs, are not very portable, nor should they be. Domain models live inside … Continue reading
Comments Off

