From 905d07d61b9c5a8cba8358a98985f34a874d282a Mon Sep 17 00:00:00 2001 From: Oleksii Nikiforov Date: Sun, 5 Dec 2021 01:06:20 +0200 Subject: [PATCH] Add .NET 6, ASP.NET Core, Minimal API example to catalog --- data/implementations.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/implementations.yaml b/data/implementations.yaml index d7ae2c3..37bb391 100644 --- a/data/implementations.yaml +++ b/data/implementations.yaml @@ -1178,6 +1178,14 @@ - dotnet - csharp - docker +"C# - .NET 6, ASP.NET Core, Minimal API": + description: + C# with ASP.NET Core 6 implementation using Minimal API approach, C#, and a simple in-memory Entity Framework provider for storage. + sourcecode_url: https://github.com/NikiforovAll/todo-backend-aspnetcore-minimal-api + live_url: https://todobackend-aspnetcore.herokuapp.com/api/todos + tags: + - csharp + - dotnet "PHP / Laravel": description: