.net core Mongodb 多表关联查询

江湖百晓生2年前 (2022-02-28)Mongodb1271
var menus = new MongoDbHelper<Entitys.Menus>().ListAllAsync();  &nbs...

.net core Swagger配置

江湖百晓生2年前 (2022-02-28)c# net core917
ConfigureService中添加以下代码:services.AddSwaggerGen(c => { c.SwaggerDoc("v1.1"...

.net core 如何设置可访问静态文件

江湖百晓生2年前 (2022-02-28)c# net core1090
app.UseStaticFiles(new StaticFileOptions { //资源所在的绝对路径。 FileProvider = ...

C# core Net6.0 读取appsetting.json 节点数据

江湖百晓生2年前 (2022-02-28)c# net core1522
core net 6.0读取appsetting.json节点数据:appsetting.json 文件内容:{ "ConnectionStrings": {&...

Visual Studio 2022 正式版注册码

江湖百晓生2年前 (2022-02-28)Visual Sudio1351
...

vs2019 microsoft 日志组件 配置

江湖百晓生2年前 (2022-02-21)c# net core2031
//1,添加 Serilog NuGet程序包 //2,在ConfigureServices 中添加以下代码 Log.Logger = new...