An open API service indexing awesome lists of open source software.

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.

https://github.com/kris701/databasesharp

A project to interface and convert values to database STPs

csharp database

Last synced: 06 Mar 2026

https://github.com/FrauJulian/Selfmade-Cheatsheets-German

📝 Selfmade Cheatsheets!

cheatsheet csharp docs

Last synced: 13 Mar 2025

https://github.com/rebecavitoria45/achados-e-perdidos

API para um sistema de achados e perdidos.

csharp dotnet postman sql-server swagger

Last synced: 06 Apr 2026

https://github.com/andrijzyn/currencyconverter

⬜ Currency Converter with a pretty interface

avaloniaui csharp

Last synced: 15 May 2026

https://github.com/akshaymittal143/austin-adl-game-challenge

Players will encounter a variety of citizens and situations in the City of Townsville. The player will act as an ally, educating fellow citizens on how to be an ally in a variety of contexts.

csharp game-dev game-development illustrator teamwork unity

Last synced: 15 May 2026

https://github.com/zeroonedev01/csharp-kasir

aplikasi kasir dalam rangka latihan lks

csharp kasir

Last synced: 10 Jan 2026

https://github.com/kamiviolet/jobtracker

An ASP.NET Core Api to help jobseekers track the applications

csharp

Last synced: 12 Apr 2025

https://github.com/71/indexesstartatone

One-indexing in C#, right now. You know you want it.

anarchy crazy csharp hate indexing

Last synced: 30 May 2026

https://github.com/binakot/example-exilebuddy-plugin

Template for Exilebuddy plugin. Exilebuddy is a bot for the Path of Exile game.

bot csharp dotnet exilebuddy pathofexile

Last synced: 15 May 2026

https://github.com/jkorf/hyperliquid.net

A C# .netstandard client library for the HyperLiquid DEX REST and Websocket Spot and Futures API focusing on clear usage and models

api-wrapper crypto cryptocurrency cryptocurrency-exchanges csharp decentralized-exchange dex dotnet exchange hyperliquid

Last synced: 06 Mar 2026

https://github.com/hvalfangst/aspnet-9-api

REST API in C# utilizing ASP .NET Core with Dapper

asp-net asp-net-core asp-net-core-web-api csharp dapper dotnet-9 net nsubstitute

Last synced: 27 Mar 2025

https://github.com/u-c-s/something

A Text based RPG with Branching storyline (On Hold)

branching-story csharp dotnet-framework-48 text-rpg wpf wpf-game

Last synced: 15 May 2026

https://github.com/azhuge233/sagg-dotnet

Steam Achievement Guide Generator

cli csharp dotnet game guide steam steam-achievements

Last synced: 17 Mar 2025

https://github.com/nikouu/brothermanbill

Discord bot 🤖 written in C# for music 🎧 and memes 😁 for the whole server 🖥 to enjoy.

bot csharp discord discord-bot dotnet

Last synced: 10 May 2026

https://github.com/tiennm99/time-mocker-csharp

Windows tool that injects fake time into running processes by hooking Win32 time APIs — C# WinForms + EasyHook

api-hooking csharp dll-injection easyhook time time-mock time-mocking windows winforms

Last synced: 01 Jul 2026

https://github.com/angrycarrot789/wpf-codegen-converter

Uses a C# compiler to generate a WPF converter from a script, to save having to create a class for each converter

csharp wpf

Last synced: 15 May 2026

https://github.com/luiseduardofrias/verifonecardnet

Aplicacion de verifone CardNet

console-application csharp

Last synced: 11 Apr 2025

https://github.com/dangos-dev/erredeholidays.net

Paquete (Nuget) que lista y ayuda a validar los días feriados de la República Dominciana

csharp dominican-republic holidays nuget-package

Last synced: 10 Feb 2026

https://github.com/rckov/flintui

WPF UI controls and styles library for .NET Framework 4.8 and .NET, providing a set of controls and styles for building desktop interfaces in WPF.

controls csharp desktop dotnet theme ui-library wpf wpf-ui wpf-ui-controls

Last synced: 01 Jul 2026

https://github.com/soenneker/soenneker.extensions.enumerable

A collection of helpful enumerable extension methods

csharp dotnet extension ienumerable

Last synced: 06 Jun 2026

https://github.com/jmbl1685/xamarin-forms-todolist

ToDoList example using Xamarin Forms (C#) and SQLite3

csharp microsoft sqlite3 todolist-app xamarin-forms

Last synced: 24 Jun 2026

https://github.com/knightfury16/socket-dotnet

Inter process communication via low level BSD Socket interface

berkeley-sockets bsd-s csharp dotnet dotnet-core socket socket-programming

Last synced: 14 May 2026

https://github.com/marceloeatworld/make-appointment

App Android & iOS 📱 for making appointment based on Easy!Appointments - Open Source Appointment Scheduler API

appointment csharp junior visual-studio xamarin-forms

Last synced: 26 Mar 2025

https://github.com/li-xiaoyao/simplestring

通过XML注释或指定特性转换成字符串输出。

csharp dotnet dotnetcore netcore

Last synced: 29 Apr 2026

https://github.com/ealsur/yatimerwheel

Yet another timer wheel in C#

csharp

Last synced: 07 Jul 2025

https://github.com/polakosz/neptunpro

The original Neptun is an administrative software for universities developed and forced by the hungarian government. This solution gets the data from the official site and displays that data in a modern UI. Because this application gets the data in an unofficial way there is a chance that not every function will work every time.

cross-platform csharp education hungarian neptun scrape sda sdainformatika xamarin

Last synced: 28 Oct 2025

https://github.com/bilalmohib/filefinder

A c# tool that will increase the development speed.The tool is useful for developers.What it will do is it will search the entered string starting from the path you will give.It will loop through all the available directories,paths and will give you the file path and name where the string is present.As in larger softwares there are hundreds of files and thousands of lines of code so its much harder to go through all the files and start working where its required to start.So My Aim is to help the developers to fast track their development so that they can start immediately on the file where the working is required.For that you are required to enter the extension of the file in which the text is most likely to be i.e .jsx contains code files in react projects or .js so you have to enter this also the path from where you want to start search.Also the text which you want to find or you've seen in the running project and now you want to start working right in the file where that text is present.It will be mostly helpful to the developers who are working on some one's other developer project and had a hard time to figure out the starting point where to start in which file to start.

csharp developer-tools file pathfinding search

Last synced: 13 Mar 2025

https://github.com/nthnn/feihua

Feihua is an anti-virus/anti-malware program that verifies file hashes against the VirusShare.com database for Windows systems.

antimalware antivirus antivirus-software csharp csharp-app malware-detection windows-app windows-forms

Last synced: 31 Jan 2026

https://github.com/nelsogi/horlogegraphics

Simple Clock whit Graphics in C#

csharp graphics winform

Last synced: 10 Apr 2025

https://github.com/elky84/stock-crawler

Naver Stock Crawler & Mock Invest

asp-net asp-net-core crawler csharp dotnet

Last synced: 18 Apr 2026

https://github.com/bas-boop/vormenvsformen

Simple tower defence Unity game

csharp game game-design game-development unity unity2d

Last synced: 19 May 2026

https://github.com/aaesalamanca/leet-sharp

Soluciones para los problemas de LeetCode en C#.

benchmark console csharp dotnet leetcode

Last synced: 26 Mar 2025

https://github.com/wolfterro/ipsharp

Obtenha detalhes sobre seu endereço IP utilizando as API's da IPInfo e Google Maps!

csharp google-maps-api ip-address ip-location ip-lookup ipinfo newtonsoft-json

Last synced: 09 Jul 2025

https://github.com/pwb97/floyd

Floyd:find the shortest way on Chinese map-在全国省会城市地图中 使用Floyd算法求最短路径

csharp floyd-algorithm unity

Last synced: 14 May 2026

https://github.com/nixtus/bitpay-plugin-for-nopcommerce

nopCommerce plugin for accepting cryptocurrency

csharp nopcommerce nopcommerce-plugin

Last synced: 20 Mar 2025

https://github.com/xerren09/sons-of-the-forest-companion-rescue-tool

A small tool that helps with reviving and unstucking your beloved Kelvin (or Virginia) when they like a wall a bit too much.

csharp save-editor sons-of-the-forest tools

Last synced: 28 Oct 2025

https://github.com/blai30/hextechcheck-functions

Azure Functions app with .NET isolated worker. HTTP triggers for Riot Games API.

asp-net-core azure azure-functions csharp dotnet riot-games-api

Last synced: 10 May 2026

https://github.com/fkucukkara/mvc101

This is a template project built with ASP.NET Core MVC to explore and learn the fundamentals of Model-View-Controller architecture in .NET.

csharp dotnet-core mvc-framework template

Last synced: 17 May 2026

https://github.com/errorcodezero/ultraauth

🎉 My First Program Ever Written

console-application csharp

Last synced: 02 Apr 2025

https://github.com/jerryshell/stat-growth-rpg-system-mono

Stat Growth - Godot RPG System - Mono

csharp dnd godot mono rpg

Last synced: 15 May 2026

https://github.com/patricioaguilarvargas/tbk-pos-autoservicio

Proyecto desarrollado en C Sharp que funciona como intermediario entre el Kit POS Transbank y la app del comercio. Este utiliza SerialPort de C Sharp

csharp

Last synced: 30 Jun 2026

https://github.com/luiseduardofrias/itqj

Proyecto final (ITSC)

asp-net-api asp-net-core-mvc csharp

Last synced: 11 Apr 2025

https://github.com/jaerith/nethereumsmartobjectframework

This project aims to create a C# template that demonstrates integration with both the Smart Object Framework (used within the game Eve Frontier) and the browser wallet Eve Vault.

csharp ethereum eve-frontier nethereum

Last synced: 06 Mar 2026

https://github.com/jack251970/mdict.csharp

*.mdx/*.mdd interpreter csharp implements, support mdict index file

csharp dictionary glodendict mdd mdict mdx

Last synced: 10 Jul 2025

https://github.com/pravinchandankhede/designpatterns

This repo contains the implementation of various design patterns implementation using C#.

architecture csharp design-patterns foundational-patterns software-architecture

Last synced: 12 Apr 2025

https://github.com/arijhajji-1/airportmanagement

Workshop .net

csharp dotnet

Last synced: 16 May 2026

https://github.com/hjerpbakk/whatsnewincsharp6

My take on what's new in C# 6.

csharp visual-studio windows

Last synced: 18 May 2026

https://github.com/darkygr/asp.net-6-api-rest-angular-1

ASP.NET 6 - API REST - Angular - CRUD

angular api-rest asp-net-core csharp

Last synced: 16 May 2026

https://github.com/tearth/falcon

WebSocket server library for .NET

csharp dotnet library websocket websocket-server

Last synced: 17 May 2026

https://github.com/dometrain/getting-started-net-maui

The open-source code samples for the DomeTrain Course "Getting Started: .NET MAUI"

android csharp dotnet ios maccatalyst maui mobile windows xaml

Last synced: 05 Apr 2025

https://github.com/zabavb/technology-store

This is a web app developed on ASP.NET. The project features a microservices architecture with Ocelot as the gateway managing routes between three APIs and the client app. It includes cookie-based authorization and field validation. Data is managed and saved in an MS SQL Server database via EF Core.

api-rest asp-net-mvc authorization bootstrap5 client-server cookie-authentication crud-operation csharp database dotnet entity-framework-core gateway-api lambda-expressions library linq-to-sql microsoft-sql-server ocelot-api-gateway store website

Last synced: 04 Apr 2026

https://github.com/darkness4/3d-plane

A test 3D airplane game with basicc command (roll, yaw, pitch) and bullets with gravity.

csharp godot

Last synced: 16 May 2026

https://github.com/jamesql/italian-project-game

Basic Game made for Italian Project in Unity.

boxcollider2d csharp raycasting rng scenemanagment unity3d

Last synced: 16 May 2026

https://github.com/osmanaliyardim/aspnetmicroservices

Real world e-commerce microservices architecture based application on .NET with WebAPI, Docker, Redis, MongoDB, RabbitMQ, PostgreSQL, Ocelot, EF Core, Dapper, SQL Server, Masstransit.

aggregator bff clean-architecture containerization cqrs csharp dapper docker dotnet dotnet-core entity-framework-core grpc masstransit microservices mongodb ocelot postgresql rabbitmq redis sqlserver

Last synced: 07 Apr 2026

https://github.com/razerms/sdk-razerms_csharp

Razer Merchant Services payment SDK for C#

csharp dotnet payment payments razerms sdk

Last synced: 04 Jan 2026

https://github.com/blaze6950/encryptingdata

The example of programm, which do encrypt files with key and descript

csharp encryption-algorithms encryption-decryption gui wpf-application

Last synced: 02 Jul 2026

https://github.com/gluschenko/code-base-research

Utilities for static code analysis (2019)

code-metrics csharp dotnet static-analysis wpf

Last synced: 17 Feb 2026

https://github.com/natebakescakes/team7-ssis

GDipSA: Stationery Store Inventory System

asp-net-mvc csharp gdipsa graduate-course team-project

Last synced: 26 Jun 2025

https://github.com/linuxto5re/retailstoremanagement

Managing All Retail Store Activities such as Dashboard, Inventory, Supplier Details, Store Details, Sales and Purchases Records, User Management etc. It's a Small POC Type Project Created By Me And My Team Member Using C#, WPF, MVVM etc. Using This small POC, User can handle their Store's Inventory, Store Details, Daily/Weekly Sales and Purchases e

csharp dotnet mvvm-architecture mvvm-pattern sql-server

Last synced: 07 May 2025

https://github.com/mrquackduck/signalrtestingclient

WPF client for testing SignalR hubs behaviour.

csharp dotnet dotnet-core signalr signalr-client signalr-core wpf

Last synced: 20 Jan 2026

https://github.com/gregyjames/logwrapper

Use your Microsoft.Extensions.ILoggers with legacy systems that use hardcoded logging abstractions.

csharp dotnet dotnet-core logging microsoft

Last synced: 18 May 2026

https://github.com/tengge1/design-pattern

6大设计原则和23种设计模式。

csharp design-pattern dotnet rule

Last synced: 16 May 2026

https://github.com/jooapa/jread

The ultimate cross-platform C# console input library.

cli console cross-platform csharp dotnet input input-output library output

Last synced: 18 May 2026

https://github.com/lawrindovsk/treinamento-csharp

Treinando exercicios em Csharp, se aprofundando mais, em estilo de Menu.

console csharp menu net netcore

Last synced: 28 Mar 2025

https://github.com/baltasarq/c-sim

Memory management simulator for a (limited) C interpreter

c c-plus-plus csharp csim interpreter memory-allocation memory-management

Last synced: 04 May 2026

https://github.com/mikemequis/asher

Dust: An Elysian Tail launcher-based modding platform

csharp dust-an-elysian-tail harmony launcher modding-tools patch

Last synced: 02 Jul 2026

https://github.com/lexz-08/novaui.netcore

A .NET Core port of NovaUI.

csharp net-core net-core-9 windows

Last synced: 16 May 2026

https://github.com/bgrainger/romurandom

.NET implementation of Romu random number generators

csharp netcore netstandard prng random-number-generators romu

Last synced: 17 Feb 2026

https://github.com/rubenslyra/monitoramento-memoria-csharp

Aprenda as melhores práticas, ferramentas e técnicas para identificar problemas relacionados à memória, otimizar o consumo de recursos e garantir um desempenho eficiente.

csharp memory-management monitoring

Last synced: 16 Jul 2025

https://github.com/polatengin/blog-codes

Blog'umda yeralan projelerin kodları

angular blog codes csharp css html typescript xaml

Last synced: 16 Apr 2026

https://github.com/sourcegeneration/actiondispatcher

Source generator based mediator implementation without reflection. Supports action dispatch and subscribe.

actiondispatcher aot command csharp dispatcher dotnet event mediator sourcegenerator subscriber

Last synced: 28 Mar 2025

https://github.com/yamachu/mastodonscriptbot

Mastodon Bot with Roslyn for Scripting: Mastodon-no-anal > Amazing Notified-driven Automatic Literal-bot

csharp mastodon mastodon-app roslyn

Last synced: 16 May 2026

https://github.com/lexz-08/regreader

This project was primarily made just so I could view the value of a Registry key without having to retype the string representation in RegEdit into Notepad++, but I guess it could be useful for other things. It can view strings, dwords, qwords, and binary.

csharp reg-edit reg-reader reg-viewer regedit registry registry-editor registry-reader registry-viewer windows

Last synced: 18 May 2026

https://github.com/pujolsluis/learningasp.netmvc

This is the repository for my project of the guide of ASP .NET MVC of MSDN

csharp learning-by-doing mvc

Last synced: 13 Mar 2025

https://github.com/technobre/powerutils.xunit.extensions

Utils, helpers and extensions to create tests with xUnit

c-sharp csharp dotnet dotnet-core test xunit

Last synced: 12 Jul 2025

https://github.com/dotnet-bootcamps/youtube-csharp-course

Youtube C# Course (@msavarian Channel)

csharp dotnet

Last synced: 16 May 2026

https://github.com/delt4d/devendos

.NET MAUI app about date reminders and contacts.

android android-studio csharp dotnet maui maui-blazor

Last synced: 21 Jul 2025