GitHub开源项目

卷儿哥 2023年10月21日 279次浏览

1. WinForm

类别 描述 url
Krypton Krypton Suite of .NET WinForms Controls,BSD-3-Clause https://github.com/ComponentFactory/Krypton
MessageTip 轻快型消息提示窗 https://github.com/ahdung/MessageTip
FormDraggerDemo 一个可在窗体内随意拖动窗体的方案 https://github.com/ahdung/FormDraggerDemo
MsgBox 可携带附加消息的增强型消息框 https://github.com/ahdung/MsgBox
winform.controls 一套winform控件库 https://github.com/kwonganding/winform.controls
DockPanelSuite 浮动窗体UI框架 MIT https://github.com/dockpanelsuite
FastColoredTextBox 代码编辑器 LGPL v3 https://github.com/PavelTorgashov/FastColoredTextBox.git
SunnyUI WinForm 的开源控件库、工具类库、扩展类库、多页面开发框架 GPL-3.0 https://github.com/yhuse/SunnyUI
WinHtmlEditor 开源Winform下面的Html编辑器 https://github.com/tewuapple/WinHtmlEditor
Live-Charts .NET 简单,灵活,交互式和强大的图表 GPL-3.0 https://github.com/Live-Charts/Live-Charts
OxyPlot .NET的跨平台绘图库 MIT https://github.com/oxyplot/oxyplot
CSharpSkin 做了外观上的重绘 LGPL-3.0 https://gitee.com/hapgaoyi/CSharpSkin
HZH_Controls 扁平化的、漂亮的、开源的C# Winform控件库 Apache 2.0 https://github.com/kwwwvagaa/NetWinformControl
NanUI .NET版的Electron MIT https://github.com/NetDimension/NanUI/
MaterialSkin 主题化为Google的Material Design MIT https://github.com/IgnaceMaes/MaterialSkin
Winform木兰控件 在原生控件基础上写的,没有使用任何第三方库 https://gitee.com/tlmbem/hml.git
ReactiveUI 跨平台的model-view-viewmodel框架 MIT https://github.com/reactiveui/ReactiveUI
bedrock winform的wvvm框架 MIT https://github.com/jackhuclan/bedrock
ScottPlot .NET 图表组件 MIT https://github.com/ScottPlot/ScottPlot.git
XPTable 开源表格控件,比.Net自带的ListView速度快很多MIT https://github.com/schoetbi/XPTable
LiveCharts2 LiveCharts2(v2)是LiveCharts(v0)的演变,它修复了其前身的主要设计问题 https://github.com/beto-rodriguez/LiveCharts2
SharpGL SharpGL 包装了所有现在OpenGL的功能 https://github.com/dwmkerr/sharpgl

2. WPF

类别 描述 url
wpf.controls wpf基础UI库 https://github.com/kwonganding/wpf.controls
HandyControl 一套WPF控件库 MIT https://github.com/HandyOrg/HandyControl
gong-wpf-dragdrop An easy to use drag’n’drop framework for WPF. BSD-3-Clause https://github.com/punker76/gong-wpf-dragdrop
WpfDemo wpf常用的控件基础DEMO MIT https://github.com/caomfan/WpfDemo
shadowsocks-csharp-wpf shadowsocks-csharp的wpfUI界面版本 Apache-2.0 https://github.com/caomfan/shadowsocks-csharp-wpf
TimeEditer 一个wpf实现的时间编辑控件 MIT https://github.com/caomfan/TimeEditer
IpAddressControl WPF IpAddressControl MIT https://github.com/caomfan/IpAddressControl
ModernWpf 给WPF开发者多一个UI库选择 MIT https://github.com/Kinnara/ModernWpf
PanuonUI.Silver 国内开源作者的控件库 MIT https://github.com/Panuon/PanuonUI.Silver
AduSkin–UI 一款简单漂亮的WPF UI,融合部分开源框架的组件 https://github.com/aduskin
Prism Prism是用于在WPF,Xamarin Forms,Uno Platform和WinUI中构建松耦合,可维护和可测试的XAML应用程序的框架。MIT https://github.com/PrismLibrary/Prism
AvalonDock AvalonDock is a WPF Document and Tool Window layout container that is used to arrange documents and tool windows。MIT https://github.com/Dirkster99/AvalonDock
Rubyer-WPF 一款的 WPF 主题和控件包,免费开源 MIT https://gitee.com/wuyanxin1028/rubyer-wpf.git

