.Net开源项目收藏
收藏一些平时看到的.Net相关的开源项目和教程Demo,包括WinForm,WPF,Asp.Net,ORM等一些的类库或者项目描述或者链接汇总。
1. WinForm
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. 类库
4. 产品实例
5. 算法
类别 | 描述 | url |
---|---|---|
TheAlgorithms | 各种语言实现的数据结构与算法 | https://github.com/TheAlgorithms |