/ContactAppMinimalAPI

ASP.NET Core 7.0 - Minimal API Example - ContactApp API implementation using ASP.NET Core Minimal API, Entity Framework Core, SQL Server and Open API

Primary LanguageC#

ContactApp with MinimalAPI

ASP.NET Core 7.0 - Minimal API Example - ContactApp API implementation using ASP.NET Core Minimal API, Entity Framework Core, Microsoft SQL Server and Open API.

Topics

This project demonstrates the following:

  • How to create a CRUD API in .Net7 using Minimal APIs.
  • How to add OpenAPI Specifications using Swagger
  • How to use Entity Framework for Microsoft SQL Server database.
  • How to Secure Minimal APIs using JWT Authentication

Project Create

  • Create a new ASP.NET Core Web API
  • Select .NET 7.0 at Framwork
  • Select None at Authentication type
  • Uncheck at Use controllers (uncheck to use minimal APIs)