视频教程:ASP.NET Core 3.x 构建 RESTful API(高级)

本文章是根据 微软MVP solenovex(杨旭)老师的视频教程《ASP.NET Core 3.x 构建 RESTful API》编写而来,再加上自己的一些理解。

视频教程地址:https://www.bilibili.com/video/BV1XJ411q7yy

教程:

博文:https://www.cnblogs.com/cgzl/p/11814971.html

  1. 使用ASP.NET Core 3.x 构建 RESTful API - 1.准备工作 
  2. 使用ASP.NET Core 3.x 构建 RESTful API - 2. 什么是RESTful API
  3. 使用ASP.NET Core 3.x 构建 RESTful API - 3.1 资源命名
  4. 使用ASP.NET Core 3.x 构建 RESTful API - 3.2 路由和HTTP方法
  5. 使用ASP.NET Core 3.x 构建 RESTful API - 3.3 状态码、错误/故障、ProblemDetails
  6. 使用ASP.NET Core 3.x 构建 RESTful API - 3.4 内容协商
  7. 使用ASP.NET Core 3.x 构建 RESTful API - 4.1 面向外部的Model
  8. 使用ASP.NET Core 3.x 构建 RESTful API - 4.2 过滤和搜索
  9. 使用ASP.NET Core 3.x 构建 RESTful API - 4.3 HTTP 方法的安全性和幂等性
  10. 使用ASP.NET Core 3.x 构建 RESTful API - 5.1 输入验证

GitHub源码:

原始GitHub源码:https://github.com/solenovex/ASP.NET-Core-3.x-REST-API-Tutorial-Code

https://github.com/Surbowl/ASP.NET-Core-RESTful-Note

我的GitHub源码:https://github.com/BobinYang/ASP.NET-Core-3.x-REST-API-Tutorial-Code-1

posted on 2020-09-14 15:02  springsnow  阅读(547)  评论(0编辑  收藏  举报

导航