Using AutoMapper with ASP.NET MVC Views

preview_player
Показать описание
Part of my "Best Practices in ASP.NET: Models, Validation, and Entities" course. This demo shows how to use AutoMapper to map your Entities into Views
Рекомендации по теме
Комментарии
Автор

I spent half the day trying to work out how to use Automapper. I Worked it all out 10 minutes after seeing this video! Thanks your one of the best teachers

PokerStarsBetterTilt
Автор

This was a great example. Thank you. My only suggestion is to include the classes so we can see more clearly why those two properties didn't "automap".

trevorwesterdahl
Автор

Automapper was mentioned in a Microsoft asp.net mvc page regarding Over Posting protection. Great simple video to demo this. Looks very useful.

cleartheory
Автор

you explain it very well and I took the issue 'Missing type map configuration or unsupported mapping'. and your class' config Automapper helped me

galileogalbar
Автор

it is very helpful. But i've not found Project().To<> extension .

azatgumus
Автор

AutoMapper 5.2.0 don't have Project().To<>. What we need to use for projection in that case.

manish