Creating roles in asp net core

  Рет қаралды 133,783

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 49
@reinoutko
@reinoutko 2 жыл бұрын
You blew my mind with how good you explain things, I get c# in school and Im always lacking behind because the teacher goes over everything so quickly!
@legasy825
@legasy825 5 жыл бұрын
Thanks. You just saved my life with these .net core role videos.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 5 жыл бұрын
:-) Thank you. Feels great and motivated when we get to know our videos are helpful. Thank you for letting us know.
@UCnpypIAVuYoAN7h_LXsZS1g
@UCnpypIAVuYoAN7h_LXsZS1g 4 жыл бұрын
I'm new to this, but was able to get it to work...thank you so much! I look forward to watching more of the videos in your series (and watching all of the adds...to help support a good content creator)
@ramchandrathakkar2022
@ramchandrathakkar2022 5 жыл бұрын
Thanks Mr.Venkat, you uploaded a this video almost after 1 week. I was early waiting for new video since 1 week.
@vaibhavtrikolikar4902
@vaibhavtrikolikar4902 2 ай бұрын
Very nice Explanation Sir
@PabloMartinezfr
@PabloMartinezfr 3 жыл бұрын
You help me a looooooooooot. Thansk Pragym!!!
@useruser-pq9nl
@useruser-pq9nl 3 жыл бұрын
Thank you best teacher
@talkathiriify
@talkathiriify 5 жыл бұрын
These Videos are much helpful Thank you very much.
@MmMm-tg5mq
@MmMm-tg5mq 5 жыл бұрын
long time we missed you
@dhliu9687
@dhliu9687 Жыл бұрын
Thanks Venkat. go go 78/124
@Rekindle1976
@Rekindle1976 2 жыл бұрын
2022 and still good. TY for you effrots.
@amirhanna6270
@amirhanna6270 2 жыл бұрын
very nice
@marcol5374
@marcol5374 4 жыл бұрын
Thanks a lot for the course, its amazing. Please tell me why in the CreateRole view is not necessary specify that the asp-controller is Administration but is enough specify asp-action="CreateRole"
@ivandrofly
@ivandrofly 5 жыл бұрын
Please do Claims and Policy as well.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 5 жыл бұрын
Sure Ivandro - We will in our upcoming videos. Thank you for the suggestion.
@forhor
@forhor 5 жыл бұрын
Thanks! Waiting for the next lesson.
@mukeshdepani8367
@mukeshdepani8367 4 жыл бұрын
Thanks for the very important content, Could you please share the knowledge of Clean Architecture for ASP.NET Core?
@roylee8173
@roylee8173 5 жыл бұрын
Hi, thank you for this amazing content! Do you have any plans for a lesson on LDAP authentication using ActiveDirectory to link to custom permission?
@sakthivel-lc9ni
@sakthivel-lc9ni 5 жыл бұрын
Nice explanation sir...
@silvesteronono4157
@silvesteronono4157 5 жыл бұрын
Thank you for the useful content
@foxlatinomx
@foxlatinomx 5 жыл бұрын
thank's, grate job man.
@adelalmansoury
@adelalmansoury 4 жыл бұрын
Thank you so much
@rayt6867
@rayt6867 5 жыл бұрын
Can you please discuss CRUD operations with users and their roles. Thanks for this great series.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 5 жыл бұрын
Sure Ray - That's exactly we will be doing in our upcoming videos.
@mohamed.elkholy
@mohamed.elkholy 2 жыл бұрын
what is the point of creating a role if I will need to hard coded it later on each page ????
@bashirmanafikhi
@bashirmanafikhi 5 жыл бұрын
I was waiting for this thank you
@harirajanala9865
@harirajanala9865 5 жыл бұрын
Please Also Make A Video on Adding Custom Colomns To Role Manager Like as Identity Manager
@anandseniyar8814
@anandseniyar8814 4 жыл бұрын
Thank you Sir
@ShoniNemavhidi
@ShoniNemavhidi 3 жыл бұрын
My roleManager object is always null any idea why that might be?
@ivandrofly
@ivandrofly 5 жыл бұрын
Ahaha... I was just googling about this like 30 seconds ago! 😂😂😂😂
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 5 жыл бұрын
Hello Ivandro - I am glad you found our video :-)
@amberleaf5577
@amberleaf5577 4 жыл бұрын
I too have the problem Dieter Munnik is experiencing. I have added custom fields to AspNetUsers using an ApplicationUser class inheriting from IdentityUser as in your other videos. In Startup.cs I have added .AddRoles() but I then get errors referring to ViewData["Title"] and RoleName usage in the Razor View. After commenting these out the View opens but is of no use to add records of course. But my other controller actions using standard models to open CRUD Razor Views all have errors referring to the CreateRoleViewModel requiring a primary key. Any advice?
@amberleaf5577
@amberleaf5577 4 жыл бұрын
Extra info - it appears IdentityRole is missing a using directive or an assembly reference. Any help on where to add these would be appreciated especially as I find your examples the best on the web.
@agustinaaperlo4679
@agustinaaperlo4679 3 жыл бұрын
@@amberleaf5577 i have the same error
@agustinaaperlo4679
@agustinaaperlo4679 3 жыл бұрын
@@amberleaf5577 i have the same error
@lazarstevanovic1286
@lazarstevanovic1286 5 жыл бұрын
I missed you
@chekstats
@chekstats 4 жыл бұрын
No parameterless constructor defined for this object. But if i define parameter less constructor, parameter constructor is not called.
@MuhammadRizwan-qz6qz
@MuhammadRizwan-qz6qz 3 жыл бұрын
Same problem
@janneman7
@janneman7 4 жыл бұрын
Hi , I'm encountering the following error when following your solution: An unhandled exception occurred while processing the request. InvalidOperationException: Unable to resolve service for type 'Microsoft.AspNetCore.Identity.RoleManager`1[Microsoft.AspNetCore.Identity.IdentityRole]' while attempting to activate 'Hybrid2.Controllers.AdministrationController'. Please assist
@antogkou
@antogkou 4 жыл бұрын
did you manage to fix this?
@basepoint987
@basepoint987 4 жыл бұрын
services.AddDefaultIdentity(options => options.SignIn.RequireConfirmedAccount = true) .AddRoles() // just add this line into your startup and i think your problem is solved .AddEntityFrameworkStores();
@Sam-yb9ut
@Sam-yb9ut 4 жыл бұрын
@@basepoint987 this helped thnks
@jayjun8412
@jayjun8412 4 жыл бұрын
IActionResult is not working can ActionResult work the same?
@jayjun8412
@jayjun8412 4 жыл бұрын
also i am using Mysql as a database so how do i pass the rolename to the database
@jayakumar2927
@jayakumar2927 3 жыл бұрын
how to create Roles from Seed
@mahmoudsamir608
@mahmoudsamir608 2 жыл бұрын
i want pdf material Plz
@jayakumar2927
@jayakumar2927 3 жыл бұрын
can you share the code
Get list of roles in asp net core
8:51
kudvenkat
Рет қаралды 69 М.
Edit role in asp net core
18:27
kudvenkat
Рет қаралды 68 М.
My MEAN sister annoys me! 😡 Use this gadget #hack
00:24
JOON
Рет қаралды 3,1 МЛН
PIZZA or CHICKEN // Left or Right Challenge
00:18
Hungry FAM
Рет қаралды 11 МЛН
Edit identity user in asp net core
17:14
kudvenkat
Рет қаралды 53 М.
ASP.NET User Roles - Create and Assign Roles for AUTHORIZATION!
19:45
tutorialsEU - C#
Рет қаралды 80 М.
ASP.NET MVC - How To Implement Role Based Authorization
1:05:28
Digital TechJoint
Рет қаралды 71 М.
Add or remove users from role in asp net core
24:30
kudvenkat
Рет қаралды 85 М.
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,6 МЛН
Manage user roles in asp net core identity
12:37
kudvenkat
Рет қаралды 67 М.
Manage user claims in asp net core
17:27
kudvenkat
Рет қаралды 65 М.
Authorization and Authentication with roles in Asp.net core mvc
26:26
My MEAN sister annoys me! 😡 Use this gadget #hack
00:24
JOON
Рет қаралды 3,1 МЛН