Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 523 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 523 Bytes

This repository contains sample projects that show the same API built with both ASP .NET WebAPI 2 and ASP .NET Core.

Getting Setup

######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.

Covers

  • Controllers
  • Setting up CORS
  • Adding Swagger documentation
  • Moving Delegating Handlers to Middleware
  • Setting up DI

Now you should be all set. Happy Coding