Skip to content

Instantly share code, notes, and snippets.

@olivif
Last active October 29, 2016 15:54
Show Gist options
  • Save olivif/6f94f560a5078cb727cb1528654aa655 to your computer and use it in GitHub Desktop.
Save olivif/6f94f560a5078cb727cb1528654aa655 to your computer and use it in GitHub Desktop.
Checklist for creating an MVC 5 Web API github project
Checklist for creating an MVC 5 Web API github project
Prereqs
* Visual Studio 2015 Update 3
* .NET Core 1.0.1 - VS 2015 Tooling Preview 2 - https://www.microsoft.com/net/download
1. Create local repo with git init .
2. Create Web API project - https://docs.asp.net/en/latest/tutorials/first-web-api.html
3. Create Web API unit tests project with MsTest - https://docs.microsoft.com/en-us/dotnet/articles/core/testing/using-mstest-on-windows
4. Import Moq nuget package
5. Create Web API hosting tests project with MsTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment