Dotnet examples
Practical samples of ASP.NET Core 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
A comprehensive codebase template for starting your real-world, fully featured SaaS web products. On the .NET platform
Big-O complexities of common algorithms used in .NET and Computer Science.
A simple, fluent discriminated union of an error or a result.
Project to generate a public API of an assembly or type (useful for semantic versioning)
socket.io-client implemention for .NET
Some design approaches to enforcing a business rule requiring no duplicates. Domain driven design.
Pragmatic Microservices with C# and Azure, published by Packt
📫 SMTP Server + Web Interface for viewing and testing emails during development.
A collection of coding patterns in no particular order
A simple demo listing all services available to an app at startup
An example website that implements OAuth 2.0 and OpenID Connect in .NET
Set up a Redis backplane for ASP.NET Core multi-node deployments, using the built-in Rate Limiting support that's part of .NET 7 and .NET 8.
SDK for integrating Auth0 in ASPNET Core
Enhance the ErrorOr library with a collection of extension methods designed to simplify matching between success and error states, thereby improving the developer experience when handling discrimin…