r3dlin3 / test-controller-logic

Little project to test controller logic in .Net Core 2.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core Web API Controller Sample

This sample app consists of the following projects:

  • WebApiSample.Api: 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:

About

Little project to test controller logic in .Net Core 2.1


Languages

Language:C# 100.0%