/minimal-api

.NET 6 Minimal API Demo

Primary LanguageC#

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