Hi friends ,
I am new in MVC Please tell me
What is the best Architecture and design pattern for Asp.net MVC ERP Application ?
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.
Bikesh SrivastavaPosted Nov 17, 2016, 12:42 AM
Milan PrajapatiPosted Nov 17, 2016, 12:40 AM
- Three-Tier Web Application Development (http://weblogs.asp.net/nannettethacker/archive/2008/03/05/3-tier-web-application-development.aspx)
- A Simple 3-Tier Layers Application in ASP.NET (http://geekswithblogs.net/edison/archive/2009/04/05/a-simple-3-tier-layers-application-in-asp.net.aspx)
- MVC N-Tier EMR Sample (http://mvcntierapp.codeplex.com/)
- An N-Tier Architecture Sample With ASP.NET MVC3, WCF and Entity Framework (http://www.codeproject.com/Articles/434282/A-N-Tier-Architecture-Sample-with-ASP-NET-MVC3-WCF)
And below are some of the additional .NET framework design and architecture patterns:- .NET Design Patterns (http://www.dofactory.com/Patterns/Patterns.aspx)
- Discover the Design Patterns You’re Already Using in the .NET Framework (http://msdn.microsoft.com/en-us/magazine/cc188707.aspx)
- ASP.NET Patterns Every Developer Should Know (http://www.developerfusion.com/article/8307/aspnet-patterns-every-developer-should-know/)
- Microsoft’s Patterns and Practices Site (http://pnp.azurewebsites.net/)
Try this, it will help.