Build your first ASP.NET Core web app
Learn how to build your first web app with ASP.NET Core.
Learning objectives
By the end of this module, you'll be able to:
- Understand what the ASP.NET Core default project templates are.
- Create an ASP.NET Core web app project from a template.
- Understand the basic structure of an ASP.NET Core project.
- Run a web app locally and view it in a browser.
- Understand how the web app is served.
- Make code changes during local development.
Prerequisites
- Knowledge of what ASP.NET Core is and why it's used
- Basic knowledge of web app concepts
- C# and .NET experience at the beginner level
To complete this module, you'll need the following:
- The latest version of .NET SDK installed from the .NET website
- The latest versions of Visual Studio Code with C# Dev Kit extension installed.