1
votes

ASP.NET MVC Northwind Demo using Entity Spaces - Part Deux

published 224 days, 14 hours, 19 minutes ago posted by kahanukahanu 231 days, 18 hours ago
Tuesday, January 26, 2010 9:53:49 PM GMT Tuesday, January 19, 2010 6:12:05 PM GMT

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...

category: Frameworks | clicked: 2 | | source: www.mvcstarterkits.net | show counter code
tags: ASP.NET MVC

No comments yet, be the first one to post comment.

To post your comment please login or signup