.net 5 webapi开发入门上

https://docs.microsoft.com/zh-cn/learn/modules/build-web-api-aspnet-core/

建立项目

1.vscode打开项目文件夹,命令行创建模板项目并运行

dotnet new webapi --no-https
dotnet run

2.使用工具调试接口

dotnet tool install -g Microsoft.dotnet-httprepl

Microsoft.dotnet-httprepl是一个可以调试接口,对接口进行连接,查看接口列表,调用GET,POST的命令行工具

上一篇:【LAS】 .c 引用了.h ,但是.h里是c++头文件


下一篇:【备忘】修复SCCM客户端