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

Projects in Awesome Lists tagged with csharp-code

A curated list of projects in awesome lists tagged with csharp-code .

https://github.com/livevasiliy/graphics-editor

Графический редактор на C#

csharp-code csharp-resources graphics-editor

Last synced: 13 Dec 2025

https://github.com/mustakimali/cant-run-linqpad

When you can't run LinqPad but you need to write throwaway code

csharp-code csharp-interactive linqpad roslynpad throwaway

Last synced: 06 Oct 2025

https://github.com/baratgabor/fileconverter3d

Extensible file converter scaffolding for converting 3D meshes. Currently supports OBJ<->STL. With added matrix-based transformation options and some surface/volume calculation.

3d-models csharp csharp-code csharp-library fileconversion mesh obj-format stl-files

Last synced: 10 Jan 2026

https://github.com/thomasthaddeus/csharpprojects

This is a collection of csharp projects I wrote that didn't require their own individual repositories. Also it would have been too much work to make gists from these.

csharp csharp-code csharp-project visual-studio

Last synced: 22 Aug 2025

https://github.com/vital-vuillaume/background-creator

Background-Creator is a project that allows you to create a wallpaper

background create-backgroundcolor csharp csharp-code csharp-color

Last synced: 23 Feb 2026

https://github.com/karenpayneoregon/configurations-package

For several NuGet packages used to connect to SQL-Server via data provider or EF Core

csharp-code csharp-library entity-framework-core sqlserver

Last synced: 13 May 2025

https://github.com/devlights/blog-summary

ブログ「いろいろ備忘録日記」のまとめ

blog chromebook conda csharp csharp-code dotnet dotnet-core dotnet-standard go golang linq python python3 xml

Last synced: 28 Apr 2026

https://github.com/kathleenwest/advancedformapplicationv

This is a very simple windows form application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource Calculating PI cross-thread synchronization recursion Tasks ContinueWith TaskContinuationOptions

asynchronous-programming calculating-pi cancellation cancellation-handling cancellationtoken cross-thread csharp csharp-code delegates mathematics parallel-processing parallel-programming progress-bar recursion synchronization task-management task-parallel task-parallel-library tasks windows-forms

Last synced: 30 Apr 2026

https://github.com/3elk/portwhale

PortWhale is a basic C# programmed, multi-threaded Port Scanner, designed to probe a given server or host for open ports.

csharp csharp-code multithread multithreaded multithreading portscan portscanner portscanning

Last synced: 23 Apr 2025

https://github.com/nabeghe/autocopyusb

Copy the contents of a USB drive when connected to the system in a hidden way and in the background.

copy csharp csharp-code netframework netframework48 usb usb-drive

Last synced: 15 May 2025

https://github.com/krutonium/multiplatform_backlight_changer

A simple application that works on both Windows and Linux to change the screen backlight level.

backlight csharp csharp-code dotnet linux mono windows

Last synced: 11 Apr 2026

https://github.com/bylotonix/2d-platformer

The simplest platformer made in Pixel style (Unity)

csharp csharp-code unity unity2d

Last synced: 02 Mar 2025

https://github.com/nk-works/robot-controller-api

The Robot Controller API harness the full potential of .NET Core and redefines backend development with unparalleled user-friendliness and intuitive design. Dive into cutting-edge technology that powers seamless interactions, end-to-end testing and unlocks limitless possibilities.

asp-net-core authentication-backend backend-service csharp-code dotnet-core mvc-architecture postgresql-database rest-api

Last synced: 05 Jan 2026

https://github.com/alexboia/myclar.anafapiclient.net

A .NET C# client for accessing the ANAF (romanian revenue service) VAT payer sync web service data (for V8)

anaf-api-client anaf-v8 anaf-vat-payer-data csharp csharp-code dotnet dotnet-6

Last synced: 16 May 2026

https://github.com/spouliot/appcompare

Compare two application bundles / directories

appbundle comparer csharp-code dotnet

Last synced: 11 Apr 2025

https://github.com/karenpayneoregon/newtonsoft-code

Shows how to use DateOnly and TimeOnly with JSON.NET

chsarp7 csharp-code

Last synced: 25 Jul 2025

https://github.com/somdipdey/the-even-fibonacci-sum-calculator-in-csharp

Print out the sum of only the even numbers of a fibonacci series of number N.

csharp csharp-code fibonacci-calculator fibonacci-sequence fibonacci-series sum

Last synced: 24 Oct 2025

https://github.com/victordolzan/leetcode

Repository that contains exercises from LeetCode

console-application csharp csharp-code

Last synced: 28 Feb 2025

https://github.com/omid-bakeri/notepad

This is a notepad create by csharp

csharp csharp-code

Last synced: 28 Feb 2025

https://github.com/icebarraged/csharp-projects

Projects I am building with C#

csharp-code hobby

Last synced: 10 Jan 2026

https://github.com/iagof-dev/etec_exercicios_2023

C# | Exercicios feitos na ETEC JOAQUIM FERREIRA DO AMARAL 2023

csharp csharp-code

Last synced: 13 Jul 2025

https://github.com/omid-bakeri/advanced-calculator

This Desktop app is a Advanced Calculator create with c# and SharpDevelop

csharp csharp-code csharp-core csharp-library

Last synced: 04 Aug 2025

https://github.com/haleyellermann/csharp_codewars

CodeWars C# Mini Kata Exercise problems and my solutions. All testable through Program.cs

codewars codewars-kata codewars-kata-solution codewars-solutions csharp csharp-code

Last synced: 06 Apr 2026

https://github.com/kalyan767z/check_number_for_parity

HomeWork 2: A beginner-friendly program to check if a number is even or odd using modulus operation in C#. Demonstrates input validation and basic control flow.

basic-programming csharp csharp-code csharp-programming dotnet even-odd-calculator logic-building

Last synced: 01 May 2026

https://github.com/kalyan767z/work_with_array

HomeWork 6: A C# program that manipulates arrays by resizing, adding, or removing elements. Demonstrates dynamic array operations and input validation.

array-operations csharp csharp-code csharp-programming data-manipulation dotnet dotnet-core dynamic-arrays

Last synced: 04 May 2026

https://github.com/kalyan767z/method_resize_and_addition

HomeWork 8: A comprehensive program to resize arrays and add or remove elements at specific positions. Demonstrates modular design in C#.

add-remove-programs csharp csharp-code csharp-programming dotnet dotnet-core dynamic-arrays memory-management

Last synced: 02 Apr 2025

https://github.com/hristianivanov/car-rental-web-app

This is my web-project for ASP.NET Advanced course.

carrentalsystem csharp csharp-code mvc-pattern rentacar softuni web webapplication

Last synced: 30 May 2026

https://github.com/cvigueras/social-network-outside-in-kata

Social Network API in Outside IN TDD

csharp csharp-code outside-in-tdd tdd tdd-kata

Last synced: 10 Aug 2025

https://github.com/victordolzan/starwarsplanetstatus

Repository of JsonReader Assignment from Ultimate C# Masterclass for 2024 from Udemy using JSON reader

csharp csharp-app csharp-code jsonreader

Last synced: 10 Jan 2026

https://github.com/mbarkt3sto/mbxmlcore

Free and Open-Source library to Export & Import data to & from XML files

csharp csharp-code csharp-library xml xmlparser xmlreader xmlwriter

Last synced: 01 Mar 2025

https://github.com/somdipdey/task_monitor_in_csharp

Use this console program to track system performance such as active sessions, registered users, CPU/RAM usage, number of processes, etc. and writes everything out to a CSV file.

console-application csharp csharp-code dotnet dotnet-framework system

Last synced: 16 May 2026

https://github.com/muq2002/newhealthcaremanagementsys

