学习记录
.Net
- 官方文档 https://docs.microsoft.com/zh-cn/dotnet/#pivot=docs&panel=dotnetguides
- .net core 源码地址:https://github.com/dotnet/corefx
- Asp.Net 仓库地址:https://github.com/aspnet
- .Net Core Community:https://github.com/dotnetcore
Docker
- Win10 安装 Docker : https://www.cnblogs.com/5bug/p/8506085.html
Git
MySql
Redis
- 命令指南:https://redis.io/commands
- Redis教程:https://www.runoob.com/redis/redis-tutorial.html
- 命令查询:https://www.cnblogs.com/leehomlee/articles/11545907.html
EasyCaching
CSRedisCore
IDistributedCache
IServiceCollection
Angular
Quartz.net
TopShelf -- 创建Windows服务
Swagger
Exceptionless
DateTimeOffset
HttpClientFactory
async / await
DataAnnotations 数据验证
- 源码地址:https://github.com/dotnet/corefx/tree/master/src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations
- 官方文档:https://docs.microsoft.com/zh-cn/ef/core/modeling/
- 使用 特性注释 或者使用 Fluent API 来配置模型
BlockingCollection
Identity Server 4