...

/

.NET Core

.NET Core

In this lesson, you will be provided with the basic application image for .Net Core.

We'll cover the following...

Files

You can find these files in the code/common-development-profiles/demos/aspnet-core folder.

A static HTML file to be served:

...

Press + to interact
<h1>Hello !</h1>
<p>This page is served by ASP.NET Core</p>
<p>Try our <a href="/v1/square/4">multiply API</a>.</p>

A REST API coded with ASP.NET ...