Marco Minerva
Marco Minerva
TinyHelpers
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.
MinimalHelpers
A collection of helpers libraries for Minimal API projects.
OperationResults
A set of lightweight libraries to totally decouple operation results and actual application responses.
SimpleAuthentication
A library to easily integrate Authentication in ASP.NET Core projects.
ChatGptNet
A ChatGPT integration library for .NET, supporting both OpenAI and Azure OpenAI Service
DatabaseGPT
Query a database using natural language
IdentitySample
A sample that shows how to deal with Tokens, Users, Roles, Claims and Policy using ASP.NET Core Identity
KernelMemoryService
A lightweight implementation of Kernel Memory as a Service
OpenAIEmbeddingSample
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.
TwoFactorAuthenticationSample
A sample that showcases how to implement Two-Factor authentication in a Web API using an external Authenticator app