How to get current User outside of Controller in another layer
In ASP.NET Core 6, I need to get the current user in service layer
How to get current User outside of Controller in another layer
In ASP.NET Core 6, I need to get the current user in service layer
Invalid UserName in ASP.NET Core 6
I am working on an ASP.NET Core 6 MVC application that uses ASP.NET Core Identity. When I try to create a new user using the UserManager, I get this error:
ASP.NET Core Identity InvalidUserName
I am working on an ASP.NET Core MVC 6 application that uses ASP.NET Core identity and when I try to create new user by using UserManager I get this error:
Identity in ASP.NET Core 6 MVC
I am working on an ASP.NET Core MVC 6 application that uses ASP.NET Core identity and I am facing an issue trying to figure out how to work with the UserManager class.
When I click on delete button, I get an error and don’t hit the delete controller in ASP.NET Core with Entity Framework Core
I am trying to delete some category using ASP.NET Core and Entity Framework Core. When I click “delete”, it shows an error