This project is a Healthcare Management System and contains hardware as network Called Lorawan

csharp-code health lorawan

Last synced: 10 Jan 2026

https://github.com/syedhassaanahmed/twitzer

Twitter-like client for W10 built in UWP

csharp-code twitter uwp xaml

Last synced: 25 Feb 2025

https://github.com/quassbottle/brainfuckdotnet

Simple Brainfuck runner written in C#

brainfuck brainfuck-compiler csharp csharp-code

Last synced: 22 Jul 2025

https://github.com/philipmur/emailvalidation

Csharp C# Offline Email Validation

csharp-code dotnet email validate validation

Last synced: 22 May 2026

https://github.com/jomaxso/AdventOfCode

Welcome to my Advent of Code repository! This repo contains my solutions for the Advent of Code challenges. Advent of Code is an annual event where each day from December 1st to 25th, a new programming puzzle is released. It’s a fun way to improve your coding skills and get into the holiday spirit!

advent-of-code coding-challenge csharp csharp-code dotnet

Last synced: 06 Oct 2025

https://github.com/cvigueras/roman-numerals-kata

Convert Arabic Number in Roman Numerals.

csharp csharp-code tdd tdd-kata

Last synced: 09 Oct 2025

https://github.com/thecoderscat/c-sharp-memory-match-game

Console memory matching card game created in C# with Visual Studio 2022.

c-sharp console csharp csharp-code dotnet game

Last synced: 10 Oct 2025

https://github.com/victordolzan/gamedataparser

Repository of GameDataParse Assignment from Ultimate C# Masterclass for 2024 from Udemy. In this section it is learned about the best practices for handling exceptions.

clean-code csharp csharp-code dotnet-core

Last synced: 23 Feb 2026

https://github.com/cvigueras/vowels-to-special-character-kata

Vowels to special character Kata.

csharp csharp-code tdd tdd-kata

Last synced: 11 Oct 2025

https://github.com/kathleenwest/treeparentchildtraverserecursion

Tree Algorithm, Recursion, and Printing Example with Folder Parent-Child Relationships. Traverse a tree with recursion.

console-app console-application csharp csharp-code dotnet folder folder-print folder-structure folders parent-child tree tree-algorithms tree-search tree-structure tree-traversal

Last synced: 14 May 2026

https://github.com/heliomarpm/dotnet.uisamples

Controles personalizados modernos, simples e elegantes para Windows Forms

csharp-code dotnet dotnet-controls ui-components ui-design winforms winforms-controls

Last synced: 09 Apr 2026

https://github.com/wcoder/ypsamples.simpleocr

Simple Console app on .NET Core for recognizing phone numbers from the image.

cross-platform csharp csharp-code dotnet-core image-recognition linux macos ocr-recognition windows

Last synced: 21 Oct 2025

https://github.com/valfonsoardila/admin-gimnasio-en-consolatxt

Sistema De Informacion Para La Gestion de un Gimnasio por Consola y archivos Txt

console-application csharp-code txt-files visual-studio-community

Last synced: 26 Oct 2025

https://github.com/dancher743/unity-mvp

Implementation of MVP (Model-View-Presenter) architectural pattern via Unity engine.

architectural-pattern csharp-code framework model-view-presenter mvp unity unity-framework unity-mvp

Last synced: 24 Jan 2026

https://github.com/ahmedabougabal/csharpscholarshipbackendtasks

Documenting all my assignments and tasks completed during the first phase in Career180 Learn IT Bootcamp (.NET backend track). The bootcamp covers backend development using .NET technologies, Stay Tuned!

asp-net-core cplusplus csharp-code data-structures database mvc-architecture

Last synced: 28 Jan 2026

https://github.com/cvigueras/object-mother-example

Object Mother example with NUnit.

chsarp csharp-code objec-mother patterns testing

Last synced: 16 Mar 2026

https://github.com/gustavof05/1-jogo

