-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/hitting-enter-inside---of-a-html-helpe/10585892)._
---
I've attached a screen record…
-
To support custom ASP.NET Core Identity scenario with EFDesigner some manual work has to be done.
1. Implement 7 custom entities which inherit types from `Microsoft.AspNetCore.Identity` namespace:
…
-
In the last year, Mongo has released a [MongoDB EF Core Provider](https://github.com/mongodb/mongo-efcore-provider). [EF Core](https://learn.microsoft.com/en-us/ef/core/) is the preferred data access …
-
**Is your feature request related to a problem? Please describe.**
The BankID API wrapper is today a separate package, which allows for using it without the Active Login authentication flow / UI foun…
-
I want to take action in adding VB.NET to ASP.NET MVC Core, as I posted in https://github.com/aspnet/AspNetCore/issues/8583
If anyone can help or participate, I will be glad.
-
### URL
https://docs.microsoft.com/en-us/aspnet/core/getting-started/?view=aspnetcore-6.0&tabs=linux
### Operating system
Linux
### More information about your system
Ubuntu 20.04.4 LTS
x64
##…
ghost updated
2 years ago
-
Written on 08.10.2018 06:34:38
URL: http://asp.net-hacker.rocks/2018/10/11/customizing-aspnetcore-07-outputformatter.html
-
If I want to switch generated application to have react.js and asp.net core 8+,
what would I need to do?
Can you provide some guide on what files to change?
-
I am trying to add MinIo to asp net core.
In a regular non web application, I use the following code to create a MinioClient instance and perform operations:
```
MinioClient minio …
-
public abstract class BaseValidatingContext : BaseContext
ASP.NET Core 3.1
`publicabstract class BaseContext where TOptions : AuthenticationSchemeOptions`