User963602133 posted
I am using EF, and because of a lot of business-rules i have created my own CRUD-methods. Is it possible somehow to use the ObjectDataSource together with my Dynamic Data?
My big issue, and the reason why I am looking at Dynamic Data, is, that I cannot find a way in a normal DetailsView/ObjectDataSource setup to insert and update entities with references to other entities (e.g. a Product entity with a reference to a Category
entity). This does the Dynamic Data solve, but then comes in the issue about using my own insert/update/delete methods.