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:
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
AngularJS Providers and Decorators
Here is a presentation I did for CincyNG (Cincinnati AngularJS Meet up) on March 18th, 2014. I explain the basics of providers, decorators, and response interceptors.
23 post articles, 5 pages.