Could you please advise me where to put:
- mappers for business objects and view model objects?
- mappers for shared user controls (business object <-> control’s view model)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I implement mapping logic between models and view models in the ASP.NET MVC tier which is the frontend tier referencing both the business objects tier and the view models which are part of it. I use AutoMapper for this mapping logic.