Pages

Ads 468x60px

3 TIER ARCHITECTURE IN ASP.NET MVC | DAL BAL


Hi, Currently I am learning ASP.NET MVC.. and I am going to tell us the way that how to implement 3 tier architecture in ASP.NET MVC using Class library.
I always use 3 tier architecture  in my projects.. So here in ASP.NET MVC I want to implement same 3 tier architecture . 
(I only describe about the DAL andPresentation layer,  you can yourself implement BAL)
This article purpose is to describe how you will create models in Data access layer (DAL) and access them in Presentation layer...

So lets start...

First open visual studio..(you must have MVC 3.0 installed) and create an new project.