英文: Azure database not working after deploying .net core react js project 问题 我完全不懂Azure。当我尝试在Azure上发...
MediatR是否遍历项目中的所有类来寻找匹配项?
英文: Does MediatR walk all classes in the project looking for matches? 问题 以下是翻译的部分: 问题1: 是否正确? 答: 是的,...
在ASP.NET Core Razor中的授权
英文: Authorization in ASP.NET Core razor 问题 我有一个管理员区域,我希望除了普通用户之外的每个用户都能访问管理员区域。 我的用户类型是动态的 - 我应该怎么办?...
你能重置.NET Core中的DI容器吗?
英文: Can you reset the DI container in .NET Core? 问题 我们有多个网站在相同的ASP.NET Core代码库上运行。在appsettings.json中...
你可以成功地发送HTTP请求到我的ASP.NET Core控制器。
英文: How can I successfully send http requests to my ASP.NET Core controller 问题 I have built a .NET C...
ViewComponent: 我需要同时使用视图和组件吗?
英文: ViewComponent: Do I need both the view and the component? 问题 I have a very simple view component...
如何在 .NET Core 5 中增加会话超时时间
英文: How to increase session timeout in .net core 5 问题 以下是您要翻译的内容: "我已经尝试延长我的 .net core 5.0 应用程序...
“Create”操作方法不起作用 ASP.NET Core
英文: "Create" Action Method Not Working ASP.NET Core 问题 下面是您要翻译的内容: "When I add the fo...
PasswordHasher 在 dotnet 7 更新后给出了不同的哈希结果
英文: PasswordHasher gives different hash result after dotnet 7 update 问题 我们已将我们的ASP.NET Core 6应用程序升级到...
在DbContext内部使用DI
英文: Use DI inside the DbContext 问题 你的服务在这个地方注入是没问题的。你需要在 SaveChangesAsync 方法中获取服务的正确方式。尝试使用 this.Get...
54