Skip to content

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

Notifications You must be signed in to change notification settings

Aronno1920/ContactAppMinimalAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages