After installing the Asp.net mvc framework, a series of template is put in the VS studio. And now, for example, when creating a project “asp.net mvc Web application”, at the very beginning there is an opportunity to choose which test framework is used for development. But unfortunately there is only one item to choose from. Already now there is an opportunity to install a bunch of extensions. Since I use nUnit for development, it would not be bad to find such a “plugin”.
Downloading a
small archive with two templates:
- NUnitDemo
- NUnitAndRhinoMocks
In the archive we find either NUnitDemo.zip or NUnitAndRhinoMocks.zip and NUnitAndRhinoMocks.reg and NUnitDemo.reg.
Copy them to "\ Microsoft Visual Studio 9.0 \ Common7 \ IDE \ ProjectTemplates \ CSharp \ Test \ 1033 \"
Next, run "devenv / setup".
Now, when creating a project, you can optionally select a few more templates.
