Skip to content

.NET 6 Minimal API Demo

Notifications You must be signed in to change notification settings

ikhtiyarnovruzov/minimal-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

General

minimal-api - is a sample project for exploring the features of the .NET 6 Minimal API with primitive functionality. WIP

Domain

There is a bunch of endpoints which allow user to interact with the translation features of the project. The translation process is based on the simple comparison algorithm as this is not the main goal of the project. The main goal is to explore features and demonstrate Minimal API writing based on the best practices provided by Microsoft Docs.

References

Teck stack

  • IDE: Visual Studio 2022
  • Platform: .NET
  • Framework: ASP.NET Core 6.0