🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (2024)

Table of Contents
1. PowerToys microsoft / PowerToys Windows system utilities to maximize productivity Build status About Installing and running Microsoft PowerToys Requirements Via GitHub with EXE [Recommended] 2. Shadowsocks-windows shadowsocks / shadowsocks-windows Moved to https://github.com/Shadowsocks-NET/Shadowsocks.NET Important notice Features Downloads Usage PAC 3. PowerShell PowerShell / PowerShell PowerShell for every system! Windows PowerShell vs. PowerShell Core New to PowerShell? Get PowerShell 4. CodeHub CodeHubApp / CodeHub CodeHub is an iOS application written using Xamarin Screenshots Contributing Troubleshooting I Can't Find My Organization 5. Aspnetcore dotnet / aspnetcore ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux. Get Started How to Engage, Contribute, and Give Feedback 6. Wox Wox-launcher / Wox Launcher for Windows, an alternative to Alfred and Launchy. Features Installation 7. DnSpy dnSpy / dnSpy .NET debugger and assembly editor Binaries Building 8. V2rayN 2dust / v2rayN How to use Requirements 9. EShopOnContainers dotnet-architecture / eShopOnContainers Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 5, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Build Status (GitHub Actions) Getting Started 10. WaveFunctionCollapse mxgmn / WaveFunctionCollapse Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics 11. ShareX (No. 10 in Dec 2020) ShareX / ShareX ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from. For further information check getsharex.com Trend analysis Top comments (1)

David

Posted on • Updated on

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (3) 🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (4) 🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (5) 🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (6) 🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (7)

#csharp #top #github #repository

C# remains a popular programming language in 2021. As of April 2021, C# ranks №5 in Tiobe Index, following C, Java, Python and C++.

Below are the top 10 C# Projects on GitHub as of April 2021.

Ranking (2021/04)Ranking (2020/12)Project NameStarsForks
1aPowerToys529642876
21Shadowsocks-windows5203216007
32PowerShell256834102
43CodeHub23230631
54Aspnetcore218256221
65Wox199592157
77V2rayN194984271
86DnSpy178653116
98EShopOnContainers172607317
109WaveFunctionCollapse16059820

a: Not sure

See also:
Top 10 C# Projects on GitHub (December 2020), the trend and indications

1. PowerToys

Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows 10 experience for greater productivity. For more info on PowerToys overviews and guides, or any other tools and resources for Windows development environments, head over to docs.microsoft.com!

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (8) microsoft / PowerToys

Windows system utilities to maximize productivity

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (9)

Downloads & Release notes | Contributing to PowerToys | What's Happening | Roadmap

Build status

ArchitectureMasterStableInstaller
x64🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (10)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (11)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (12)

About

Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows 10 experience for greater productivity. For more info on PowerToys overviews and guides, or any other tools and resources for Windows development environments, head over to docs.microsoft.com!

Installing and running Microsoft PowerToys

Requirements

  • Windows 10 v1903 (build 18362) or newer
    • ⚠️ PowerToys minimum version of Windows 10 is v1903 starting with the 0.37 release
  • Have .NET Core 3.1.13 Desktop Runtime. The installer should handle this but we want to directly make people aware.

Via GitHub with EXE [Recommended]

Stable version

Install from the Microsoft PowerToys GitHub

2. Shadowsocks-windows

Shadowsocks is a free and open-source encryption protocol project, widely used to circumvent Internet censorship. Why is it so popular, because it is used by a large population!

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (13) shadowsocks / shadowsocks-windows

Moved to https://github.com/Shadowsocks-NET/Shadowsocks.NET

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (14)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (15)

Important notice

This repository has been moved to Shadowsocks-NET/Shadowsocks.NETBecause the owner of the Shadowsocks organization denied our request to transfer the repository, we had to create a new oneDevelopment will continue at the new repository.

Features

  • Connect to Shadowsocks servers.
  • Automatically set system proxy.
  • SIP002 URL scheme.
  • SIP003 plugins.
  • SIP008 online configuration delivery.

