User669157455 posted
I dont need the Database Interaction part of Dynamic Data. I like the functionality of Generating Custom Page based on the Entity and Template.
I want to plug out the Dynamic Page generation functionality and create a Custom Control to which I will give an Instance of any Entity (POCO) and it should be able to build an Edit Page for it with values filled.
I have an application where POCOs are plugged in and I need to create CRUD screens dynamically for them. And these dont go in a Database but some API calls.
-hAshish