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/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/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/datvm/LukeMauiFilePicker
File Picker (open and save) for MAUI apps. Alternative to FilePicker which is currently broken. Also support Save Picker.
android csharp dotnet file-picker ios maccatalyst maui picker windows winui
Last synced: 12 Mar 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/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/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/jenius-apps/postman.net
An unofficial .NET implementation of the Postman collection schema
csharp dotnet dotnet-standard nightingale-rest-client postman restapi
Last synced: 26 Feb 2026
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/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/caioindust/aspnet.diagnostics.healthchecks
This project is a version for ASP Net Full Framework for creating HealthChecks, based on Xabaril AspNetCore.Diagnostics.HealthChecks project.
asp-net aspnet c-sharp csharp health health-check health-checks healthcheck healthchecks xabaril
Last synced: 30 Jul 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/giuseppenovielli/mvvmcrud
MvvmCrud helps your Xamarin.Forms/MAUI app to standardize operations of creating, updating, deletion and display data, from REST API.
crud-api crud-application crud-operation csharp maui maui-app maui-apps mvvm-architecture mvvm-pattern prismlibrary xamarin xamarin-forms
Last synced: 14 May 2025
https://github.com/BillyFrcs/SnakeBoxes
Simple 3D Snake Game Snake Boxes.
3dgame csharp game game-development game-engine gamedev snake-game snakeboxes unity unity3d
Last synced: 14 Apr 2025
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/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/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/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/abdes/winui-generic-host
A WinUI 3 visual studio solution for an application that uses Microsoft.Extensions.Hosting.
configuration csharp dependency-injection generic host lifecycle netframework windows winui winui3
Last synced: 27 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/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/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/christophhornung/embeddedresourcegenerator
A C# source generator to automatically generate access methods for embedded resources.
Last synced: 18 Aug 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/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/sebagomez/winscreenfetch
š» WinScreenfetch is ScreenFetch for Windows
command-line csharp screenfetch
Last synced: 05 Nov 2025
https://github.com/ardalis/refactoring-to-solid-pluralsight
Resources for my Pluralsight course on Refactoring to SOLID C# Code
ardalis csharp dotnet pluralsight refactoring solid
Last synced: 05 Apr 2025
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/consultoria-sap/business-one
Repositorio para código libre de ConsultorĆa SAP Business One
csharp sap sap-business-one sdk
Last synced: 05 Apr 2025
https://github.com/ipdata/dotnet
Official C# client library for the ipdata API
Last synced: 13 Apr 2025
https://github.com/samuel-oldra/barkhausenscripter
š£ Ferramenta para manipulação de arquivo de saĆda de variação magnĆ©tica (Efeito Barkhausen)
barkhausen csharp dotnet-framework dotnet-framework-4
Last synced: 21 Mar 2025
https://github.com/nlog/nlog.mailkit
:mailbox_with_mail: Alternative Mail target for NLog using MailKit
csharp dotnet mail mailkit net-core net45 netstandard netstandard20 nlog nlog-target
Last synced: 13 Apr 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/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/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/usercode/wpf.imageeffects
GPU-based image effects (brightness, contrast) for WPF
Last synced: 17 Jun 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/RomanZhu/Packet-Loss-Notification
The project provides a helper class for detection and notification about lost unreliable packets.
csharp enet loss-detection loss-notification multiplayer networking udp unity unreliable
Last synced: 25 Apr 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/goodtocode/semantickernel-microservice
A Clean Architecture microservice based on Microsoft Semantic Kernel. Provides language models from OpenAI, AzureOpenAI, and Hugging Face. Enables developers to store and retrieve memories, add plugins, create dynamic prompts, and combine functions with planners.
clean-architecture csharp dotnet microservices semantic-kernel
Last synced: 21 Sep 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/aliceakesson/Hearthstone
Hearthstone in Unity with focus on OOP (final project for a coding course)
Last synced: 25 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/12343954/darknet.yolov3
C# Darknet YoloV3 GPU Object-Detection, 30+ fps, RTX 20 series, CUDA 10.2. (2021)
csharp object-detection yolov3
Last synced: 03 May 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/kara-4search/apc_shellcodeexecution_csharp
Shellcode Load or execute via "APC technic"
bypass csharp edr hacking injection pentest redteam shellcode-injection shellcode-loader
Last synced: 23 Apr 2025
https://github.com/tscholze/xamarin-road-to-surface-duo
#rTsd - This ia a work in progress Xamarin.Forms Android project which is intended to feature most of the new features that makes the upcoming Microsoft Surface Duo phone unique.
android csharp learning-by-doing xamarin-forms
Last synced: 06 May 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: 08 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/alan-fgr/aelum
2D game engine so simple it works :trollface:
2d-game-engine csharp fna game-2d game-development game-engine xna xna-fna
Last synced: 13 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/ststeiger/arsoft
.NET Core minimal DNS server - .NET Core Port of ARSoft.Tools.Net
csharp dns dns-server dnssec dotnet-core netcore
Last synced: 13 Apr 2025
https://github.com/nenonaninu/caloriecaptorglass
CalorieCaptorGlass : Food Calorie Estimation based on Actual Size using HoloLens and Deep Learning (IEEE VR 2020 Demo)
csharp hololens hololens-applications ieeevr unity3d
Last synced: 14 Apr 2025
https://github.com/handsomematt/pure3d
.NET library for loading the Pure3D file format.
Last synced: 21 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/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/sgaumin/animexpress
Lightweight Unity Utility to quickly setup 2D sprite-sheet animations
csharp editor extension gamedev tool unity unity-editor unity2d
Last synced: 28 Feb 2026
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/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/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/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/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/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/physer/microshop.net
A .NET e-commerce showcase in a event-driven microservices architecture
csharp dotnet event-driven mach masstransit meilisearch microservices rabbitmq testcontainers
Last synced: 09 Mar 2026
https://github.com/flaxengine/imgui
Dear ImGui plugin for Flax Engine that adds debug GUI interface to game viewport.
cpp csharp flax flax-engine imgui
Last synced: 12 Apr 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/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/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/samuel-oldra/devreviews.api
š£ C# e .NET 5 (2ĀŖ ed.)
aspnet-core autofixture automapper clean-code csharp dependency-injection dotnet-core-secrets dotnet-core-webapi dotnet5 eager-loading entity-framework-core migrations moq repository-pattern serilog shouldly sqlite sqlserver swagger xunit
Last synced: 27 Oct 2025
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/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/Kermalis/MIDIProgramSplitter
šµ Split MIDI tracks with multiple instruments! Convert MIDI to FLP! šµ
converter csharp daw fl-studio flp flstudio fruity-loops image-line importer midi midi-file midi-files music processor
Last synced: 16 Mar 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/camunda-community-hub/zeebe-client-csharp-accelerator
C# Zeebe Job Workers made easy - boostrapped via a .NET HostedService and added to DI
camunda-platform-8 csharp dotnet zb-client zb-client-accelerator zb-grcp zeebe zeebe-client
Last synced: 05 Sep 2025
https://github.com/doomviruz/uiext.markup.wpf
WPF extensions library to define UI from code instead of XAML usage.
Last synced: 23 Aug 2025
https://github.com/korintic/UnityEditorScripts
Collection of Unity editor scripts
csharp editorscript unity unity-editor unity-scripts unity3d
Last synced: 25 Apr 2025
https://github.com/kara-4search/processhollowing_csharp
ProcessHollowing via csharp
bypassedr csharp pentest processhollowing redteam
Last synced: 05 Jul 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/austins/discordtranslationbot
A Discord bot that allows translations of messages in a Discord server (guild) using country flags and /translate command.
aspnetcore azure azure-cognitive-services azuretranslator bot cqrs csharp discord discord-net docker libretranslate mediatr netcore nsubstitute shouldly translate translation translator tunit
Last synced: 08 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/kuromukira/azure-functions-jwt-validation-extension
A custom access token validation provider for Azure Functions via Dependency Injection with extra implementation for Firebase Auth.
azure-functions csharp custom firebase firebase-auth token validation
Last synced: 14 Jan 2026
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/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/imoutochan/imoutorebirth
A solution designed for storing, tagging, and searching anime images, animations and videos. It automatically fetches and updates tags from booru sites, allows users to work with stored media locally.
anime anime-art art csharp dotnet image-organization image-organizer image-viewer library
Last synced: 16 Feb 2026
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
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/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/long-woo/12306ticket
éåä¹åēā12306-for-pcā锹ē®
Last synced: 04 Mar 2026