Downloads

Download from releases.

Usage

  • 🚀

PAC

  • The PAC rules are generated from the geosite database in v2fly/domain-list-community.
  • Generation modes: whitelist mode and blacklist mode.
  • Domain groups: geositeDirectGroups and geositeProxiedGroups
    • geositeDirectGroups is initialized with cn and geolocation-!cn@cn.
    • geositeProxiedGroups is initialized with geolocation-!cn.
  • To switch between different modes, modify the geositePreferDirect property in gui-config.json
    • When geositePreferDirect is false (default), PAC works in whitelist mode. Exception rules are generated from geositeDirectGroups. Unmatched domains goes through the proxy.
    • When geositePreferDirect is true, PAC works in blacklist mode. Blocking…

3. PowerShell

A cross-platform task automation and configuration management framework, consisting of a command-line shell and scripting language. Unlike most shells, which accept and return text, PowerShell is built on top of the .NET Common Language Runtime (CLR), and accepts and returns .NET objects. This fundamental change brings entirely new tools and methods for automation.

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (16) PowerShell / PowerShell

PowerShell for every system!

Welcome to the PowerShell GitHub CommunityPowerShell Core is a cross-platform (Windows, Linux, and macOS) automation and configuration tool/framework that works well with your existing tools and is optimizedfor dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object modelsIt includes a command-line shell, an associated scripting language and a framework for processing cmdlets.

Windows PowerShell vs. PowerShell Core

Although this repository started as a fork of the Windows PowerShell code base, changes made in this repository do not make their way back to Windows PowerShell 5.1 automaticallyThis also means that issues tracked here are only for PowerShell Core 6 and higher.Windows PowerShell specific issues should be opened on UserVoice.

New to PowerShell?

If you are new to PowerShell and would like to learn more, we recommend reviewing the getting started documentation.

Get PowerShell

You can download and install a PowerShell…

A good tutorial on Powershell 2020 can be found from the below Youtube video.

4. CodeHub

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (17) CodeHubApp / CodeHub

CodeHub is an iOS application written using Xamarin

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (18)

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (19)

CodeHub is the best way to browse and maintain your GitHub repositories on any iPhone, iPod Touch, and iPad device! Keep an eye on your projects with the ability to view everything from pull requests to commenting on individual file diffs in the latest change set. CodeHub brings GitHub to your finger tips in a sleek and efficient design.

Follow the project on twitter: @CodeHubApp
Feature requests can be made on GitHub
Additional information can be found on the project's webpage

Screenshots

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (20)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (21)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (22)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (23)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (24)

Contributing

Contributions are absolutely welcome! The project is built on Xamarin, a free C# framework for iOS applications. You'll need to download this to build the project.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Troubleshooting

I Can't Find My Organization

CodeHub can…

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (25)

5. Aspnetcore

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (26) dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (27) 🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (28) 🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (29)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (30)

ASP.NET Core is an open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps run on .NET Core, a free, cross-platform and open-source application runtime. It was architected to provide an optimized development framework for apps that are deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET Core apps cross-platform on Windows, Mac and Linux. Learn more about ASP.NET Core.

Get Started

Follow the Getting Started instructions in the ASP.NET Core docs.

Also check out the .NET Homepage for released versions of .NET, getting started guides, and learning resources.

See the Triage Process document for more information on how we handle incoming issues.

How to Engage, Contribute, and Give Feedback

6. Wox

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (31) Wox-launcher / Wox

Launcher for Windows, an alternative to Alfred and Launchy.

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (32)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (33)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (34)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (35)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (36)

WoX is a launcher for Windows that simply works. It's an alternative to Alfred and Launchy.

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (37)

Features

  • Search for everything—applications, UWP, folders, files and more.
  • Use pinyin to search for programs / 支持用 拼音 搜索程序
    • wyy / wangyiyun → 网易云音乐
  • Keyword plugin search g search_term
  • Search youtube, google, twitter and many more
  • Build custom themes at http://www.wox.one/theme/builder
  • Install plugins from http://www.wox.one/plugin
  • Portable mode
  • Auto-complete text suggestion
  • Highlighting of how results are matched during query search

