|
整理一些平時(shí)收藏和應(yīng)用的開源代碼,方便自己學(xué)習(xí)和查閱 1.應(yīng)用 nopcommerce,開源電商網(wǎng)站,開發(fā)環(huán)境asp.net mvc(未支持.net core),使用技術(shù)(autofac,ef,頁面插件等) https://github.com/nopSolutions/nopCommerce
OrchardCMS,內(nèi)容管理網(wǎng)站 https://github.com/OrchardCMS/Orchard(.net版本) https://github.com/OrchardCMS/Orchard2(.net core版本)
ABP(aspnetboilerplate),提供一系列工具用于web應(yīng)用創(chuàng)建,支持 ASP.NET Core, ASP.NET MVC & Web API,也提供了web應(yīng)用的模板 https://github.com/aspnetboilerplate/aspnetboilerplate(.net core 版本,tag分支有支持.net版本的)
IdentityServer,用戶授權(quán)網(wǎng)站(支持openid和OAuth 2.0),可用于單點(diǎn)登錄和第三方授權(quán)等 https://github.com/IdentityServer/IdentityServer3(.net版本) https://github.com/IdentityServer/IdentityServer4(.net core版本)
eShopOnContainers 微軟提供的微服務(wù)示例 https://github.com/dotnet-architecture/eShopOnContainers
PetShop 三層架構(gòu)經(jīng)典例子,用于新手學(xué)習(xí),不過aspx有點(diǎn)過時(shí)了 https://github.com/songhhwd01/PetShop
BlogEngine.NET 博客網(wǎng)站,也是aspx https://github.com/rxtur/BlogEngine.NET
2.組件 Lucene.Net 全文檢索開發(fā)組件 https://github.com/apache/lucenenet
ServiceStack 半開源,用于創(chuàng)建web服務(wù) https://github.com/ServiceStack/ServiceStack
MassTransit 可用于創(chuàng)建基于消息的服務(wù)和應(yīng)用,依賴于RabbitMQ https://github.com/MassTransit/MassTransit
stateless 簡單的工作流開發(fā)組件,不支持在線定制工作流 https://github.com/dotnet-state-machine/stateless
Hangfire 任務(wù)調(diào)度開發(fā)利器 https://github.com/HangfireIO/Hangfire
Jwt.Net 用于生成JWT (JSON Web Token) 和JWT校驗(yàn) 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 用于機(jī)器學(xué)習(xí) https://github.com/Microsoft/LightGBM
3.框架 asp.net mvc https://github.com/aspnet/Mvc
Nancy 類似asp.net mvc,web開發(fā)框架 https://github.com/NancyFx/Nancy
4.其他 dotnet core 主頁,提供dotnet core相關(guān)知識的索引和例子,方便快速入門 https://github.com/dotnet/core
.net源碼 https://github.com/Microsoft/referencesource |
|
|