asp.net with mvc4
What are the best methods to develop the project in mvc4?.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ring ZhongPosted Oct 25, 2013, 4:13 AM
http://www.codeproject.com/Articles/526970/Design-and-Develop-a-website-using-ASP-NET-MVC-4-E
http://ddmvc4.codeplex.com/
hope it helps
best regards,
Jaganathan BantheswaranPosted Oct 25, 2013, 1:06 AM
You can follow the whatever architecture available for normal asp.net application. I found one nice example.
http://efmvc.codeplex.com/releases/view/74870
Jignesh TrivediPosted Oct 25, 2013, 12:50 AM
also refer some best practices in MVC....
http://www.codeguru.com/csharp/.net/net_asp/mvc/top-10-asp.net-mvc-best-practices.htm
also you can use EF as a DataAccess layer.. top of MVC you can use 3-tire architecture (PL, BAL and DAL)
your MVC project work as PL
Other class lib project work as BL
combination of EF and Class lib work as DAL
hope this will help you.
Sasi ReddyPosted Oct 25, 2013, 12:44 AM
Jaganathan BantheswaranPosted Oct 25, 2013, 12:35 AM
What you mean by best methods?
Jignesh TrivediPosted Oct 25, 2013, 12:20 AM
hi,
MVC, it self good idea to develop web application.Differnt people look for different programming appeoach
There are some to consider while creating MVC
Please refer
http://www.codeproject.com/Articles/374516/Some-points-to-consider-while-working-on-ASP-NET-M
http://www.c-sharpcorner.com/UploadFile/ff2f08/mvc-vs-Asp-Net-web-form/
hope this will help you.