-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Cheat Sheet
ansonzhang edited this page May 19, 2019
·
1 revision
-
-
02 ║ 后端项目搭建
- 03 ║ Swagger的使用 3.1
- 04 ║ Swagger的使用 3.2
- 05 ║ Swagger的使用 3.3 JWT权限验证【修改】
- 06 ║ PI项目整体搭建 6.1 仓储模式
- 07 ║ API项目整体搭建 6.2 轻量级ORM
- 08 ║ API项目整体搭建 6.3 异步泛型仓储+依赖注入初探
- 09 ║ 依赖注入IoC学习 + AOP界面编程初探
- 10 ║ AOP面向切面编程浅解析:简单日志记录 + 服务切面缓存
- 11 ║ AOP自定义筛选,Redis入门 11.1
- 12 ║ 三种跨域方式比较,DTOs(数据传输对象)初探
- 13 ║ DTOs 对象映射使用,项目部署Windows+Linux完整版
- 32 ║ 四种方法快速实现项目的半自动化搭建
- 33 ║ ⅖ 种方法实现完美跨域
- 34 ║ Swagger 处理多版本控制,所带来的思考
- 35 ║ 完美实现全局异常日志记录
- 36 ║ 解决JWT权限验证过期问题
- 37 ║ JWT完美实现权限与接口的动态分配
- 38 ║ 自动初始化数据库
- 39 ║ 想创建自己的dotnet模板么?看这里
- 40 ║ 完美基于AOP的接口性能分析
- 41 ║ Nginx+Github+PM2 快速部署项目(一)
- 42 ║ 完美实现 JWT 滑动授权刷新
- 42 ║ 支持多种数据库 & 快速数据库生成
- 43 ║最全的部署方案 & 最丰富的错误分析【再会】
-
02 ║ 后端项目搭建
有疑问,请自行查看博客园文章:https://www.cnblogs.com/laozhang-is-phi/p/9495618.html#autoid-1-0-0
或者加 QQ 群:867095512
-
- AOP
- Appsettings
- Async-Await
- Authorization-Ids4
- Authorization-JWT
- AutoMapper
- CORS
- DI-AutoFac
- DI-NetCore
- Filter
- GlobalExceptionsFilter
- HttpContext
- Log4
- MemoryCache
- Middleware
- MiniProfiler
- publish
- Redis
- Repository
- SeedData
- SignalR
- SqlSugar
- SqlSugar-Codefirst&DataSeed
- SqlSugar-SqlAOP
- Swagger
- T4
- Test-xUnit
- Temple-Nuget
- FAQ page is a good place to see whether your question is already asked.
- Ask a question in cnblogs if you need help.
- Submit an issue if you found a bug or have a feature request.
- Open a pull request when you prepared to contribute. Before that, it is encouraged to open an issue to discuss.