Can anyone show me an example of persisting Composite Data in c#?
Suppose I have a hierarchy of Areas.
How to achieve CRUD with Area?
Should I use a Proxy class and how?
Suppose I have a hierarchy of Areas.
How to achieve CRUD with Area?
Should I use a Proxy class and how?
Comment