Summary
In this module, you set up your development environment to create and build ASP.NET Core web apps. You then completed these steps:
- Reviewed the ASP.NET Core default project templates available in the .NET SDK.
- Created an ASP.NET Core web app project from a template.
- Examined the structure of the created project.
- Ran your web app locally and viewed it in a browser.
- Reviewed how the web app is served.
- Made code changes to the app during local development.
Congratulations on building your first ASP.NET Core web app!
Learn more
Learn more with a .NET beginner video series
Looking for more information?
Ready to build something?
- Build mobile apps with Xamarin.Forms
- Create a web UI with ASP.NET Core
- Create a web API with ASP.NET Core Controllers
- Build a web app with Blazor