摘要:
1.创建net core MSTest测试类 2.创建一个类库来存放两个类 3.在类库下新建两个类: -- Item.cs using System; using System.Collections.Generic; using System.Text; namespace AppCms.Mode 阅读全文
摘要:
微软官方文档:https://docs.microsoft.com/zh-cn/ef/core/get-started/aspnetcore/existing-db 1.创建一个core mvc项目 2.安装对应的引用包: -- Mysql数据库版本: Install-Package MySql.D 阅读全文