Exploring a minimal WebAPI with ASP.NET Core

added by DotNetKicks
7/26/2016 8:49:14 AM

644 Views

They are still working on the "dotnet new" templates, but you can also get cool templates from "yo aspnet" usingn Yeoman. The generator-aspnet package for Yeoman includes an empty web app, a console app, a few web app flavors, test projects, and a very simple Web API application that returns JSON and generally tries to be RESTful.


0 comments