Berkay
Berkay
i am getting this error for AddCustomIdentityAndKeyConfiguration. i have an idea about the reason : the user role context and configuratyion classes are both in one file. i look for...
hey @pavini I suppoose found the solution. - first: `dotnet ef dbcontext list ` you will see 👇 > AspNetCore.Jwt.Sample.Config.MyIntIdentityContext > AspNetCore.Jwt.Sample.Config.MyIdentityContext - theese two copy your context - `dotnet...
The new keyword is used to create an instance of a class in C#. It is used to allocate memory for the object and invoke the class constructor to initialize...