Create web apps and services with ASP.NET Core, minimal API, and .NET 6

Go to class
Write Review

Free Online Course: Create web apps and services with ASP.NET Core, minimal API, and .NET 6 provided by Microsoft Learn is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge.

Overview
    • 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.
    • In this module, you will:

      • 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.
    • In this module, you will:

      • 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.
    • In this module you will:

      • 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).

Syllabus
    • Module 1: Build a web API with minimal API, ASP.NET Core, and .NET 6
      • Introduction
      • What is minimal API?
      • Exercise - Create a minimal API
      • Learn how to add routes and use other advanced commands
      • Exercise - Add routes
      • Knowledge check
      • Summary
    • Module 2: Use a database with minimal API, Entity Framework Core, and ASP.NET Core
      • Introduction
      • What is Entity Framework Core?
      • Exercise - Add EF Core to minimal API
      • Use the SQLite database provider with EF Core
      • Exercise - Use the SQLite database provider with EF Core
      • Knowledge check
      • Summary
    • Module 3: Create a full stack application by using React and minimal API for ASP.NET Core
      • Introduction
      • Design a front end for your app
      • Exercise - Create a front end for your app
      • Design the API
      • Exercise - Create an API
      • Knowledge check
      • Summary