Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Csharp

Csharp

754 projects

Showing 36 of 703 projects

MvvmBlazor
MvvmBlazorC#

A lightweight MVVM framework for building Blazor WebAssembly and Blazor Server applications.

#bindingsource#webassembly#csharp
Stars242
Forks48
Last commit2 years ago
PerformanceMonitor
PerformanceMonitorC#

A .NET Core tool for real-time performance monitoring of applications, from single processes to microservices, via a web dashboard.

#csharp#application-performance#dotnet-core
Stars239
Forks62
Last commit7 years ago
JqueryDataTablesServerSide
JqueryDataTablesServerSideC#

A server-side processor for jQuery DataTables in ASP.NET Core enabling dynamic multi-column filtering, sorting, pagination, and Excel/CSV export.

#multiple-columns-sorting#asp-net-core#sorting
Stars234
Forks38
Last commit
MirrorSharp
MirrorSharpC#

A reusable client-server code editor component built on Roslyn and CodeMirror for .NET languages.

#client-server#csharp#dotnet
Stars232
Forks43
Last commit1 year ago
graphql-convention
graphql-conventionC#

A .NET library that automatically generates GraphQL schemas from your existing .NET classes and methods.

#api#graphql-dotnet#conventions
Stars228
Forks62
Last commit2 months ago
LiteBus
LiteBusC#

A lightweight, high-performance mediator for implementing Command Query Separation (CQS) and Domain-Driven Design (DDD) in .NET applications.

#in-process-messaging#pipeline-architecture#event-driven-architecture
Stars226
Forks16
Last commit
BCrypt.NET-Core
BCrypt.NET-CoreC#

A .NET Core port of BCrypt.net for secure password hashing with enhanced features and compatibility.

#legacy-support#authentication#csharp
Stars221
Forks27
Last commit5 years ago
Uno Playground
Uno PlaygroundC#

A browser-based sandbox for experimenting with Uno Platform controls and layouts using XAML and WebAssembly.

#hacktoberfest#frontend-prototyping#xamarin
Stars221
Forks33
Last commit2 months ago
LeoECS
LeoECSC#

A lightweight, high-performance C# Entity Component System framework with optional Unity integration.

#csharp#dotnet#data-oriented-design
Stars218
Forks32
Last commit6 months ago
NaturalSort.Extension
NaturalSort.ExtensionC#

A C# extension method for StringComparison that enables natural sorting of strings containing numbers.

#stringcomparison#stringcomparer#sorting
Stars218
Forks20
Last commit3 months ago
Apos.Gui
Apos.GuiC#

A UI library for MonoGame that combines IMGUI-style immediate mode with retained component architecture.

#game-ui#nuget#apos
Stars215
Forks7
Last commit2 months ago
Razor.SweetAlert2
Razor.SweetAlert2C#

A Razor class library for integrating SweetAlert2 popup boxes into Blazor Server and WebAssembly applications.

#confirmation-dialog#sweetalert2#theming
Stars214
Forks25
Last commit7 days ago
RocksDB
RocksDBC#

C# bindings for Facebook's RocksDB, providing multi-level .NET access to the high-performance key-value store.

#rocksdb#csharp#nuget-package
Stars209
Forks42
Last commit17 days ago
BlazorDateRangePicker
BlazorDateRangePickerHTML

A native Blazor component for selecting date ranges and single dates, ported from JavaScript DateRangePicker with no jQuery or Bootstrap dependencies.

#webassembly#date-picker#razor-components
Stars209
Forks36
Last commit
Tiny.RestClient
Tiny.RestClientC#

A fluent, lightweight REST client for .NET that simplifies HTTP communication with automatic serialization and extensive feature support.

#httpclient#xamarin#rest-client
Stars208
Forks31
Last commit4 months ago
Bind
BindC#

A lightweight C# library for two-way data binding between properties of objects, especially useful for UI development.

#xamarin#csharp#change-tracking
Stars208
Forks34
Last commit6 years ago
roslyn-security-guard
roslyn-security-guardC#

Roslyn analyzers for detecting security vulnerabilities in .NET applications during development.

#ide-integration#csharp#vulnerability-detection
Stars206
Forks34
Last commit
CsCheck
CsCheckC#

A C# random testing library with parallelized generation and shrinking based on the PCG random number generator.

#model-based-testing#performance-testing#unit-testing
Stars203
Forks5
Last commit8 days ago
Rafty
RaftyC#

A .NET Core implementation of the Raft consensus algorithm, designed for building distributed systems without external dependencies.

#raft-algorithm#raft-consensus#raft-server
Stars200
Forks28
Last commit10 months ago
WebGPU .NET
WebGPU .NETC#

Low-level .NET bindings for WebGPU, enabling browser-based graphics development for Evergine.

#emscripten#graphics#webgpu
Stars199
Forks12
Last commit2 months ago
C#
C#C#

A .NET library for efficiently sending time series data to InfluxDB 1.x using the Line Protocol.

#metrics-collection#csharp#dotnet
Stars198
Forks60
Last commit2 years ago
NCronJob
NCronJobC#

A simple, native-feeling job scheduler for .NET built on top of IHostedService, filling the gap between BackgroundService and complex schedulers.

#jobscheduler#minimal-api#job-scheduler
Stars197
Forks13
Last commit7 days ago
Supernova.Enum.Generators
Supernova.Enum.GeneratorsC#

A C# source generator that creates helper classes for enums, providing fast operations without reflection.

#fast-enum#codegeneration#csharp
Stars197
Forks17
Last commit1 year ago
Stripe
StripeC#

Typed .NET clients for Stripe's REST APIs with built-in validation and error handling.

#payment-gateway#mono#client
Stars196
Forks69
Last commit4 years ago
WMI Delphi Code Creator
WMI Delphi Code CreatorPascal

Generate Object Pascal, Oxygene, C++, and C# code to access Windows Management Instrumentation (WMI) classes, events, and methods.

#desktop-application#wmi-explorer#object-pascal
Stars196
Forks46
Last commit
StrongGrid
StrongGridC#

A strongly typed .NET library for SendGrid's v3 API, including webhook parsing and IP warmup features.

#email-sending#sendgrid#strongly-typed
Stars195
Forks41
Last commit2 months ago
NReco.Data
NReco.DataC#

A fast, DB-independent data access layer for .NET Core with abstract queries, SQL command builder, and POCO mapping.

#poco-mapping#orm#database
Stars194
Forks39
Last commit11 months ago
BlazorDownloadFile
BlazorDownloadFileHTML

A Blazor library for downloading files directly from C# to the browser without JavaScript dependencies.

#webassembly#file-download#signalr
Stars192
Forks27
Last commit2 years ago
Generator.Equals
Generator.EqualsC#

A C# source generator that automatically implements IEquatable<T>, Equals, and GetHashCode using attributes.

#boilerplate-reduction#equality#equality-comparison
Stars190
Forks22
Last commit2 months ago
MessageFormat.NET
MessageFormat.NETC#

ICU MessageFormat implementation for .NET enabling locale-aware pluralization, gender selection, and number/date formatting.

#l10n#messageformat#internationalization
Stars189
Forks26
Last commit3 months ago
Lynicon
LyniconC#

A lightweight, composable CMS for ASP.NET Core that adds content management to existing sites with minimal impact.

#cms-framework#inline-editing#asp-net-core
Stars186
Forks28
Last commit3 years ago
Friflo.Json.Fliox
Friflo.Json.FlioxC#

A high-performance C# ORM for SQL and NoSQL databases with built-in messaging, pub-sub, and client-server architecture.

#csharp-orm#orm#realtime-messaging
Stars185
Forks12
Last commit1 year ago
Box2D.NET
Box2D.NETC#

A C# port of the Box2D physics engine for 2D physics simulations in .NET and Unity3D.

#unity3d#physics#csharp
Stars182
Forks11
Last commit6 days ago
Portable.BouncyCastle
Portable.BouncyCastleC#

A C# implementation of cryptographic algorithms and protocols with support for .NET 4, .NET Standard 2.0, MonoAndroid, Xamarin.iOS, and .NET Core.

#x509-certificates#csharp#encryption
Stars181
Forks39
Last commit2 years ago
Protogame
ProtogameC#

A modular cross-platform game engine for C# built on MonoGame, with built-in support for 3D multiplayer games.

#multiplayer#modular-architecture#flexible
Stars181
Forks32
Last commit8 years ago
magazine-website
magazine-websiteC#

A magazine website built with .NET Core using DDD, CQRS, and microservices architecture.

#reactive-extensions#entity-framework-core#asynchronous-programming
Stars179
Forks53
Last commit5 years ago
PreviousPage 16 of 20Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
4 years ago
3 days ago
8 months ago
8 years ago
2 years ago
#Dotnet545
#Cross Platform123
#C Sharp103
#Blazor99
#Game Development85
#Dotnet Core84
#Webassembly61
#Hacktoberfest60
#Nuget Package56
#Nuget55
#Aspnet Core47
#Ui Components47