Archive for the ‘ASP.NET MVC’ Category

Model to Model-Presentation Automapper

Posted on April 6th, 2011 in ASP.NET MVC | No Comments »

That’s what I was looking for:

http://automapper.codeplex.com/

it allows that: Using AutoMapper to map view models in ASP.NET MVC

For a little more theory about the subject, it’s here.

Now, I just have to use it!

Extend ASP.NET MVC

Posted on April 6th, 2011 in ASP.NET MVC | No Comments »

Interesting article about ASP.NET extensibility. Read here.