c#开发restful接口
C# 服务端篇之实现RestFul Service开发(简单实用) - 法号阿兴 - 博客园
https://www.cnblogs.com/xuliangxing/p/8735552.html
C# 客户端篇之实现Restful Client开发(RestSharp帮助类) - 法号阿兴 - 博客园
https://www.cnblogs.com/xuliangxing/p/8746277.html
SunningPig/Restful-Service-And-Restful-Client: C# A Simple Restful Service And Restful Client Demo
https://github.com/SunningPig/Restful-Service-And-Restful-Client/
适用于 Visual Studio 的 .NET SDK 下载
https://dotnet.microsoft.com/zh-cn/download/visual-studio-sdks?cid=getdotnetsdk
c#开发webserver的demo
C#实现WEB服务器 - Believe me I can fly - 博客园
https://www.cnblogs.com/ymhtp/archive/2005/12/04/290518.html
用 C# 自己动手编写一个 Web 服务器 (索引) - SHUHARI 的博客
https://shuhari.dev/blog/2017/12/build-web-server-index/
需要我们去到微软官网下载对应的.NET Framework 4.6.2的安装包
安装包分两种,一种是应用级别的还一种是开发级别的,如果安装的是应用级别的话只能运行.NET Framework 4.6.2的应用程序,VS还是选不了,所以需要安装对应的开发包
应用包:https://www.microsoft.com/zh-cn/download/details.aspx?id=53344
开发工具包: https://www.microsoft.com/zh-cn/download/details.aspx?id=53321