No âmbito da cadeira 'SISTCA', na Licenciatura em Engenharia Eletrotécnica e de Computadores no ISEP, decidimos realizar, em grupo, um projeto/jogo no Unity/C#.

csharp csharp-code csharp-game unity unity2d unity2d-game

Last synced: 16 Mar 2026

https://github.com/hemanth759/survival-shooter

This is a Unity game created by following the tutorials from the official unity team

csharp-code opensource standalone-applications survival-game tutorial unity3d webgl-game

Last synced: 15 Apr 2026

https://github.com/aqiftekhar/adfpipelinecognitivesearch

Implemented Azure AI Search, Azure Data Factory Pipelines and Change Data Capture using C# and Azure.

azure azure-ai-search azure-ai-services azure-blob-container azure-blob-storage azure-data-factory azure-sql-database change-data-capture csharp csharp-code

Last synced: 17 Mar 2026

https://github.com/fou1100ouacus/course19_driving-license-management_full-real-project

DVLD is a Desktop Application that I've been working on from scratch, using .NET Core Windows Forms, ADO.Net and Microsft SQL Server from Programming Advices Course 19.

advanced-programming csharp-code data-structures database desktop-app dotnet sql

Last synced: 09 May 2026

https://github.com/felipekenjidev/classerg

Uma Classe C# com métodos e propriedades para realizar a verificação do RG (Registro Geral), formatando seus dígitos e indicando se o documento digitado é Verdadeiro ou Falso.

brazil brazilian-formatters brazilian-validators brazillian-portuguese csharp csharp-code document formatter registro-geral rg rg-mask rg-validador rg-validate rg-validation rg-validator rg-verificador validacao validacao-de-rg validar-rg validation

Last synced: 02 Jan 2026

https://github.com/riritoninigaya/gdrv-installer-csharpedition

gdrv-installer-CSharpEdition by RiritoNinigaya

csharp csharp-code gdrv gigabyte installer

Last synced: 08 Feb 2026

https://github.com/victordolzan/readingcsvfiles

Repository of ReadingCsvFiles Assignment from Ultimate C# Masterclass for 2024 from Udemy using StreamReader, StreamWrite and Disposable

console-application csharp csharp-code dotnet-core streamreader

Last synced: 11 Feb 2026

https://github.com/Dvurechensky-Docs/BasicKnowledgeUnity

Unity для новичка(Базовые знания). Software: Unity 2021.2.7f1

csharp csharp-app csharp-code dvurechenskypro knowledge unity

Last synced: 27 Feb 2026

https://github.com/caphosra/unity_scriptcreater

You can easily create and use script templates on the Editor !

codegenerator csharp-code unity unity-editor unity-plugin unity-tools

Last synced: 14 May 2026

https://github.com/iago-fragnan/DiscordGuardianBot

Java & C# | Plugin de Minecraft baseado nos servidores de FiveM que necessita entrar no discord e enviar o ID para conseguir conectar no servidor, mas ao invés de ser o id, enviar o nick

csharp csharp-code discord discord-api discord-bot discordbot dsharpplus

Last synced: 13 Feb 2026

https://github.com/yeisonmontoya1815/c-sharp-learning-path

Explore and elevate your C# skills with curated practice code. Ideal for all levels, from beginners to experienced developers. From algorithmic problem-solving to advanced topics, dive into hands-on challenges to refine your abilities and build a strong C# foundation.

coding csharp-code database forms net programming-languages

Last synced: 28 Feb 2026

https://github.com/darkygr/unity-rpg-2

RPG Game 2D Town

csharp csharp-code unity unity2d

Last synced: 15 Feb 2026

https://github.com/redayzarra/pyforge

PyForge is a custom Python compiler built using .NET and C#. It provides an interactive shell for real-time Python code execution and supports a variety of commands for enhanced user interaction. PyForge is designed to parse Python code, evaluate expressions, and provide detailed diagnostics to help debug and improve your Python scripts.

