kamilrams's Stars
nothings/stb
stb single-file public domain libraries for C/C++
beetlex-io/BeetleX
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
rickyah/ini-parser
Read/Write an INI file the easy way!
milanm/DotNet-Developer-Roadmap
The comprehensive .NET Developer Roadmap for 2025 by seniority level.
giacomelli/GeneticSharp
GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
sebastienros/fluid
Fluid is an open-source .NET template engine based on the Liquid template language.
featbit/featbit
Enterprise-grade feature flag platform that you can self-host. Get started - free.
ValveResourceFormat/ValveResourceFormat
🔬 Valve's Source 2 resource file format parser, decompiler, and exporter.
praeclarum/Ooui
A small cross-platform UI library that brings the simplicity of native UI development to the web
mikependon/RepoDB
A hybrid ORM library for .NET.
helix-toolkit/helix-toolkit
Helix Toolkit is a collection of 3D components for .NET.
nemanjarogic/DesignPatternsLibrary
A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.
NLua/NLua
Bridge between Lua and the .NET.
PragmaticFlow/NBomber
Distributed load-testing framework for .NET. Create distributed load test scenarios entirely using plain C# or F#. It is designed to test any system regardless of the protocol or a semantic model (Pull/Push).
CollaboratingPlatypus/PetaPoco
Official PetaPoco, A tiny ORM-ish thing for your POCO's
dotnet/pinvoke
A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
riok/mapperly
A .NET source generator for generating object mappings. No runtime reflection.
sidristij/dotnetbook
.NET Platform Architecture book (English, Chinese, Russian)
nunit/nunit
NUnit Framework
reactiveui/Akavache
An asynchronous, persistent key-value store created for writing desktop and mobile applications, based on SQLite3. Akavache is great for both storing important data as well as cached local data that expires.
nsubstitute/NSubstitute
A friendly substitute for .NET mocking libraries.
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
linq2db/linq2db
Linq to database provider.
ardalis/GuardClauses
A simple package with guard clause extensions.
zeromq/netmq
A 100% native C# implementation of ZeroMQ for .NET
mayuki/Cocona
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
rafaelfgx/Architecture
.NET 9, Angular 19, Clean Architecture, Clean Code, SOLID Principles, KISS Principle, DRY Principle, Fail Fast Principle, Common Closure Principle, Common Reuse Principle, Acyclic Dependencies Principle, Mediator Pattern, Result Pattern, Folder-by-Feature Structure, Separation of Concerns.
AutoFixture/AutoFixture
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
jamesmh/coravel
Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
xunit/xunit
xUnit.net is a free, open source, community-focused unit testing tool for .NET.