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.
A library to easily integrate Authentication in ASP.NET Core projects.
A ChatGPT integration library for .NET, supporting both OpenAI and Azure OpenAI Service
A collection of helpers libraries for Minimal API projects.
A Blazor Web App and Minimal API for performing RAG (Retrieval Augmented Generation) and vector search using the native VECTOR type in Azure SQL Database and Azure OpenAI.
Query a database using natural language
A lightweight implementation of Kernel Memory as a Service
A set of lightweight libraries to totally decouple operation results and actual application responses.
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.
A sample that showcases how to implement Two-Factor authentication in a Web API using an external Authenticator app
A ready-to-use ASP.NET Core chat application backed by a Minimal API that can be used to test ChatGPT workflows
A sample that shows how to integrate ChatGPT with your own data that comes from Azure Cognitive Search
A sample that shows how to integrate Alpine.js with ASP.NET Core Razor Pages and Web API
A sample on how to use .NET 5.0 features like HostBuilder, Dependecy Injection, Logging and HttpClientFactory with Xamarin.Forms
A sample that shows how to integrate Health Checks in ASP.NET Core applications