英文: How to create a list of users based on the roles in ASP.NET Core 6 问题 I have created a model for...
在Serilog中通过LogContext添加用户名
英文: Add Username via LogContext in Serilog 问题 我正在.NET Core 6.0 Web API应用程序中使用Serilog进行日志记录。我想将已登录用户的...
ASP.NET Core Razor Pages模型绑定
英文: ASP.NET Core Razor Pages model binding 问题 我希望理解您的问题正确:您想知道如何在AddInvoice页面模型中添加对Customer表的引用,并且如何...
在Blazor中,我如何使Logger与ApplicationInsights通信?
英文: In Blazor how do I get Logger talking to ApplicationInsights 问题 我发现像这样(和其他一些)的解释引用了不存在的方法。 没有bui...
在Blazor(服务器)中可以使用ILogger.BeginScope()吗?
英文: Can I use ILogger.BeginScope() in Blazor (server)? 问题 I understand that you want a translation o...
ASP.NET路由在API管理服务后面
英文: ASP.NET routing behind an API management service 问题 Here are the translated parts: 尽管这并不是世界上最好的事...
为什么我会收到 Error CS0016 无法写入输出文件 的错误在 ASP.NET Core 7.0?
英文: Why am I getting Error CS0016 Could not write to output file in ASP.NET Core 7.0? 问题 我遇到了这个错误: &...
ASP.NET Core Identity,从数据库中提取用户时加载用户的声明
英文: ASP.NET Core Identity, load user's claims when pulling a user from the database 问题 如果你的数据库上下...
Hangfire 服务未运行
英文: Hangfire Service Not Running 问题 我正在尝试在我的ASP.Net Core 7 Web API项目中使用Hangfire进行后台作业。当我启动应用程序并查看控制台...
如何将 .Net Core 的 Startup.cs 类翻译成新的 .NET Program.cs 类?
英文: How do I translate a .Net Core Startup.cs class to the new .NET Program.cs class? 问题 I'm trying ...
54