compiler compilers csharp csharp-code dotnet dotnet-core python

Last synced: 02 Apr 2026

https://github.com/HaleyEllermann/CSharp_CodeWars

CodeWars C# Mini Kata Exercise problems and my solutions. All testable through Program.cs

codewars codewars-kata codewars-kata-solution codewars-solutions csharp csharp-code

Last synced: 14 May 2025

https://github.com/konh/battlergame

The client-server game with battler-like mechanics

csharp csharp-code dotnet-core dotnet-core3 game gamedev mongodb unity unity3d

Last synced: 18 Apr 2026

https://github.com/samicpp/dotnet-http

A HTTP/0.9, HTTP/1.1, WebSocket, HTTP/2, and HPACK library written completely in c#, with no dependencies

csharp csharp-code csharp-library dotnet http http-framework http-library http-protocol http09 http1 http2 http2-library http2-protocol websocket websocket-framework

Last synced: 18 Apr 2026

https://github.com/albertoalvaradojr/moodme_emotiondetection_demo-unity

Project was created for MoodMe during a Internship. Project is a Demo showcasing their Emotion Detection program.

barracuda csharp-code github unity visual-studio

Last synced: 16 Apr 2026

https://github.com/ammargamal123/protoscada

ProtoSCADA: A streamlined system for tracking machines, metrics, and user interactions in factories.

backend csharp-code dotnet dotnetcorewebapi fullstack-development mvc-core

Last synced: 24 Apr 2026

https://github.com/kalyan767z/cost_accounting

GPT Task 1: This program helps users track their daily expenses. The user is prompted to enter how many days they want to track expenses, and the program creates an array to store the expenses for each day. After entering all the expenses, the program calculates the total expenses and the average expense per day.

arrays cost-accounting csharp csharp-code csharp-programming dotnet dotnet-core gpt-4 input-output loops

Last synced: 26 Apr 2026

https://github.com/jomaxso/adventofcode

Welcome to my Advent of Code repository! This repo contains my solutions for the Advent of Code challenges. Advent of Code is an annual event where each day from December 1st to 25th, a new programming puzzle is released. It’s a fun way to improve your coding skills and get into the holiday spirit!

advent-of-code coding-challenge csharp csharp-code dotnet

Last synced: 28 Apr 2026

https://github.com/joaomartiniano/notepad

Clone da aplicação Bloco de Notas do Windows. Desenvolvido para auxiliar a lecionação da linguagem C#.

c-sharp csharp csharp-code educacional education educational-materials educational-project portuguese windows-desktop windows-forms

Last synced: 28 Apr 2026

https://github.com/javadestiri/legacymd5cnginnetcore

🔧 MD5Cng-style hashing in .NET Core/5+ (Linux/macOS)! Lightweight cross-platform method using System.Security.Cryptography for legacy checksums, data migrations, or .NET Framework upgrades. No Windows dependencies—ideal for CI/CD pipelines. Not crypto-safe! #dotnet #devops #legacy

algorithm algorithms cng csharp csharp-code dotnet dotnet-core dotnet-framework-urban-code hash hashing hashing-algorithm hashing-algorithms legacy md5 md5-hash md5cng netcore nextgen simple simple-project

Last synced: 29 Apr 2026

https://github.com/kalyan767z/find_index_of_array_element_method

HomeWork 7: A program to find the index of an element in an integer array. Uses efficient traversal logic with user-friendly input validation.

array-search array-search-in-c-sharp csharp csharp-code csharp-programming dotnet dotnet-core linq logic-building

Last synced: 29 Apr 2026

https://github.com/cajuncoding/commandlineargshelper

A parsing class to dramatically simplify working with command line arguments in a .Net application (e.g. console, client, or even web application).

command-line command-line-args-parse command-line-arguments command-line-arguments-parser csharp csharp-code csharp-library dynamic generic late-binding loosely-coupled loosely-coupled-design

Last synced: 18 Sep 2025