Using ASP.NET MVC from Visual Web Developer Express 2008

I was wondering if there is a way (even manual) to configure an ASP.NET MVC project with unit tests in Visual Web Developer Express 2008 SP1.

+5
source share
4 answers

ASP.NET MVC 1.0 (release version) comes bundled with templates for Visual Web Developer Express 2008. Not sure if SP1 is required or not.

+10
source

Visual Web Developer #, ASP.NET MVC. Visual # Express, , .

0

. Visual Web Developer: D , VisualStudio!

NUnit Framework unit test NUnit Mocks ( , , NUnit , ).

0

You need Visual Web Developer Express 2008 Service Pack 1 (SP1) and according to the VWDExpress Readme: To see the “New Project” and “Open Project” in the “File” menu, you must manually add these commands to the menu by right-clicking mouse click the menu file by clicking "Configure ...", selecting the "Commands" tab, selecting the "File" category, and then dragging "New Project" and "Open Project" to the "File" menu ...

0
source

All Articles