Monday, 11 November 2019

How do you implement an object mapper like in ASP.NET?

Is there a way to let's say create a new object from an object easily? Let's say you have a Student model and you want to create a PublicStudent model, which is the Student model without the ID and SIN, how do you easily map the fields from one to the other?

Submitted November 12, 2019 at 01:03AM by jesusscript

No comments:

Post a Comment