The main value of this project:
- This is a .net8.0 winform based program;
- This project uses EF Core framework, and uses IOC container of .Net to realize DI(dependency injection);
- To be continued...
本项目的主要价值:
- 这是一个基于.net 8.0 winform的程序;
- 此项目使用了EF Core框架,使用.net原生的IOC容器实现DI(依赖注入);
- 未完待续……
-
Visual Studio 2022
-
.NET 8.0
-
MySQL or others.
Modify the appsettings.json file and fill in your connection string in the MySQLConnectionString.
修改appsettings.json文件,并在MySQLConnectionString中填写您的连接字符串。
{
"AllowedHosts": "*",
"DbContext": {
"MySQLConnectionString": "Server=196.0.0.1;Database=testDb;Uid=name; Pwd=123456
"
}
}