AspNetCore.Docs/aspnetcore/web-api/define-controller/samples
Luke Latham d18fa2b084
2.2 Sample Updates (#9795)
2018-12-04 10:56:13 -06:00
..
WebApiSample.Api.21 2.2 updates to web API doc (#9303) 2018-10-30 13:01:52 -05:00
WebApiSample.Api.22 2.2 Sample Updates (#9795) 2018-12-04 10:56:13 -06:00
WebApiSample.Api.Pre21 Implicit versioning of the All package (#9223) 2018-10-25 15:16:50 -10:00
WebApiSample.DataAccess Convert synchronous web API methods to async (#7544) 2018-07-10 14:08:50 -05:00
README.md 2.2 updates to web API doc (#9303) 2018-10-30 13:01:52 -05:00
WebApiSample.sln 2.2 updates to web API doc (#9303) 2018-10-30 13:01:52 -05:00

README.md

ASP.NET Core Web API Controller Sample

This sample app consists of the following projects:

  • *WebApiSample.Api.22: An ASP.NET Core 2.2 project targeting .NET Core 2.2.
  • WebApiSample.Api.21: An ASP.NET Core 2.1 project targeting .NET Core 2.1.
  • WebApiSample.Api.Pre21: An ASP.NET Core 2.0 project targeting .NET Core 2.0.
  • WebApiSample.DataAccess: A .NET Standard 2.0 class library serving as a data access tier for the 2 Web API projects.

This sample illustrates variations of Web API controller creation: