Skip to content

Commit

Permalink
Merge pull request #57 from XPRTZ/feature/cleanup-dotnet-items
Browse files Browse the repository at this point in the history
cleanup of old .net items
  • Loading branch information
dvhirtum authored Oct 16, 2023
2 parents 070e8ab + 3aa0253 commit 6980a7c
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 28 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions items/Adopt/Languages & Frameworks/Minimal Api in .Net.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<a href="https://docs.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis">Minimal APIs</a> are a new feature since .NET 6 that allows you to create HTTP APIs with minimal dependencies. Minimal APIs are ideal for microservices and apps that only need minimal dependencies and features. If you are new to .NET, using Minimal APIs can be helpful, because you do not have to learn and understand the ASP.NET Core MVC framework first to create your HTTP API.

With Minimal APIs you can create new HTTP APIs with just a few lines of code. At first, features like API versioning were not available yet, but as of .Net 7 we would have no problems using it for full featured APIs. Minimal APIs will not replace the traditional MVC framework, so there is no need to refactor existing applications, but it is a new possibility to create a HTTP API.

We see Minimal APIs as an excellent choice for creating all kinds of new HTTP APIs and would consider using it when starting a new project.
5 changes: 0 additions & 5 deletions items/Adopt/Tools/.NET 6 - Hot Reload.txt

This file was deleted.

5 changes: 0 additions & 5 deletions items/Trial/Languages & Frameworks/.NET 6 - Minimal Api.txt

This file was deleted.

Loading

0 comments on commit 6980a7c

Please sign in to comment.