Relative Content

Tag Archive for c#ef-code-firstodataentity-relationship

DB level one to many relationship changed to one to one in DTO level

I’m implementing an order related project with C# code first method and the code goes like this.
There is a web system to make orders and there is other mechanism to received tracking status. (Order prepare, Order Dispatched, Order received to warehouse, delivered etc…)