.net开源项目整理

整理一些平时收藏和应用的开源代码,方便自己学习和查阅

1.应用

nopcommerce,开源电商网站,开发环境asp.net mvc(未支持.net core),使用技术(autofac,ef,页面插件等)

https://github.com/nopSolutions/nopCommerce

OrchardCMS,内容管理网站

https://github.com/OrchardCMS/Orchard(.net版本)

https://github.com/OrchardCMS/Orchard2(.net core版本)

ABP(aspnetboilerplate),提供一系列工具用于web应用创建,支持 ASP.NET Core, ASP.NET MVC & Web API,也提供了web应用的模板

https://github.com/aspnetboilerplate/aspnetboilerplate(.net core 版本,tag分支有支持.net版本的)

IdentityServer,用户授权网站(支持openid和OAuth 2.0),可用于单点登录和第三方授权等

https://github.com/IdentityServer/IdentityServer3(.net版本)

https://github.com/IdentityServer/IdentityServer4(.net core版本)

eShopOnContainers  微软提供的微服务示例

https://github.com/dotnet-architecture/eShopOnContainers

PetShop  三层架构经典例子,用于新手学习,不过aspx有点过时了

https://github.com/songhhwd01/PetShop

BlogEngine.NET   博客网站,也是aspx

https://github.com/rxtur/BlogEngine.NET

2.组件

Lucene.Net  全文检索开发组件

https://github.com/apache/lucenenet

ServiceStack  半开源,用于创建web服务

https://github.com/ServiceStack/ServiceStack

MassTransit  可用于创建基于消息的服务和应用,依赖于RabbitMQ

https://github.com/MassTransit/MassTransit

stateless  简单的工作流开发组件,不支持在线定制工作流

https://github.com/dotnet-state-machine/stateless

Hangfire  任务调度开发利器

https://github.com/HangfireIO/Hangfire

Jwt.Net   用于生成JWT (JSON Web Token) 和JWT校验

https://github.com/jwt-dotnet/jwt

npoi  支持office文件的读写

https://github.com/tonyqus/npoi

StackExchange.Redis  Redis的.net客户端

https://github.com/StackExchange/StackExchange.Redis

CacheManager  用于缓存的管理,支持Redis.Memcached,couchbase等

https://github.com/MichaCo/CacheManager

Autofac  Ioc组件,用于依赖注入

https://github.com/autofac/Autofac

LightGBM  用于机器学习

https://github.com/Microsoft/LightGBM

3.框架

asp.net mvc 

https://github.com/aspnet/Mvc

Nancy  类似asp.net mvc,web开发框架

https://github.com/NancyFx/Nancy

4.其他

dotnet core 主页,提供dotnet core相关知识的索引和例子,方便快速入门

https://github.com/dotnet/core

.net源码

https://github.com/Microsoft/referencesource

时间: 2024-08-29 05:54:22

.net开源项目整理的相关文章

Android开源项目整理:个性化空间View篇(看遍论坛千万篇,不看此篇也枉然)

个性化View控件虽然你在多处可以找到 但是这个整理的不可以不看欧: 主要介绍不错的个性化View,包括ListView.ActionBar.Menu.ViewPager.Gallery.GridView.ImageView.ProgressBar.TextView.ScrollView.TimeView.TipView.FlipView.ColorPickView.GraphView.UI Style 等等.   乐于分享并且有一些很不错的开源项目的个人和组织,包括JakeWharton.Ch

安卓开发8- 安卓开源项目整理github

主要是一些从知乎上来的:http://www.zhihu.com/question/23804819 地址:The Android Arsenal Google I/O Android App - https://github.com/google/iosched AntennaPod Rss订阅 乐音订阅 - https://github.com/danieloeh/AntennaPodMuzei Live Wallpaper 定时更换桌面精美壁纸 - https://github.com/r

最火的Android开源项目整理

一.代码库 1.from  代码家 整理比较好的源码连接 *************************************************************************************************************************************************************************** http://blog.zhan-dui.com/?page_id=60 感谢 “代码家”整理 一

直接拿来用!最火的Android开源项目整理

一.代码库 1.from  代码家 整理比较好的源码连接 *************************************************************************************************************************************************************************** http://blog.zhan-dui.com/?page_id=60 感谢 “代码家”整理 一

291.博客园安卓&苹果手机客户端开源项目整理

1.简介 1.1本贴简介 本贴主要收集一些博客园安卓&苹果端的开源项目,方便园友参与开发和下载,各个风格不同,根据各人审美参与开发和下载使用,欢迎下方留言投稿. 1.2本贴说明 本贴为个人整理,与博客园官方无关,其中所有观点看法均为个人看法,不代表博客园官方和开发者,如有侵权或言论不良,请下方留言,必定删除或修改. 下方排序为本文博主接触及收集顺序,并不是安全性.美观性等标准的排序. 博主简评为个人看法,并不代表该应用的全部特点,只是选取个人认为比较方便实用或者突出的特点进行说明,如有本同看法欢

安卓开源项目整理

S1.自定义控件开源项目 SS1.FlowLayout-流式布局 https://github.com/hongyangAndroid/FlowLayout https://github.com/LyndonChin/AndroidFlowLayout SS2.Calendar-自定义的日历 https://github.com/traex/CalendarListview 源码分析 SS3.ExpandableTextView-可伸缩的文本控件 https://github.com/Manab

开源项目整理android

Android开源项目第一篇——个性化控件(View)篇 包括ListView.ActionBar.Menu.ViewPager.Gallery.GridView.ImageView.ProgressBar.TextView.其他 Android开源项目第二篇——工具库篇 包括依赖注入.图片缓存.网络相关.数据库ORM工具包.Android公共库.高版本向低版本兼容库.多媒体.事件总线.传感器.安全.其他 Android开源项目第三篇——优秀项目篇 比较有意思的完整的Android项目 Andr

优秀的 Android 开源项目

摘要  转载http://www.trinea.cn/android/android-open-source-projects-view/,方便大家找到自己合适的资料 目录[-] 一.ListView 二.ActionBar 三.Menu 四.ViewPager .Gallery 五.GridView 六.ImageView 七.ProgressBar 八.其他 GitHub上优秀Android开源项目 3. Android开发神器 1.Xabber客户端 2.oschina客户端 3.手机安全

GitHub 优秀的 Android 开源项目

转自:http://blog.csdn.net/shulianghan/article/details/18046021 主要介绍那些不错个性化的View,包含ListView.ActionBar.Menu.ViewPager.Gallery.GridView.ImageView.ProgressBar及其它如Dialog.Toast.EditText.TableView.Activity Animation等等. 一.ListView android-pulltorefresh 一个强大的拉动