/net6-webapi-tutorial

Tutorial and sample codes for ASP.NET 6 Web API

Primary LanguageC#MIT LicenseMIT

Tutorial and sample codes for ASP.NET 6 Web API

Migrating from .NET 6

The code base is from this repository for .NET 5 API. Then we follow this MSDN guide to migrate this to .NET 6.

You can find out the changes done during the migration from the commit history.

To get the installed .NET versions

  • dotnet --info

Overview

This includes tutorial and sample codes for the following

  • Web API in TodoApi folder
  • Unit testing in TodoApi.Tests folder

GitHub Actions included

  • DOTNET build and test
  • CodeQL

Useful Visual Studio Code extensions

Useful Visual Studio Code references