Search⌘ K
AI Features

Hello ASP.NET Application!

Explore the initial setup of an ASP.NET Core starter app. Learn how to run the default application, view output, and get familiar with the project's files and structure. This foundational lesson helps you comfortably begin developing and customizing ASP.NET Core applications.

We'll cover the following...

Initial setup

Below is the starter app, which comes with ASP.NET Core out of the box. When you click on the Run ...