How do I create a dynamic data transfer object dynamically from ADO.net model
- by Richard
I have a pretty simple database with 5 tables, PK's and relationships setup, etc. I also have an ASP.net MVC3 project I'm using to create simple web services to feed JSON/XML to a mobile app using post/get. To access my data I'm using an ADO.net entity model class to handle generation of the entities, etc.
Due to issues with serialization/circular…