-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from XPRTZ/feature/cleanup-dotnet-items
cleanup of old .net items
- Loading branch information
Showing
9 changed files
with
7 additions
and
28 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
items/Adopt/Languages & Frameworks/.NET 6 - DateOnly & TimeOnly.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
items/Adopt/Languages & Frameworks/C# 10 - File-scoped namespace declarations.txt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
items/Adopt/Languages & Frameworks/C# 10 - Global using definitions.txt
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
items/Adopt/Languages & Frameworks/C# 8 - Nullable reference types.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.