Asp.Net Program Architecture
- by Pino
I've just taken on a new Asp.Net MVC application and after opening it up I find the following,
[Project].Web
[Project].Models
[Project].BLL
[Project].DAL
Now, something thats become clear is that there is the data has to do a hell of a lot before it makes it to the View (DatabaseDALRepoBLLConvertToModelControllerView). The DAL is Subsonic,…