入门
- 全新的ASP.NET: https://www.cnblogs.com/Leo_wl/p/5654828.html
- 在IIS上部署你的ASP.NET Core项目: https://www.cnblogs.com/wangjieguang/p/core-iis.html
- 举个例子来聊聊它的依赖注入: http://www.bkjia.com/Asp_Netjc/1309630.html,
- http://www.cnblogs.com/jesse2013/p/di-in-aspnetcore.html
- 细说ASP.NET Core静态文件的缓存方式: https://www.cnblogs.com/maxzhang1985/p/6053738.html
- ASP.NET Core Web 资源打包与压缩: https://www.cnblogs.com/tdfblog/p/bundling-and-minification-in-asp-net-core.html
- .net core依赖注入的封装: https://www.cnblogs.com/BenDan2002/p/6087893.html
- async-await 异常处理: http://blog.zhaojie.me/2012/04/exception-handling-in-csharp-async-await-2.html
进阶
- Asp.netCore+Redis: http://www.cnblogs.com/xishuai/p/asp-net-core-use-redis.html
- asp.net core学习项目: https://github.com/axzxs2001/Asp.NetCoreExperiment
- 搭建本地nuget: http://www.cnblogs.com/shanyou/p/5910250.html
系列教程
- 官方中文教程:https://docs.microsoft.com/zh-cn/aspnet/core/
- 英文教程:https://docs.microsoft.com/zh-cn/aspnet/core/?view=aspnetcore-2.1
- 任务调度框架:https://github.com/fluentscheduler/FluentScheduler(简化版)
- .Net core开源项目收集:https://github.com/dncNew/dncNew/blob/master/dnc.md
项目相关的开源项目
- asp.net core 绑定多个二级域名: https://github.com/mariuszkerl/AspNetCoreSubdomain
- asp.net core自适应web,平板,手机: https://github.com/wangkanai/Responsive
- StackExchange.Redis.Extensions.Protobuf+protobuf-net
- 网页代码压缩精简工具:WebMarkupMinhttp://github.com/Taritsyn/WebMarkupMin/wiki
微服务
- Ocelot:https://github.com/ThreeMammals/Ocelot
- ConsulSharp:https://github.com/axzxs2001/ConsulSharp
原文地址:https://www.cnblogs.com/netcs/p/12164908.html
时间: 2024-10-12 10:01:53