🇮🇳 Made in India

Discover India's Leading Open Source Projects: Explore top-notch open source initiatives hailing from the vibrant tech community of India.

TOP C# Projects

1
rocksdanister/lively

rocksdanister/lively

Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
C#
13,893
star
2
MathewSachin/Captura

MathewSachin/Captura

Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
C#
9,050
star
3
TheAlgorithms/C-Sharp

TheAlgorithms/C-Sharp

All algorithms implemented in C#.
C#
6,357
star
4
subhra74/xdm

subhra74/xdm

Powerfull download accelerator and video downloader
C#
6,230
star
5
robinrodricks/FluentFTP

robinrodricks/FluentFTP

An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#.
C#
2,896
star
6
abishekaditya/DesignPatterns

abishekaditya/DesignPatterns

Project : Design Patterns Examples in C#
C#
2,350
star
7
TechnitiumSoftware/DnsServer

TechnitiumSoftware/DnsServer

Technitium DNS Server
C#
2,317
star
8
iammukeshm/CleanArchitecture.WebApi

iammukeshm/CleanArchitecture.WebApi

An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
C#
1,299
star
9
prajjwaldimri/GithubXamarin

prajjwaldimri/GithubXamarin

GithubXamarin(GitIt) is a cross-platform application for https://github.com which is built using Xamarin.
C#
992
star
10
garora/TDD-Katas

garora/TDD-Katas

