Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I am not able to decide which one is best for my new project because my first project is based on three layer architecture and it is simple as compare to MVC coding style and my 2nd project is based on MVC and MVC takes a large code to display data in gridview, search data into gridview etc. as compare to 3 layer architecture and MVC provides me short codes for validation.

What I have tried:

So friends please help me for this confusion. which one is best for my next web based project.
Posted
Updated 10-Dec-20 17:43pm
v2
Comments
Richard MacCutchan 10-Dec-20 5:15am    
There is no "best", there is only appropriate, and no one can make that decision for you.
Member 14743579 10-Dec-20 5:46am    
If i choose 3 layer architecture using entity framework for web based application is good or not on cloud.
Richard MacCutchan 10-Dec-20 5:52am    
It is impossible to answer such a question. You will need to do your own research into the different options and decide which one works best for you.
Member 14743579 10-Dec-20 6:36am    
ok thanks

1 solution

EF is part of the "Model"; as in Model-View-Controller (MVC). Or MVP or MVVM.

You're comparing 2 things that are not comparable.

Your decision to use or not use MVC (patterns) has nothing to do with EF.
 
Share this answer
 

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