Installation

  • Download from releases.

    • Option 1: download Wox-Full-Installer.*.exe, which include all dependency.
    • Option 2: download Wox.*.exe, which only include wox itself. You may install Everything and Python using below instruction.
  • Windows may complain about security due to code not being signed. This will be fixed later.

  • Requirements:

    • .NET >= 4.6.2 or Windows version >= 10 1607 (Anniversary Update)
    • [Optional] Integrate with everything
      1. Download .exe installer
      2. Use x64 if your…

7. DnSpy

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (38) dnSpy / dnSpy

.NET debugger and assembly editor

dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available. Main features:

  • Debug .NET and Unity assemblies
  • Edit .NET and Unity assemblies
  • Light and dark themes

See below for more features

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (39)

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (40)

Binaries

https://github.com/dnSpy/dnSpy/releases

Building

git clone --recursive https://github.com/dnSpy/dnSpy.gitcd dnSpy# or dotnet build./build.ps1 -NoMsbuild

To debug Unity games, you need this repo too: https://github.com/dnSpy/dnSpy-Unity-mono (or get the binaries from https://github.com/dnSpy/dnSpy/releases/unity)

  • Debug .NET Framework, .NET and Unity game assemblies, no source code required
  • Set breakpoints and step into any assembly
  • Locals, watch, autos windows
  • Variables windows support saving variables (eg. decrypted byte arrays) to disk or view them in the hex editor (memory window)
  • Object IDs
  • Multiple processes can be debugged at the same time
  • Break on module load
  • Tracepoints and conditional breakpoints
  • Export/import…

8. V2rayN




9. EShopOnContainers

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (42) dotnet-architecture / eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 5, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (43)

Sample .NET Core reference application, powered by Microsoft, based on a simplified microservices architecture and Docker containers.

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (44)

Build Status (GitHub Actions)

ImageStatusImageStatus
Web Status🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (45)Shopping Aggregator (Web)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (46)
Basket API🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (47)Shopping Aggregator (Mobile)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (48)
Catalog API🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (49)Web Client (MVC)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (50)
Identity API🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (51)Web Client (SPA)🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (52)
Ordering API🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (53)Webhooks Client🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (54)
Payment API🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (55)Ordering SignalR🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (56)

Dev branch contains the latest beta code and their images are tagged with :linux-dev in our Docker Hub

Getting Started

Make sure you have installed and configured docker in your environment. After that, you can run the below commands from the /src/ directory and get started with the eShopOnContainers immediately.

docker-compose builddocker-compose up

You should be able to browse different components of the application by using the below URLs :

Web Status : http://host.docker.internal:5107/Web MVC : http://host.docker.internal:5100/Web SPA : http://host.docker.internal:5104/

Note: If you are running…

10. WaveFunctionCollapse

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (57) mxgmn / WaveFunctionCollapse

Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics

This program generates bitmaps that are locally similar to the input bitmap.

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (58)

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (59)

Local similarity means that

  • (C1) Each NxN pattern of pixels in the output should occur at least once in the input.
  • (Weak C2) Distribution of NxN patterns in the input should be similar to the distribution of NxN patterns over a sufficiently large number of outputs. In other words, probability to meet a particular pattern in the output should be close to the density of such patterns in the input.

In the examples a typical value of N is 3.

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (60)

WFC initializes output bitmap in a completely unobserved state, where each pixel value is in superposition of colors of the input bitmap (so if the input was black & white then the unobserved states are shown in different shades of grey). The coefficients in these superpositions are real numbers, not complex numbers, so it doesn't do the…

11. ShareX (No. 10 in Dec 2020)

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (61) ShareX / ShareX

ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.




Trend analysis

  • Most of the rankings remain the same as those of Dec 2020.
  • The 1st place was replaced by PowerToys, which contains below popular tools:

See also:
Top 10 C# Projects on GitHub (December 2020), the trend and indications

