2023年8月29日

C# List.Reverse 方法使用

摘要: 此方法用于 Array.Reverse 反转元素的顺序 ``` using System; using System.Collections.Generic; public class Example { public static void Main() { List dinosaurs = ne 阅读全文

posted @ 2023-08-29 11:21 糯米白白 阅读(50) 评论(0) 推荐(0) 编辑

.NET Core Entity Framework Core 创建数据库

摘要: 自动创建数据库必须在NuGet 中安装一下EFCore库 Microsoft.EntityFrameworkCore.SqlServer Microsoft.EntityFrameworkCore.Tools 数据迁移常用命令 ``` dotnet ef migrations add NewColu 阅读全文

posted @ 2023-08-29 11:08 糯米白白 阅读(27) 评论(0) 推荐(0) 编辑

导航