Click here to Skip to main content
15,916,412 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Dear All,

I am able to view my DB records in MVC application using ADO.NET Entity Data Model.
Now I want to shift on 3-layer approach (which we used in plain asp.net application) like
BAl & DAL layer should be there with MVC.

Please help/suggest me on this.

-
YRishi
Posted

Dear Friend,

MVC and 3-tier architecture are different things all together. If they were the same, then anybody with a 3 tier architecture would by definition have implemented MVC. Since that would be a false statement, we can safely say that they are not the same thing.

MVC has specific architectural patterns as to how the tiers interact that differ from a straight 3 tier architecture.

http://en.wikipedia.org/wiki/Three-tier_(computing)[^]

I hope this will clear your confusion.
 
Share this answer
 
 
Share this answer
 
Comments
Member 8402621 31-Aug-12 2:51am    
Any one have any project which is based on asp.net 4.0 with entity framework with 3 tier or n tier architecture.If have please tell me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900