使用ASP.NET Core 6.0构建WebApi框架源码,
基础框架已搭建完成,数据库是mysql数据库
使用前在appsettings.json修改自己的数据库地址和账号。
开发工具:Visual Studio 2022
Core版本:.Net Core 6
ASP.NET Web API具有与ASP.NET MVC类似的编程方式,ASP.NET Web API不仅仅具有一个完全独立的消息处理管道,而且这个管道比为ASP.NET MVC设计的管道更为复杂,功能也更为强大。
Throughout the book you may use Visual Studio .NET to write code, to compile, and to debug. Visual
Studio .NET offers more features to manage ADO.NET classes.
在vs.net平台开发,使用ADO.NET技术(英文版)