This repository contains Hands on Test Driven Development Katas (C#)
C#
717
star
11
Amitpnk/Onion-architecture-ASP.NET-Core

Amitpnk/Onion-architecture-ASP.NET-Core

WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 5!
C#
690
star
12
apexcharts/Blazor-ApexCharts

apexcharts/Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
C#
642
star
13
ryanjon2040/Unreal-Binary-Builder

ryanjon2040/Unreal-Binary-Builder

An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
C#
624
star
14
avinassh/grpc-errors

avinassh/grpc-errors

A handy guide to gRPC errors
C#
549
star
15
bilal-fazlani/commanddotnet

bilal-fazlani/commanddotnet

A modern framework for building modern CLI apps
C#
504
star
16
iammukeshm/OnionArchitecture

iammukeshm/OnionArchitecture

The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupling. In this approach, we can see that all the Layers are dependent only on the Core Layers.
C#
417
star
17
adrenak/tork

adrenak/tork

Arcade vehicle physics for Unity
C#
414
star
18
manojlds/cmd

manojlds/cmd

C# library to run external programs in a simpler way. Demonstration of "dynamic" features of C#.
C#
352
star
19
rocksdanister/weather

rocksdanister/weather

Windows native weather app powered by DirectX12 animations
C#
351
star
20
jinek/Consolonia

jinek/Consolonia

A cross-platform UI framework for .NET.
C#
328
star
21
adrenak/univoice

adrenak/univoice

Voice chat/VoIP solution for unity.
C#
317
star
22
anuraj/AspNetCoreSamples

anuraj/AspNetCoreSamples

This repository is set of ASP.NET Core projects and scripts.
C#
284
star
23
shubhamranjan/dotnet-etcd

shubhamranjan/dotnet-etcd

A C# .NET (dotnet) GRPC client for etcd v3 +
C#
246
star
24
webgentle/aspnet-core-mvc

webgentle/aspnet-core-mvc

Asp.Net Core MVC 3.1 tutorial with Live application | Nitish
C#
244
star
25
iammukeshm/CustomUserManagement.MVC

iammukeshm/CustomUserManagement.MVC

Let’s go in-depth and understand the functionalities you can achieve with the help of Microsoft Identity. We will build a small yet practical implementation of Custom User Management in ASP.NET Core MVC with Identity.
C#
244
star
26
socioboard/socioboard-core

socioboard/socioboard-core

This is an old repo, for latest maintained version go here - https://github.com/socioboard/Socioboard-Core-3.0
C#
238
star
27
mysticmind/reversemarkdown-net

mysticmind/reversemarkdown-net

ReverseMarkdown.Net is a Html to Markdown converter library in C#. Conversion is very reliable since HtmlAgilityPack (HAP) library is used for traversing the Html DOM
C#
234
star
28
simplyvinay/vue-expenses

simplyvinay/vue-expenses

A simple expense tracking application
C#
231
star
29
FreakyAli/Maui.FreakyControls

FreakyAli/Maui.FreakyControls

FreakyControls is a free OSS UI Kit for .NET MAUI which provides a set of controls and utilities to build modern mobile apps.
C#
231
star
30
fingers10/JqueryDataTablesServerSide

fingers10/JqueryDataTablesServerSide

Asp.Net Core Server Side for Jquery DataTables Multiple Column Filtering and Sorting with Pagination and Excel Export
C#
223
star
31
rocksdanister/rePaper

rocksdanister/rePaper

Desktop that changes based on weather & time
C#
220
star
32
ManagedBass/ManagedBass

ManagedBass/ManagedBass

.Net Wrapper for 'Bass' Audio Library
C#
219
star
33
bilal-fazlani/tracker-enabled-dbcontext

bilal-fazlani/tracker-enabled-dbcontext

Tracker-enabled DbContext offers you to implement full auditing in your database
C#
218
star
34
referbruv/ContainerNinja.CleanArchitecture

referbruv/ContainerNinja.CleanArchitecture

ContainerNinja is a boilerplate template project to demonstrate building a multi-container Full Stack application with ASP.NET Core (.NET 6) Web API following Clean Architecture, and Angular.
C#
212
star
35
anuraj/MinimalApi

anuraj/MinimalApi

ASP.NET Core 8.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
C#
212
star
36
saineshwar/Angular-7-Project-with-ASP.NET-CORE-APIS

saineshwar/Angular-7-Project-with-ASP.NET-CORE-APIS

Angular 7 Project with ASP.NET CORE APIS | Angular Project
C#
200
star
37
CSharpDesignPro/Page-Navigation-using-MVVM

CSharpDesignPro/Page-Navigation-using-MVVM

WPF - Page Navigation using MVVM
C#
190
star
38
codesiddhant/Jasmin-Ransomware

codesiddhant/Jasmin-Ransomware

Jasmin Ransomware is an advanced red team tool (WannaCry Clone) used for simulating real ransomware attacks. Jasmin helps security researchers to overcome the risk of external attacks.
C#
184
star
39
robinrodricks/FluentStorage

robinrodricks/FluentStorage

A polycloud .NET cloud storage abstraction layer. Provides Blob storage (AWS S3, GCP, FTP, SFTP, Azure Blob/File/Event Hub/Data Lake) and Messaging (AWS SQS, Azure Queue/ServiceBus). Supports .NET 5+ and .NET Standard 2.0+. Pure C#.
C#
175
star
40
aalok05/CodeHub

aalok05/CodeHub

A UWP GitHub Client
C#
174
star
41
iammukeshm/PermissionManagement.MVC

iammukeshm/PermissionManagement.MVC

Let's implement Permission-Based Authorization in ASP.NET Core
C#
162
star
42
nishadtardalkar/UnityGenericIKSystem

nishadtardalkar/UnityGenericIKSystem

An easy to understand, open source implementation of Inverse Kinematics for Unity 3D
C#
161
star
43
CSharpDesignPro/Navigation-Drawer-Sidebar-Menu-in-WPF

CSharpDesignPro/Navigation-Drawer-Sidebar-Menu-in-WPF

How to design a Navigation Drawer / Sidebar Menu in WPF.
C#
160
star
44
tanveery/recaptcha-net

tanveery/recaptcha-net

reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
C#
160
star
45
gmershad/FoodDelivery

gmershad/FoodDelivery

Design OO food delivery app with C# & Design Patterns
C#
157
star
46
TechnitiumSoftware/Mesh

TechnitiumSoftware/Mesh

A secure, anonymous, peer-to-peer, instant messenger!
C#
155
star
47
egvijayanand/dotnet-maui-samples

egvijayanand/dotnet-maui-samples

.NET MAUI Samples
C#
154
star
48
rohangaikwad/Custom-2D-Colliders

rohangaikwad/Custom-2D-Colliders

A set of custom 2D colliders for Unity.
C#
150
star
49
rahulsahay19/eCommerce-App

rahulsahay19/eCommerce-App

Ecommerce App using .Net Core 3.1 and Angular 9
C#
149
star
50
anuviswan/LearningPoint

anuviswan/LearningPoint

A repository for learning different technologies, frameworks, features......
C#
145
star
51
TechnitiumSoftware/BitChatClient

TechnitiumSoftware/BitChatClient

Technitium Bit Chat, a secure, peer-to-peer, instant messenger!
C#
143
star
52
robinrodricks/ScintillaNET.Demo

robinrodricks/ScintillaNET.Demo

C# app demonstrating the powerful Scintilla text editor component
C#
142
star
53
KaustubhPatange/Kling

KaustubhPatange/Kling

A utility to show keyboard keys visually on the Windows screen.
C#
139
star
54
egvijayanand/dotnet-maui-templates

egvijayanand/dotnet-maui-templates

.NET MAUI Project and Item Templates for VS2022 and CLI.
C#
134
star
55
iammukeshm/Dapper.WebApi

iammukeshm/Dapper.WebApi

Let's Learn Dapper with ASP. NET Core! Here is an Implementation of Dapper in ASP.NET Core with Repository Pattern / Unit Of Work and a Clean Architecture.
C#
132
star
56
U-C-S/Hurl

U-C-S/Hurl

Choose the browser on the click of a link
C#
131
star
57
mysticmind/mysticmind-postgresembed

mysticmind/mysticmind-postgresembed

Postgres embedded server equivalent including extensions for .Net applications
C#
131
star
58
rvknth043/Global-Low-Level-Key-Board-And-Mouse-Hook

rvknth043/Global-Low-Level-Key-Board-And-Mouse-Hook

A simple description and sample of creating a global low level keyboard And Mouse hook in C#
C#
130
star
59
kartikmadan11/MetaTraderForecast

kartikmadan11/MetaTraderForecast

RNN based Forecasting App for Meta Trader and similar trading platforms
C#
127
star
60
jignesht24/Aspnetcore

jignesht24/Aspnetcore

Learn ASP.net core MVC
C#
124
star
61
sps014/FFmpegBlazor

sps014/FFmpegBlazor

FFmpeg on Web Assembly
C#
122
star
62
nishanil/Xamarin.Forms-Samples

nishanil/Xamarin.Forms-Samples

Xamarin.Forms Samples
C#
119
star
63
iammukeshm/modular-monolith-aspnet-core-sample

iammukeshm/modular-monolith-aspnet-core-sample

C#
118
star
64
iammukeshm/RepositoryPattern.WebApi

iammukeshm/RepositoryPattern.WebApi

We will go through everything you will need to know about Repository Pattern in ASP.NET Core, Generic Repository Patterns, Unit of Work and related topics. We will build a project right from scratch where we implement a clean architecture to access data.
C#
116
star
65
ArjunVachhani/order-matcher

ArjunVachhani/order-matcher

simple, fast and feature rich order matching engine supports limit, market, stop-loss, iceberg, IOC, FOK, GTD orders
C#
116
star
66
Lavakumar/IronWASP

Lavakumar/IronWASP

Source code of IronWASP
C#
115
star
67
ashwaniarya/Unity3D-Simple-Mobile-Joystick

ashwaniarya/Unity3D-Simple-Mobile-Joystick

Mobile Joystick suitable for any types of game
C#
107
star
68
adrenak/unimic

adrenak/unimic

Unity's Microphone class, enhanced.
C#
106
star
69
AnaghSharma/Carol-Xamarin

AnaghSharma/Carol-Xamarin

A minimal and beautiful lyrics app for macOS built with Xamarin and C#
C#
104
star
70
CSharpDesignPro/WPF---Responsive-UI-Design

CSharpDesignPro/WPF---Responsive-UI-Design

WPF - Responsive UI Design
C#
99
star
71
yusufshakeel/CSharp-Project

yusufshakeel/CSharp-Project

C# project
C#
94
star
72
ryanjon2040/UnrealNetworkProfiler

ryanjon2040/UnrealNetworkProfiler

A modern WPF based Network Profiler for Unreal Engine.
C#
91
star
73
ashishgopalhattimare/PathMarkAR

ashishgopalhattimare/PathMarkAR

👣 An augmented reality indoor navigation app made in Unity and ARCore
C#
91
star
74
iammukeshm/CQRS.WebApi

iammukeshm/CQRS.WebApi

Here is an implementation of CQRS with MediatR in ASP.NET Core 3.1. Read the step by step guide in my blog post.
C#
90
star
75
AshishKilmist/MetroFramework

AshishKilmist/MetroFramework

My personalized version of the MetroFramework for WinForms by ViperNeo - http://viperneo.github.io/winforms-modernui
C#
89
star
76
sbasu7241/HellsGate

sbasu7241/HellsGate

Rewrote HellsGate in C# for fun and learning
C#
85
star
77
iammukeshm/BlazorChat

iammukeshm/BlazorChat

Building a Complete Chat Application in Blazor WebAssembly 5.0 with SignalR and Identity. UI is taken care by MudBlazor Component Library.
C#
83
star
78
subho406/Infinite-Runner-Ultimate

subho406/Infinite-Runner-Ultimate

A cross-platform procedural environment generation and Endless Runner engine. Features real-time object pooling and includes an interactive level editor.
C#
82
star
79
Kshitij08/Drone-Simulation

Kshitij08/Drone-Simulation

Drone Simulation with realistic controls made using Unity
C#
81
star
80
SRvSaha/CoWinVaccineSlotFinder

SRvSaha/CoWinVaccineSlotFinder

Cross-Platform Software to Fetch the Available Slots & Book the Appointment for COVID-19 Vaccination
C#
81
star
81
TechnitiumSoftware/TechnitiumLibrary

TechnitiumSoftware/TechnitiumLibrary

A library for .net based applications.
C#
80
star
82
skchaudhari903/Capgemini-ADAPT

skchaudhari903/Capgemini-ADAPT

Capgemini Pre Joining Program : ADAPT Solutions
C#
79
star
83
CSharpDesignPro/WPF---MVVM-Based-Modern-Dashboard

CSharpDesignPro/WPF---MVVM-Based-Modern-Dashboard

WPF - MVVM Based Modern Dashboard.
C#
78
star
84
manojlds/pslinq

manojlds/pslinq

LINQ (LINQ2Objects) for Powershell
C#
76
star
85
zerodha/dotnetkiteconnect

zerodha/dotnetkiteconnect

.NET library for Kite connect
C#
76
star
86
NilavPatel/dotnet-onion-architecture

NilavPatel/dotnet-onion-architecture

.Net onion/clean architecture sample
C#
76
star
87
iammukeshm/multitenancy-aspnet-core

iammukeshm/multitenancy-aspnet-core

Multitenancy in ASP.NET Core
C#
76
star
88
anshulc55/Jenkins_Upgradev3

anshulc55/Jenkins_Upgradev3

C#
74
star
89
HimDek/yuzu-Early-Access-Launcher

HimDek/yuzu-Early-Access-Launcher

yuzu Early Access Launcher downloads latest yuzu Early Access, latest prod.keys and latest Firmware. Nintendo Switch prod.keys and Nintendo Switch Firmware is available here.
C#
73
star
90
jinincarnate/off-screen-indicator

jinincarnate/off-screen-indicator

A simple solution for implementing target indicator, waypoint or HUD navigation system in unity.
C#
73
star
91
rocksdanister/lively-linux

rocksdanister/lively-linux

Experimental linux version of Lively Wallpaper
C#
73
star
92
siddharth96/windows-tweaker

siddharth96/windows-tweaker

Tweaking Utility for Windows (development branch)
C#
72
star
93
kunchalavikram1427/YouTube_Series

kunchalavikram1427/YouTube_Series

All links to my YouTube Series
C#
71
star
94
iammukeshm/Pagination.WebApi

iammukeshm/Pagination.WebApi

Pagination is one of the most important concepts while building RESTful APIs. You would have seen several public APIs implementing this feature for better user experience and security. We will go in detail and try to build an ASP.NET Core 3.1 WebApi that implements advanced pagination.
C#
71
star
95
sacOO7/SocketclusterClientDotNet

sacOO7/SocketclusterClientDotNet

C# client for socketcluster framework in node.js
C#
69
star
96
midopooler/Portfolio2.0

midopooler/Portfolio2.0

A whole new way of presenting a developer's portfolio.
C#
69
star
97
iammukeshm/AuditTrail.EFCore.Demo

iammukeshm/AuditTrail.EFCore.Demo

Audit Trail Implementation in ASP.NET Core with Entity Framework Core
C#
69
star
98
AnkitSharma-007/BlazorGrid

AnkitSharma-007/BlazorGrid

A reusable grid component for Blazor with the support of client side pagination.
C#
69
star
99
rnand/Youtube-downloader

rnand/Youtube-downloader

A GUI application to download videos from youtube
C#
66
star
100
AnaghSharma/Ambar-Xamarin

AnaghSharma/Ambar-Xamarin

A macOS Menu Bar app built with Xamarin and C#
C#
64
star