Blogroll
Categories
Tags
.net 4.0 alt.net architecture asp.net basic blend book book review building c# comunidad configuration ddd development expression extensibility extensions functional programming globalization haskell ioc javascript mef mercurial mvc news personal powershell programming sql server streams subversion tdd tool van version control viewstate visual studio web.config web dev windsor workflow foundation wpf xunit
Tag Archives: automapper
Mapeo, DTO’s y ViewModels en ASP.NET MVC
Los DTO’s –Data Transfer Objects- (algunos los llaman ViewModels/EditModels según el uso para el que existan) nacen por una razón específica: El modelo de lo que ves en la vista no representa directamente tu modelo de negocio. Mi ejemplo tradicional … Continue reading
Posted in asp.net, development
Tagged architecture, asp.net, automapper, ddd, dto, mvc, programming
19 Comments
Using Automapper with Castle Windsor
I am a fan and happy user of the excelent library Automapper (by Jimmy Bogard) to mapping my ViewModel/EditModel to my Domain Model entities. If you are not using it already you should! Well, the issue is that I’m also … Continue reading