277 Views
There have been a lot of requests for MVC based scorecards, so I am going to kick off a new series of wiring up an MVC scorecard site. This first part will simply cover setting up the basic site and skeleton framework using the default ASP.NET MVC Project. Start off by starting a new ASP.NET MVC Project. Since I will be creating tests for this walk through, be sure to add a unit test project also. I am just using the default MS-test libraries for now, but feel free to apply whatever test framework you would...
0 comments