3. 类库

类别 描述 url
awesome-dotnet-core 此项目是awesome-dotnet-core中文版 https://github.com/jasonhua95/awesome-dotnet-core
awesome-dotnet-core awesome-dotnet-core 英文原版 https://github.com/thangchung/awesome-dotnet-core
coding-interviews-csharp 名企面试官精讲典型编程题C#版 https://github.com/jasonhua95/coding-interviews-csharp
Dapper.Extension 对StackExchange/Dapper的简单扩充 MIT https://github.com/jasonhua95/Dapper.Extension
Util .net core平台下的应用框架 MIT https://github.com/dotnetcore/Util
Chloe a lightweight Object/Relational Mapping(ORM) library. MIT https://github.com/shuxinqin/Chloe
CSharpDesignPatternDemo C#23个设计模式 https://github.com/caomfan/CSharpDesignPatternDemo
C#帮助类 Common.Utility https://github.com/Jimmey-Jiang/Common.Utility
ConsoleTableExt 在C#控制台应用程序中使用打印格式良好的表的开源库 https://github.com/minhhungit/ConsoleTableExt
FluentFTP C#.NET 下最好用的Ftp传输开源库。 https://github.com/robinrodricks/FluentFTP
DotnetSpider C#.NET开发的轻量、灵活、高性能、跨平台的分布式网络爬虫框架。 https://github.com/dotnetcore/DotnetSpider
DotNetCommon 搜集.neter开发常用的功能 https://gitee.com/jackletter/DotNetCommon/wikis/
FastTunnel 内网穿透框架 https://github.com/SpringHgui/FastTunnel
Masuit.Tools 一些常用的操作类,大都是静态类 https://gitee.com/masuit/Masuit.Tools.git
Collections.Pooled .NET性能优化,通过池化内存来达到降低内存占用和GC的目的 MIT https://github.com/jtmueller/Collections.Pooled.git

4. 产品实例

类别 描述 url
MvcSignalR MVC的SignalR例子 MIT https://github.com/jasonhua95/MvcSignalR
Oauth2 简单的OAuth2认证Demo MIT https://github.com/jasonhua95/Oauth2
netmq NetMQ is a 100% native C# port of the lightweight messaging library ZeroMQ. GPL-3.0 https://github.com/zeromq/netmq GPL-3.0
Demos Demos https://github.com/catcherwong/Demos.git
Asp.NetCoreExperiment Asp.NetCoreExperiment https://github.com/axzxs2001/Asp.NetCoreExperiment
WTM 一款开箱即用的通用后台管理系统 MIT https://github.com/dotnetcore/WTM MIT
SiMay远程控制管理系统 一个Windows远程控制系统 AGPL-3.0 https://gitee.com/dWwwang/SiMayRemoteMonitorOS
Pinta 一个Mini版PhotoShop MIT https://github.com/PintaProject/Pinta
Pinta 一个Mini版PhotoShop MIT https://github.com/PintaProject/Pinta
StarBlog 基于.NetCore开发博客项目StarBlog https://github.com/Deali-Axy/StarBlog.git;
StarBlog-Admin 基于.NetCore开发博客项目StarBlog https://github.com/Deali-Axy/StarBlog-Admin.git
VISAInstrument 基于NI-VISA的仪器编程,支持RS232、USB、GPIB及LAN GPL-2.0 https://github.com/cnxy/VISAInstrument
AIStudio.Wpf.Diagram 用Wpf做一个Diagram画板(包含流程图FlowChart,思维导图MindEditor,可编程模块等等) MIT https://gitee.com/akwkevin/aistudio.-wpf.-diagram.git
JIEJIE.NET 混淆 .NET 程序集文件的开源工具 GPL-2.0 https://github.com/dcsoft-yyf/JIEJIE.NET.git
MxsDoc MxsDoc是基于Web的文件管理系统 GPL-2.0 https://github.com/RainyGao-GitHub/DocSys
FastGithub GitHub 国内加速器 MIT license https://github.com/dotnetcore/FastGithub
FluentFTP 一个 FTP 和 FTPS 客户端端 MIT license https://github.com/robinrodricks/FluentFTP
Dopamine WPF开发的音频播放器 GPL-3.0 license https://github.com/digimezzo/dopamine-windows

5. 算法

类别 描述 url
TheAlgorithms 各种语言实现的数据结构与算法 https://github.com/TheAlgorithms