Tagged Questions
2
votes
3answers
246 views
Good ways to start an application in ASP.NET MVC
When you start creating an application or site in ASP.NET MVC, what do you do before typing in that first line of code?
I'm personally fond of creating a new ASP.NET MVC Web Application project and ...