Stars
C# Framework provides mechanism to compare complex objects, allows to override comparison rules for specific properties and types.
CSharpier is an opinionated code formatter for c#.
✍️ Architecture Decision Records (ADR) management and publication tool
An implementation of the Transactional Outbox Pattern with Cosmos DB
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
A .NET 5 framework for building API layers with a minimal amount of coding.
Creates LINQ expressions from ODataQueryOptions and executes the query.
.NET Transactional Document DB and Event Store on PostgreSQL
DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database …
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
A .NET library that makes it easier to create beautiful console applications.
Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
Project demonstrating how to share authentication cookies between ASP.NET 4.5 and ASP.NET Core applications.
Library to help reading and writing CSV files
Command line parsing and utilities for .NET
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
Drop in ASP.NET MVC Controller and Action that displays any actions that modify resources (HTTP POST, PUT, DELETE, and PATCH) that do not have an Authorize or ValidateAniForgeryToken attributes app…
Functional extensions for C#
A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library
Who wants to write basic read/insert/update/delete statements? SimpleCRUD provides simple CRUD helpers for Dapper.