ASP.NET MVC 2.0 Copy ViewModel to Business Objects

Posted by azamsharp on Stack Overflow See other posts from Stack Overflow or by azamsharp
Published on 2010-04-22T20:13:04Z Indexed on 2010/04/22 20:23 UTC
Read the original article Hit count: 231

Filed under:
|

I am using ASP.NET MVC 2.0 and I want to transfer my ViewModel properties to business object. I can do this manually or use AutoMapper or use new method available in ASP.NET MVC 2.0. My question is that does anyone know the name of the new method which allows to copy the properties from one object to another?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc