C#
C# (pronounced “C sharp”) is a simple, modern, object-oriented, and type-safe programming language.
Its roots in the C family of languages makes C# immediately familiar to C, C++, and Java programmers.
- GitHub: https://github.com/topics/csharp
- Wikipedia: https://en.wikipedia.org/wiki/C_Sharp_(programming_language)
- Repo: https://github.com/dotnet/csharplang
- Created by: Anders Hejlsberg
- Released: January 2002
- Related Topics: language, dotnet,
- Aliases: c-sharp, csharp-code, csharp-library,
- Last updated: 2026-07-03 00:07:08 UTC
- JSON Representation
https://github.com/georgidelchev/csharp-databases
MSSQL Server and Entity Framework Core.
csharp entity-framework-core mssql-database
Last synced: 30 Oct 2025
https://github.com/skybrud/skybrud.essentials
Library with common purpose functionality for working with .NET.
csharp dotnet enums essentials iso8601 json net-standard net5 net6 netframework netstandard parsing rfc2822 rfc822 security skybrud skybrud-essentials time xml
Last synced: 05 Mar 2026
https://github.com/mustafadalga/sinema-rezervasyon-otomasyonu
Veritabanı kullanılmadan geliştirilmiş bir sinema rezervasyon projesidir.
cinema csharp csharp-code otomasyon reservation reservation-management reservation-system rezervasyon sinema-rezervasyon-otomasyonu
Last synced: 08 Oct 2025
https://github.com/puk06/color-changer-for-unity
Non-Destructive Real-time Texture Recoloring Tool for Unity
csharp unity-editor vrchat vrchat-avatar
Last synced: 01 Apr 2026
https://github.com/litenova/chainrunner
A simple and innovative library to help you implement a chain of responsibilities
chain-of-responsibility csharp
Last synced: 03 Mar 2026
https://github.com/rdavydenko/smartgraphqlclient
Back-to-back GraphQL client using Linq-syntax
back-to-back csharp graphql graphql-client linq linq-to-graphql open-source
Last synced: 26 Oct 2025
https://github.com/nlog/nlog.etw
NLog Target for Event Tracing for Windows (ETW)
csharp dotnet etw netstandard20 nlog nlog-target
Last synced: 05 Mar 2026
https://github.com/jamiemagee/hashflags-function
⚡ A collection of Azure functions related to Twitter hashflags
azure azure-functions csharp emoji hashflag hashtag twitter
Last synced: 11 Oct 2025
https://github.com/jpdillingham/b2mml.net
A C# .NET class library containing an implementation of the MESA International standards B2MML and BatchML.
b2mml b2mml-batchml csharp isa-95 mesa
Last synced: 03 Sep 2025
https://github.com/nunogois/net5-webapi
.NET 5.0 Docker-ready C# REST API example using JWT authentication, Swagger, Newtonsoft JSON, and Dapper with SQL Server.
cross-platform csharp dapper docker jwt-authentication net5 netcore-webapi newtonsoft-json rest-api sql-server swagger
Last synced: 11 Apr 2025
https://github.com/jirenius/csharp-res
RES protocol service library for .NET
csharp microservice nats-server netstandard netstandard20 real-time realtime resgate rest-api
Last synced: 14 Jan 2026
https://github.com/naighes/carrot
Carrot is a .NET lightweight library that provides a couple of facilities over RabbitMQ.
amqp csharp dotnet dotnetcore rabbitmq
Last synced: 11 Mar 2026
https://github.com/meaf75/time-recorder
Plugin to track your dev time in Unity
csharp timerecorder timetracker uielements unity unity-editor unity3d-plugin uss uxml
Last synced: 27 Apr 2025
https://github.com/melardev/apiaspcoreecommerce
Asp.Net Core Ecommerce Api application
api asp-net asp-net-core auth crud csharp dotnet ef-core entity-framework entity-framework-core full-stack fullstack pagination rest web
Last synced: 13 Apr 2025
https://github.com/bugrahanakbulut/UnityRewindSystem
simple rollback mechanism made with unity
csharp game game-development rewind rollback unity unity3d
Last synced: 25 Apr 2025
https://github.com/mcraiha/csharp-aes-ctr-netstandard
Managed .Net (.NET 8) compatible AES-CTR Cipher implementation in C#
aes-ctr csharp csharp-library net8
Last synced: 12 Apr 2025
https://github.com/janchaloupka/spotify-webplayerwrapper
Unofficial Spotify client for Windows Phone (using modified Spotify web player)
csharp spotify uwp windowsphone
Last synced: 08 Apr 2025
https://github.com/shaancoding/pomodoro-timer
A lightweight portable pomodoro timer created in C# for studying.
csharp pomodoro pomodoro-timer stopwatch study-aid study-alarm wpf wpf-application
Last synced: 26 Nov 2025
https://github.com/davidrevoledo/Inyector
Library to Implement Automatic dependency injection by Configuration over Scaned Assemblies
asp-net-core aspnetcore csharp dependency-injection
Last synced: 16 Mar 2025
https://github.com/Gramli/Scriper
.Net Core desktop app for running scripts.
avalonia avaloniaui csharp desktop-application dotnet ironpython javascript jint powershell powershell-script proccess python-script script windows windows-desktop
Last synced: 10 Mar 2025
https://github.com/abjerner/skybrud.social.instagram
.NET wrapper and API implementation for the Instagram Basic Display API and Instagram Graph API.
api api-wrapper authentication csharp dotnet instagram instagram-api instagram-basic-display-api instagram-graph-api limbo oauth oauth2 package skybrud skybrud-integrations skybrud-social
Last synced: 22 Aug 2025
https://github.com/mrrobinofficial/godot-saveable
A save system for Godot C#. It uses Newtonsoft.Json for serialization and deserialization. It supports both encrypted, compressed and regular mode.
compression csharp decryption encryption godot godot-plugin json newtonsoft-json save-system
Last synced: 31 Aug 2025
https://github.com/xakpc/dotnetprompt
Unlock the full potential of large language models in dotnet with DotnetPrompt
chatgpt csharp dotnet gpt-3 gpt3-prompts openai openai-api sdk
Last synced: 19 Sep 2025
https://github.com/christophhornung/embeddedresourcegenerator
A C# source generator to automatically generate access methods for embedded resources.
Last synced: 18 Aug 2025
https://github.com/mcraiha/csharp-chacha20-netstandard
Managed .Net (Standard 2.0, .NET 6 and .NET 8) compatible ChaCha20 Cipher implementation (encryption and decryption) in C#
chacha chacha20 csharp csharp-library dotnet6 dotnet8 netstandard20
Last synced: 18 Aug 2025
https://github.com/gamemann/csharp-websockets-chat
A small project that allows a client and server to communicate together similar to a chat room. I made this project to learn more about web sockets in CSharp/.NET and manage multiple web sockets at once.
c-sharp chat cli csharp dotnet net room simple socket ssl web web-socket web-sockets websocket websockets
Last synced: 03 Oct 2025
https://github.com/xaviersolau/codequality
Allows to setup coding style and analysis rules for a high code quality and provides some useful helpers (HttpClient mock, test logger...) to write your tests!
analysis analyzer analyzers csharp dotnet fxcop httpclient mock mocking netstandard stylecop test
Last synced: 19 Sep 2025
https://github.com/egvijayanand/weeklyxamarinblazor
Weekly Xamarin with Blazor and C#. Developed with BlazorWebView component hosted in .NET MAUI, Windows Forms, and WPF. Also has a Blazor Server and WebAssembly. Core logic as Razor Class Library.
aspnetcore blazor blazor-hybrid blazor-server blazor-wasm blazor-webassembly blazorwebview csharp dotnet dotnet-maui hybrid maui razor wasm windows windows-forms winforms winui winui3 wpf
Last synced: 26 Oct 2025
https://github.com/avestura/data-structure-app
All projects of Data Structure course in an integrated GUI application
bfs csharp data-structures dfs graph graph-algorithms guilan-university heap huffman-compression-algorithm huffman-compressor huffman-tree stack wpf
Last synced: 09 Mar 2026
https://github.com/nad-au/neo4j.mapper
The easiest way to map cypher values onto your entity models
csharp mapper neo4j neo4j-driver
Last synced: 22 Aug 2025
https://github.com/nexxkinn/cafeine
Media library integrated with multiple online services ( Anilist, MAL, Kitsu ) in one UWP app.
Last synced: 07 Sep 2025
https://github.com/nakov/introcsharpbook
"Fundamentals of Computer Programming with C#" Book
book bulgarian csharp english programming programming-exercises programming-fundamentals programming-language
Last synced: 28 Aug 2025
https://github.com/Aptivi/Nitrocid
A simulator for our future-planned kernel, Nitrocid Kernel!
application csharp dotnet dotnet-core dotnet8 kernel kernel-simulator kernels linux shell simulator terminal visual-studio windows
Last synced: 30 Aug 2025
https://github.com/ssukhpinder/dotnetaspirechallenge
10 Day .Net Aspire Challenge
aspnetcore coding csharp csharp-code docker dotnet dotnet-core kafka mssql oracle postgresql rest rest-api
Last synced: 30 Oct 2025
https://github.com/buraksenyurt/guide-for-aca
Applied Clean Architecture. Uygulamalı clean architecture eğitimlerinde kullanılmak üzere oluşturduğum repo. Basit ve hafifsiklet bir projenin temel enstrümanları ile uçtan uca hazırlanmasına yardımcı olan anlatımı içermektedir.
applied-clean-architecture clean-architecture csharp dotnet dotnet-v6 entity-framework mediatr sqlite3 vuejs vuejs2
Last synced: 07 Mar 2026
https://github.com/mariusmuntean/aperture
Aperture-like custom control for Xamarin.Forms
aperture csharp custom-controls design gui xamarin-forms
Last synced: 11 Apr 2025
https://github.com/shadynagy/shadynagy.apitemplate
Clean Architecture Endpoints Solution Template: A starting point for Clean Architecture Endpoints with ASP.NET Core.
api api-rest architecture clean-architecture csharp ddd dotnet-core dotnetcore ef efcore endpoints template
Last synced: 05 Apr 2025
https://github.com/sametcn99/resumebuilder
moved to https://github.com/sametcn99/ResumeBuilderMAUI
converter create-pdf-file csharp generate-pdf json pdf pdf-generation questpdf resume resume-builder resume-creator sourceforge visual-studio windows-form-application
Last synced: 04 Apr 2025
https://github.com/sub-c/allegrodotnet
A library to allow .NET Standard 2.0 or .NET 6+ applications to consume the Allegro 5 game programming library.
csharp game-2d game-development gamedev multimedia
Last synced: 03 Mar 2026
https://github.com/muxammadamin-ulmasaliyev/route-runner-app
Route Runner is a minimalistic platform for testing APIs (Application Programming Interfaces).
api-client csharp dotnet postman wpf
Last synced: 25 Oct 2025
https://github.com/karenpayneoregon/sql-server-computed-columns
Using SQL-Server computed columns with EF Core
computed-columns csharp csharp-core efcore7
Last synced: 07 Mar 2026
https://github.com/aptivi/nitrocid
A simulator for our future-planned kernel, Nitrocid Kernel!
application csharp dotnet dotnet-core dotnet8 kernel kernel-simulator kernels linux shell simulator terminal visual-studio windows
Last synced: 08 Mar 2026
https://github.com/binakot/fleet-and-staff-location-visualizer
Visualization of the location of transport and people in real time with a small delay from reality. Powered by Unity + Mapbox SDK.
3d csharp hacktoberfest hacktoberfest-accepted mapbox maps realtime unity unity-mapbox-sdk visualization
Last synced: 14 Apr 2025
https://github.com/marcduiker/az-func-updates
This repo contains the code that powers the Function App behind the Azure Functions Updates Twitterbot.
azure azure-functions csharp serverless
Last synced: 12 Apr 2025
https://github.com/LeslieCorrea/Xamarin-Forms-Custom-Activity-Indicator
Xamarin Forms Custom Activity Indicator using GIF image.
csharp gif-animation loader webview xamarin-forms xaml
Last synced: 06 May 2025
https://github.com/brianmacintosh/unityprojectbrowser
Standalone Winforms application for browsing references in a Unity project.
csharp unity-tools unity3d winforms-application
Last synced: 07 Mar 2026
https://github.com/rolandkoenig/messagecommunicator
MessageCommunicator is a library + testing Gui for message-based communication. The library can be integrated in .NET Standard 2, .NET 6.0 and .NET 7.0 apps. The Gui is build using C# and Avalonia, therefore it supports the desktop environments on Windows, Linux and Mac.
avalonia cross-platform csharp dotnet tcp tcp-client tcp-server tcp-socket
Last synced: 26 Jul 2025
https://github.com/davidrevoledo/inyector
Library to Implement Automatic dependency injection by Configuration over Scaned Assemblies
asp-net-core aspnetcore csharp dependency-injection
Last synced: 10 Jul 2025
https://github.com/delaphante/cynkyautomation
Powered by Selenium, Reqnroll and ML.Net with detailed HTML reporting, Machine Learning Analysis and Logging capabilities - CynkyAutomation framework can handle any website that is built using AJAX, React, AngularJS, Vue.js, Single Page Applications, Salesforce, Dynamics 365 CRM and many more.
api-testing-framework apitesting automation automation-framework bdd bdd-framework c-sharp csharp httpclient qa qaautomation qatools rest-api-test sdet selenium specflow test-automation test-framework testautomationframework webdriver
Last synced: 14 May 2025
https://github.com/jlcrochet/vim-cs
Improved syntax highlighting for C#
csharp vim vim-ftplugin vim-plugin vim-syntax vim-syntax-highlighting
Last synced: 11 Apr 2025
https://github.com/nad-au/Neo4j.Mapper
The easiest way to map cypher values onto your entity models
csharp mapper neo4j neo4j-driver
Last synced: 16 Oct 2025
https://github.com/robthree/texttablebuilder
Simple, opinionated, modern table builder
console console-table csharp dotnet netstandard nuget-package table text text-table
Last synced: 15 Mar 2026
https://github.com/michaelschnyder/skypeclient
C# implementation of a Skype Client that allows to use Skype features in any .NET Standards based application
cefsharp csharp netcore31 skype skype-api skype-bot skype-client
Last synced: 19 Aug 2025
https://github.com/terrafx/terrafx.interop.pulseaudio
Interop bindings for Pulse Audio.
csharp dotnet-core hacktoberfest interop pulseaudio
Last synced: 04 Mar 2026
https://github.com/luisalfredo92/super-qoi-converter-gui-
Version of Super QOI converter with UI. Windows Exclusive, but maybe it works in Linux with Mono
bmp csharp csharp-code image images jpeg jpg png qoi
Last synced: 13 Oct 2025
https://github.com/heroku/buildpacks-dotnet
Heroku's Cloud Native Buildpack for .NET applications.
aspnetcore cloud-native-buildpacks cnb csharp dotnet heroku heroku-languages msbuild
Last synced: 14 Apr 2026
https://github.com/arslanameer/csharp-module-htmltopdf-atserver
Saving HTML to PDF on server Folder with conversion of Images to Base64 and with Dynamic Data, using PECHKIN Library.
arslan-ameer asp asp-net-mvc base64-encoding csharp csharp-code csharp-module html htmltopdf mvc pdf-converter pdf-generation pechkin server-side
Last synced: 13 Oct 2025
https://github.com/whoswhip/aimmy-models
A collection of EVERY model and config uploaded to the models channel in Aimmy.
aimmy csharp css javascript onnx yolo yolov8
Last synced: 27 Feb 2026
https://github.com/winpass11-archive/WinServ11
🔑 WinPass11 WinService is a tool for loading keys into the registry on startup with the use of Windows Services.
bypass csharp patch registry unsupported visual-studio windows windows-11 windows-service
Last synced: 11 Mar 2025
https://github.com/aliceakesson/Hearthstone
Hearthstone in Unity with focus on OOP (final project for a coding course)
Last synced: 25 Apr 2025
https://github.com/emanzione/mhlab.utilities
A collection of general purpose utilities for C# and .NET
collections csharp dotnet dotnetcore utilities
Last synced: 08 Apr 2025
https://github.com/Sarah-Hesham-2022/Unity-Protein-Visualization
Protein Visualization using Unity and C# analysis on PDB Files.
bioinformatics csharp file-analysis pdb-files problem-solving protein-structure structural-bioinformatics structural-biology unity visualization
Last synced: 19 Apr 2025
https://github.com/codecapital/enumerablevisualizer
Visual Studio Debugger Enumerable Visualizer without Serialize attribute, using Json. This is now inbuilt in Visual Studio 2022 from version 17.3 and so this project is deprecated.
Last synced: 27 Aug 2025
https://github.com/notoriousrebel/configpersist
Modifies machine.config for persistence after installing signed .net assembly onto GAC
csharp dotnet hooking persistence redteam
Last synced: 04 Oct 2025
https://github.com/offchan42/unitycppclassdllexample
:bulb: Example exporting CPP class as DLL and importing in Unity C# as native plugin
cpp csharp dll exporting-cpp native-plugin unity
Last synced: 25 Mar 2025
https://github.com/takuya-takeuchi/mxnetdotnet
.NET wrapper for Apache MXNet written in C#
csharp dotnet dotnet-core linux mxnet windows
Last synced: 30 Aug 2025
https://github.com/vtstech/vgs-voxel
Voxel Engine written in Unity 5.6 and C#
csharp minecraft unity unity3d voxel-engine
Last synced: 11 Mar 2026
https://github.com/colinkiama/uwp-fluent-design-store-app-look-example
All made to answer a question on reddit.
blur csharp fluent fluent-design fluent-design-system gaussian-blur store uwp uwp-applications uwp-apps uwp-design uwp-dev windows windows-10 windows-uwp windows10 windows10mobile xaml xaml-style xaml-winrt
Last synced: 28 Oct 2025
https://github.com/huysentruitw/svglib
SVG parser and composer library for .NET Framework and .NET Core
Last synced: 30 Jun 2025
https://github.com/onesignal/onesignal-dotnet-api
csharp dotnet email in-app-messaging onesignal push-notifications sms
Last synced: 21 Apr 2025
https://github.com/avantipoint/avantipoint.packages
Built for those who require self hosted NuGet feeds with custom hooks into Package Uploads/Downloads and User Authentication. This provides an easy to use extension point to allow you to provide your own business logic and expose a custom NuGet Feed.
csharp net50 nuget nuget-feed nuget-server package-manager
Last synced: 16 Apr 2025
https://github.com/hc0503/asp.net-core-api-demo
Create a web API with controllers
asp-net-core csharp demo web-api
Last synced: 23 Mar 2025
https://github.com/softeq/dotnet-guidelines
A set of coding guidelines for C#, design principles, and layout rules.
code-style csharp dotnet guidelines
Last synced: 22 Apr 2025
https://github.com/voltstro-studios/voltrpc
VoltRpc - An RPC library which is designed to be both simple to use and fast.
csharp csharp-rpc csharp-sourcegenerator csharp-tcp dotnet dotnet-core dotnet-standard dotnet6 interprocess-communication ipc named-pipes rpc rpc-library tcp
Last synced: 21 Jul 2025
https://github.com/ArdeshirV/QrCodeGeneratorWithLogo
QrCodeGeneratorWithLogo Provides a QR code generator that let you embed a predefined or custom logo in your QR code
ardeshirv csharp dotnet qr qrcode qrcode-generator qrcode-logo qrcode-with-logo qrcodegeneratorwithlogo windows-form windows-forms windows-forms-csharp
Last synced: 08 Jul 2025
https://github.com/supabase-community/functions-csharp
C# client for interacting with Supabase Functions
csharp supabase supabase-functions
Last synced: 14 Apr 2025
https://github.com/tuarua/zip-ane
Zip Adobe Air Native Extension for Windows, macOS 10.10+ and iOS 9.0+, Android 19.0+
adobe-air air-native-extensions csharp kotlin-android swift4 zip
Last synced: 29 Aug 2025
https://github.com/leanwit/dotnet-cqrs
A CQRS Project using a DDD structure without MediatR library
Last synced: 06 May 2025
https://github.com/fakoua/winman
Web Administration for Windows Servers
csharp docker microsoft owin restful-api swagger swagger-ui windows-server
Last synced: 20 Aug 2025
https://github.com/turtle-insect/zeldatotk
Switch The Legend of Zelda Tears of the Kingdom SaveDate Editor
csharp game save-editor switch wpf
Last synced: 23 Jun 2025
https://github.com/alexander-scott/multiplayerproject
Real-Time Multiplayer Game featuring an authoritative server, lobby system and efficient serialisation.
authoritative client-server csharp monogame multiplayer-game multithreading protobuf-net socket-programming
Last synced: 04 Jul 2025
https://github.com/danrigby/jsonfeed.net
JsonFeed.NET is a portable .NET library for generating and consuming JSON Feed (jsonfeed.org) compliant site feeds.
Last synced: 16 May 2025
https://github.com/leotgo/unity-coding-standards
A composition of coding standards for programming in Unity3D, acquired from multiple game developers across the community.
best-practices coding-standards coding-style csharp gamedev unity3d unity3d-script
Last synced: 16 Oct 2025
https://github.com/zygotecode/vadsharp
Enterprise VAD (Voice Activity Detection) in C#.NET (.NET 6.0+) with Microsoft.ML.Net, ONNXRuntime and DirectML. The easiest, efficient, and performant Silero VAD implementation! Always open for PRs.
csharp dotnet onnx onnx-runtime onnxruntime silero-vad speech speech-processing vad voice-activity-detection voice-control voice-recognition
Last synced: 10 Feb 2026
https://github.com/drovosek01/replacehexpatcher
Multitool for Windows native find + replace bytes in hex format
c-sharp csharp hex hex-patterns patterns powershell
Last synced: 14 Oct 2025
https://github.com/autodesk-forge/design.automation-.net-basic-sample
Plot to PDF in C#: Shows how to issue a direct HTTP requests to call the Design Automation API
autocad csharp design-automation
Last synced: 12 Apr 2025
https://github.com/eagleeggs/materialgate
Unity3d - Dynamically affect textures and save results [Stable]
abstract csharp material procedural texture textures unity3d unity3d-asset unity3d-plugin
Last synced: 29 Apr 2025
https://github.com/ogubuikealex/bibleindexer-v2
A comprehensive library for querying bible content and getting cascading dropdowns for loading books of the bible, chapters and associated verses.
api bible bible-api bible-study bible-verse csharp csharp-code csharp-library dotnet-core dropdown dropdown-menus library open-source open-source-community open-source-project opensource
Last synced: 01 Apr 2026
https://github.com/julzerinos/csharp-image-processing
Image processing methods, algorithms and bitmap drawing recreated in C# Winforms. RIP MS Paint 1985 - 2017.
antialiasing bitmap bitmap-graphics clipping-algorithm clipping-polygons convolution-filters csharp drawing drawing-app filters floodfill gaussian-filter grayscale image-filters image-processing midpoint-algorithm octree-quantizer polygon-fill winforms ycbcr
Last synced: 12 Mar 2025
https://github.com/ycarowr/tools
A git submodule that contains a bunch of boilerplates for C#/Unity3D code.
boilep component component-library components csharp patterns reuse reused-component template templates tool unity unity2d unity3d
Last synced: 09 Oct 2025