In Part 1 of this short series, I discussed how to build a simple ASP.NET MVC application using Entity Spaces. If you have any Object Oriented background you will have noticed that that application was what is called, "tightly coupled". That means that one set of objects depends on another. This is generally a bad idea as it makes your application less flexible and extendable. In this article, I will discuss what changes are necessary to make the application "loosely coupled", which in turn will make...
|
1
votes |
|
|||
No comments yet, be the first one to post comment.