Top comments (1)

Subscribe

Aaron Junker

Aaron Junker

I'm an external member of the Microsoft PowerToys team. I'm a PHP, C# and more languages developer.

  • Email

    aaron.junker@outlook.com

  • Location

    Switzerland

  • Joined

Jul 4 '21

  • Copy link

It's so awesome to see PowerToys on the 1st place

For further actions, you may consider blocking this person and/or reporting abuse

🔝Top 10 C# Projects on GitHub (Q1 2021) and the trend🔥🔥🔥 (2024)
Top Articles
The 3 Best Speed Cubes (And Why the Rubik’s Cube Isn’t One)
Top 7 Best Speed Cubes Reviews [Feb 2024 Buyer's Guide]
Fighter Torso Ornament Kit
Artem The Gambler
Lakers Game Summary
Kathleen Hixson Leaked
12 Rue Gotlib 21St Arrondissem*nt
Is pickleball Betts' next conquest? 'That's my jam'
Amtrust Bank Cd Rates
What are Dietary Reference Intakes?
Sam's Club Gas Price Hilliard
Merlot Aero Crew Portal
Calamity Hallowed Ore
Elden Ring Dex/Int Build
Celsius Energy Drink Wo Kaufen
D10 Wrestling Facebook
Quest Beyondtrustcloud.com
Puretalkusa.com/Amac
25Cc To Tbsp
使用 RHEL 8 时的注意事项 | Red Hat Product Documentation
Kylie And Stassie Kissing: A Deep Dive Into Their Friendship And Moments
Team C Lakewood
Craigslist Pearl Ms
Jeffers Funeral Home Obituaries Greeneville Tennessee
Everything To Know About N Scale Model Trains - My Hobby Models
Beaufort 72 Hour
11526 Lake Ave Cleveland Oh 44102
Bfsfcu Truecar
Indiana Jones 5 Showtimes Near Jamaica Multiplex Cinemas
Craigslist Dallastx
Mg Char Grill
Song That Goes Yeah Yeah Yeah Yeah Sounds Like Mgmt
Bus Dublin : guide complet, tarifs et infos pratiques en 2024 !
Makemkv Key April 2023
Haley Gifts :: Stardew Valley
Ny Post Front Page Cover Today
Elgin Il Building Department
Captain Billy's Whiz Bang, Vol 1, No. 11, August, 1920
America's Magazine of Wit, Humor and Filosophy
Review: T-Mobile's Unlimited 4G voor Thuis | Consumentenbond
Indiana Jones 5 Showtimes Near Cinemark Stroud Mall And Xd
Umd Men's Basketball Duluth
2024-09-13 | Iveda Solutions, Inc. Announces Reverse Stock Split to be Effective September 17, 2024; Publicly Traded Warrant Adjustment | NDAQ:IVDA | Press Release
Craigslist Minneapolis Com
Quiktrip Maple And West
Iupui Course Search
VerTRIO Comfort MHR 1800 - 3 Standen Elektrische Kachel - Hoog Capaciteit Carbon... | bol
Stitch And Angel Tattoo Black And White
Boyfriends Extra Chapter 6
New Zero Turn Mowers For Sale Near Me
Strange World Showtimes Near Marcus La Crosse Cinema
Union Supply Direct Wisconsin
Treatise On Jewelcrafting
Latest Posts
Article information

Author: Mrs. Angelic Larkin

Last Updated:

Views: 6253

Rating: 4.7 / 5 (67 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Mrs. Angelic Larkin

Birthday: 1992-06-28

Address: Apt. 413 8275 Mueller Overpass, South Magnolia, IA 99527-6023

Phone: +6824704719725

Job: District Real-Estate Facilitator

Hobby: Letterboxing, Vacation, Poi, Homebrewing, Mountain biking, Slacklining, Cabaret

Introduction: My name is Mrs. Angelic Larkin, I am a cute, charming, funny, determined, inexpensive, joyous, cheerful person who loves writing and wants to share my knowledge and understanding with you.