Home

Map Framework for AutoMapper

AutoMapper is an AMAZING open source project that I can’t do without it in my WebAPI and MVC projects. However, creating the class maps can be a bit cumbersome. Creating maps is resource intensive due to heavy use of reflection, so best practices dictate creating all maps at app startup. This is typically done with a single file, like below:

Read more

AngularJS Forms in 3.1

Here is a presentation I did for CincyNG (Cincinnati AngularJS Meet up) on November18th, 2014. I explain what’s new for forms in AngularJS 1.3

Read more