首页 > TAG信息列表 > core6

net core6 应用EFCore

1、nuget引用 Microsoft.EntityFrameworkCore Microsoft.EntityFrameworkCore.SqlServer Microsoft.EntityFrameworkCore.SqlServer.Design Microsoft.EntityFrameworkCore.Tools 2、执行脚本 打开VS-》工具-》nuget包管理器-》程序包管理器控制台-》执行脚本     Scaffold-DbC

Autofac 整合asp.net core6

1、Nuget引入 Autofac、Autofac.Extensions.DependencyInjection 2、Program.cs里面添加注入配置 { //第一种方式注入 builder.Host.UseServiceProviderFactory(new AutofacServiceProviderFactory()); //通过工厂替换,把Autofac整合进来 builder.Host.ConfigureCont