rushfive's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
solidjs/solid
A declarative, efficient, and flexible JavaScript library for building user interfaces.
OpenRA/OpenRA
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
zeromq/libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
gui-cs/Terminal.Gui
Cross Platform Terminal UI toolkit for .NET
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
serilog/serilog
Simple .NET logging with fully-structured events
hwayne/awesome-cold-showers
For when people get too hyped up about things
millsp/ts-toolbelt
👷 TypeScript's largest type utility library
piotrwitek/utility-types
Collection of utility types, complementing TypeScript built-in mapped types and aliases (think "lodash" for static types).
standardnotes/app
Think fearlessly with end-to-end encrypted notes and files. For issues, visit https://standardnotes.com/forum or https://standardnotes.com/help.
mongodb/mongo-csharp-driver
The Official C# .NET Driver for MongoDB
coverlet-coverage/coverlet
Cross platform code coverage for .NET
dotnet/Docker.DotNet
:whale: .NET (C#) Client Library for Docker API
fsprojects/awesome-fsharp
A curated list of awesome F# frameworks, libraries, software and resources.
simpleinjector/SimpleInjector
An easy, flexible, and fast Dependency Injection library that promotes best practice to steer developers towards the pit of success.
HangfireIO/Cronos
A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
tonerdo/readline
A Pure C# GNU-Readline like library for .NET/.NET Core
swlaschin/DomainModelingMadeFunctional
Extended code samples related to the book "Domain Modeling Made Functional". Buy the book here: https://pragprog.com/book/swdddf/domain-modeling-made-functional or here https://fsharpforfunandprofit.com/books/
Mongo2Go/Mongo2Go
Mongo2Go - MongoDB for .NET integration tests
auth0/auth0.net
.NET client for the Auth0 Authentication & Management APIs.
Efferent-Health/HL7-dotnetcore
Lightweight HL7 C# parser and composer for .NET Core, .NET Standard and .NET 5+
auth0-samples/auth0-aspnetcore-mvc-samples
Auth0 Integration Samples for ASP.NET Core MVC Web Applications
mfidemraizer/trackerdog
Generic object change tracker for .NET Framework and .NET Standard-compliant platforms like .NET Core and Xamarin!
nhibernate/NHibernate.AspNetCore.Identity
ASP.NET Core Identity Provider for NHibernate
athenahealth/mdp
athenahealth's More Disruption Please API samples
alefranz/HeaderPropagation
ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests. This is a backport to ASP.NET Core 2.1 (and 2.2) of the ASP.NET Core HeaderPropagation middleware I had recently contributed to the ASP.NET Core project.
la-yumba/awesome-functional-programming
Yet another resource for collecting articles, videos etc. regarding functional programming
adibradfield/MongoDelta
Implements a repository pattern with change tracking for the C# MongoDb driver, and allows you to update only changed properties