- Module 1: Learn how to build a web API by using .NET 6. You'll also learn how to set up different routes to handle both reading and writing.
- Distinguish between using a controller-based API and using a minimal API.
- Create routes to handle reading and writing.
- Use features from .NET 6 to make your code as succinct as possible.
- Module 2: Learn how to add a database to a minimal API application.
- Learn how to add Entity Framework Core to a minimal API application.
- Persist data to an in-memory datastore.
- Persist data to a SQLite database.
- Module 3: Learn how to create a full stack application by using React and minimal API for ASP.NET Core.
- Construct a front-end app by using a single-page application (SPA) framework.
- Connect an API in ASP.NET Core to an SPA application.
- Configure the back-end application to use cross-origin resource sharing (CORS).
In this module, you will:
In this module, you will:
In this module you will: