This is your work, valued
ChatGptNet. A ChatGPT integration library for .NET, supporting both OpenAI and Azure OpenAI Service
311TinyHelpers. 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.
256SimpleAuthentication. A library to easily integrate Authentication in ASP.NET Core projects.
253SqlDatabaseVectorSearch. 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.
143MinimalHelpers. A collection of helpers libraries for Minimal API projects.
141DatabaseGPT. Query a database using natural language
74KernelMemoryService. A lightweight implementation of Kernel Memory as a Service
44OperationResults. A set of lightweight libraries to totally decouple operation results and actual application responses.
43OpenAIEmbeddingSample. 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.
31PdfSmith. A powerful REST API service that generates PDF documents from dynamic HTML templates.
23TwoFactorAuthenticationSample. A sample that showcases how to implement Two-Factor authentication in a Web API using an external Authenticator app
22TinyCMS. The smallest CMS engine ever, made with ASP. NET Core and Dapper
17ChatGptPlayground. A ready-to-use ASP.NET Core chat application backed by a Minimal API that can be used to test ChatGPT workflows
17IdentitySample. A sample that shows how to deal with Tokens, Users, Roles, Claims and Policy using ASP.NET Core Identity
17AspNetCoreWithAlpineJs. A sample that shows how to integrate Alpine.js with ASP.NET Core Razor Pages and Web API
15AlexaSkillTemplate. A Visual Studio Project Template to create Alexa Skills using an Azure Function as backend.
14SearchGPT. A sample that shows how to integrate ChatGPT with your own data that comes from Azure Cognitive Search
12TranslatorService. A lightweight library that uses Cognitive Translator Service for text translation and Cognitive Speech Service for text-to-speech and speech-to-text
11MyWebApiToolbox. A sample structure of a Web API project with Entity Framework Core, Mapping, Validation, Error Handling and much more.
11TotalDecoupling. A sample that shows how to write a Web API in which every Controller method is literally formed by a single line of code, yet with the ability to handle all response types, validation errors, etc.
10DallENet. A DALL·E integration library for .NET
10StorageProviders. A collection of Storage Providers for various destinations (e.g. file system and Azure Storage)
9DesktopNet70. A couple of .NET 7.0 Windows Forms and WPF applications that show how to use Host Builder, Dependency Injection, Logging and how to access to Windows 10 APIs.
8AwesomeBackend. A sample API backend made with ASP.NET Core 5.0
8EntityDapperCore. An example that shows how to use both Entity Framework Core and Dapper in the same project, sharing the database configuration.
8PeopleFinder. Enrich Azure Cognitive Search index with Face Cognitive Service, Azure Maps & Exif Metadata and access all the information within a UWP client
8XamarinNetCore. A sample on how to use .NET 5.0 features like HostBuilder, Dependecy Injection, Logging and HttpClientFactory with Xamarin.Forms
7MinimalHelpers.Binding. A library that provides Binding helpers for Minimal API projects.
7QueueMessaging. A library that allows to easily integrate Queue messaging with RabbitMQ and Azure Service Bus in a .NET application.
7WebApiUploaderSample. A sample that shows how to handle file uploads/downloads in an ASP.NET Core Web API
6ErrorHandling. Some samples that show how to correctly handle errors in Web API projects
6DataProtectionSample. This example shows how to use the DataProtection APIs with ASP.NET Core
6AICompanion. A sample app showcasing the use of Cognitive Services within UWP & Xamarin apps: Vision, Face and Custom Vision.
6LoggingNetCore. A sample that shows how to use Logging features of .NET on every supported platforms
5BabelFish. An app that shows how to use the Microsoft Translator Speech APIs to build a real-time voice translation app for the Universal Windows Platform, event for Windows 10 IoT Core
5RestLibrary. A lightweight library to perform common REST API calls
5WebAPI-Samples. A collection of Web APIs made with ASP.NET Core 5.0 and related clients to show their usage
5marcominerva. My public profile
5MultiTenant. An ASP.NET Core application that uses wildcard domains to handle multi-tenancy
5Dapper110. A collection of samples that show how to use some advanced features of Dapper
5Schrodinger. Like the famous paradox, a .NET type that can be any value until you check it.
5McpServerAspNetCore. Minimal implementation of an MCP sample server featuring API Key authentication, CORS support, and example server-side tools for weather and time retrieval.
5MinimalApiVersioningSample. An example that showcases how to add versioning support to a Minimal API project, with full support for OpenAPI
5AspNetCore7Samples. A collection of samples about the main new features available in ASP.NET Core 7.0
4MultipleAuthenticationProviders. A sample that shows how to handle multiple authentication providers in an ASP.NET Core Web API project
4HangfireSample. A collection of samples about using Hangfire in a Web API application
4HealthChecksSample. A sample that shows how to integrate Health Checks in ASP.NET Core applications
4SemanticKernelOpenApi. A sample repository that shows how to use OpenAPI specification as Semantic Kernel functions
4LocalizationSample. A sample about how to handle Localization with ASP.NET Core WEB APIs
4customvision-trainer. A small application that allows to automatically upload and tag images for Custom Vision Service
4WeatherApp. A sample that shows how to leverage .NET 5.0 features like HostBuilder, ServiceProvider, Logging and Cache on every supported platform
4UWPCustomVisionCompanion. A sample app showcasing the use of Custom Vision in the Universal Windows Platform.
4CacheManagement. A sample that showcases how to manage cache in an ASP.NET Core Minimal API project
3EntityFrameworkCore8Samples. A collection of samples about what's new in Entity Framework Core 8.0
3