Author: you've been HAACKED | Posted on: 6/6/2011 12:08:39 PM | Views : 860

When you create a new ASP.NET MVC 3 project, the new project wizard dialog contains several options for different MVC project templates: Empty Internet Application Intranet Application (new in the April 2011 Tools update ) There's a lot of white space in that dialog. To many of you, all that unsullied territory smells like opportunity. When I talk about this dialog, I go to great pains to tell folks that, yes!, you too can extend that dialog and add your own project templates in there. If you wanted to, you could have your own ASP.NET MVC 3 project template configured exactly the way you want. Hate the default template? Make your own! The only problem is, I keep telling you that you can extend it, but sadly I never told you how. But that's about...(read more) ...

Go to the complete details ...