Click here to Skip to main content
15,910,872 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi all,
I have read a lot of articles (starting articles,tuorials) about mvc entity framework
but still i am confused how to start my next professional projects on MVC + Entity Framework
Currently i am doing projetcs on ASP.NET Web Forms 4.0 and ADO.NET.
The structures of my currently projects are as follows :

1-BLL
2-DAL
3-Presentaion Layer

I also have knowledge that mvc follow the same structure by the use of model, views and controllers

Now i have decided to start my project on the following pattern

1 (DAL) (Class library Project)
2 (Presentation Layer) (MVC Project)

I just want to ask AM i missing something?

And what things i need to consider when i am starting a project on MVC and entity framework ?

Is this strategy depicts more professionalism if we start works on MVC and entity framework
rather than traditional web forms and ado.net ?

what incentives should i got when start developing on these platforms ?

Waiting for your detailed answers.

Thanks
Posted

1 solution

See WebForms vs. MVC[^] - a great overview by Marla Sukesh.

Cheers,
Edo
 
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