ASP.NET MVC 3 - How to Reuse Solution?
What's the best way to structure the base functionality of an ASP.NET MVC 3 solution so it can be reused in subsequent solutions? For example, I'm going to develop a basic skeleton MVC app with user registrati开发者_开发知识库on using email verification, enhanced users/right/roles, blogging with comments, and a forum. I understand maintaining the business logic in class libraries but how about the controllers and views? Do I basically have to just copy and paste my base solution to create each of my new solutions?
- Creating a Custom ASP.NET MVC Project Template
- templify
精彩评论