Studying various articles and discussions, I came to the conclusion that the implementation of this pattern is superfluous because EF itself “realizes it and eventually it will result in building abstraction over abstraction, but I could not find an example of how the data access level should be implemented correctly . For example, there is a tutorial: http://metanit.com/sharp/mvc5/23.7.php. I would be very grateful for a brief description of how this example would look without implementing the above-mentioned pattern.
- I do not know whether more relevant. In my application, I use the context in the business logic layer, while gui only sees the business logic layer. - Bald
|