- Taggia, Italy
-
10:01
- 1h ahead - https://about.me/marcominerva
- @marcominerva.github.io
- marcominerva
- user/marcominerva
- in/marcominerva
Highlights
- Pro
-
SqlDatabaseVectorSearch Public
A repository that showcases the native VECTOR type in Azure SQL Database to perform embeddings and RAG with Azure OpenAI.
-
-
kernel-memory Public
Forked from microsoft/kernel-memoryIndex and query any data using LLM and natural language, tracking sources and showing citations.
-
TinyHelpers Public
A collection of helper methods and classes for .NET that I use every day. I have packed them in a single library to avoid code duplication.
-
StorageProviders Public
A collection of Storage Providers for various destinations (e.g. file system and Azure Storage)
-
SimpleAuthentication Public
A library to easily integrate Authentication in ASP.NET Core projects.
-
MinimalHelpers Public
A collection of helpers libraries for Minimal API projects.
-
OpenAIEmbeddingSample Public
An example that shows how to use Semantic Kernel and Kernel Memory to work with embeddings in a .NET application using SQL Server as Vector Database.
-
AspNetCore9OpenApi Public
A sample that showcases how to use OpenAPI support provided by .NET 9.0
C# MIT License UpdatedFeb 12, 2025 -
A sample that showcases how to implement Two-Factor authentication in a Web API using an external Authenticator app
-
DataProtectionSample Public
This example shows how to use the DataProtection APIs with ASP.NET Core
-
EmailManager Public
A simple Web API that allows to send emails using various providers
-
KernelMemoryService Public
A lightweight implementation of Kernel Memory as a Service
-
RecursiveObjectIssue Public
This repository showcases an issue with OpenAPI generation with recursive object that contains a list
C# MIT License UpdatedFeb 12, 2025 -
DefaultResponseTransformer Public
A Transformer to add a default response to all the endpoints
C# MIT License UpdatedFeb 11, 2025 -
KeyedServicesIssue Public
This repository shows a different behavior of FromKeyedServices attribute in Minimal APIs endpoint handler and inside a class library. The issue has been solved in .NET 8.0.11.
-
EFCore.SqlServer.VectorSearch Public
Forked from efcore/EFCore.SqlServer.VectorSearchC# MIT License UpdatedJan 16, 2025 -
OperationResults Public
A set of lightweight libraries to totally decouple operation results and actual application responses.
-
A sample that shows how to handle multiple authentication providers in an ASP.NET Core Web API project
-
ScribanSample Public
A repository that shows some examples about Scriban
C# MIT License UpdatedDec 20, 2024 -
ChatGptPlayground Public
A ready-to-use ASP.NET Core chat application backed by a Minimal API that can be used to test ChatGPT workflows
-
TryParseOpenApiIssue Public
This repository shows an issue with OpenAPI documentation when using custom TryParse binding
C# MIT License UpdatedNov 19, 2024 -
ChatGptNet Public
A ChatGPT integration library for .NET, supporting both OpenAI and Azure OpenAI Service
-
DallENet Public
A DALL·E integration library for .NET
-
refit Public
Forked from reactiveui/refitThe automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
-
DatabaseGPT Public
Query a database using natural language
-
MinimalApiVersioningSample Public
An example that showcases how to add versioning support to a Minimal API project, with full support for OpenAPI
-
aspnetcore Public
Forked from dotnet/aspnetcoreASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
QueueMessaging Public
A library that allows to easily integrate Queue messaging with RabbitMQ and Azure Service Bus in a .NET application.
-
RateLimiterSample Public
A sample that shows how to use the Rate Limiter of ASP.NET Core in conjunction with Authentication