This repository contains sample projects that show the same API built with both ASP .NET WebAPI 2 and ASP .NET Core.
######ASP .NET The Get ASP .NET Home repo on Github should have what you need to get ASP.NET Core installed on your machine. The samples were written with RC1.
- Controllers
- Setting up CORS
- Adding Swagger documentation
- Moving Delegating Handlers to Middleware
- Setting up DI
Now you should be all set. Happy Coding