In Part 1, I built a simple Northwind ASP.NET MVC application using Entity Spaces and maintained the Entity Spaces references throughout the application. This is not a loosely coupled application, but it does allow for slick and easy Entity Spaces relationship mapping in the View and in other layers of the application. The downside is that a reference to the Entity Spaces DLL's need to be made in each layer. In Part Deux, I refactored the application to be loosely coupled. This helps promote a very f...
|
1
votes |
|
|||
No comments yet, be the first one to post comment.