Edit identity user in asp net core

preview_player
Показать описание

Text version of the video

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.

Slides

ASP.NET Core Text Articles & Slides

ASP.NET Core Tutorial

Angular, JavaScript, jQuery, Dot Net & SQL Playlists
Рекомендации по теме
Комментарии
Автор

What a great Explanation Sir, Thank You for your efforts

vaibhavtrikolikar
Автор

Thanks for this impressive users tutorial, Great job! Your'e awesome!

rayt
Автор

I think you are one of the best tutorial in Youtube, thanks for every video one by one

hamidrezayeganeh
Автор

Very nice explanation of Identity tutorial from scratch . Thank you sir.

danishbaharia
Автор

I like how we repeat same pattern many times. Even if I cant understand everything 1st time I can do it again and again. :P

szarik
Автор

Many many thanks, get id from your code and my problem have been resolved.

AbdullahKhan-hjoq
Автор

Hello, I am following this course and I just want to ask how can I update the role of an existing user. I want to be able to update their role by clicking in a dropdown of roles that I created.

misajohncarlo
Автор

The best tutorial,
I have a question why you use IList for Roles and List for claims
Thx

husamkibro
Автор

For what "else" at 14:31 ? Usualy you don't use it.

lordjim
Автор

please how to use angular or vue.js or pug.js in mvc core thanks

omarazeez
Автор

Thank you, we need custom authentication by Access token. Thanks again :)

khakha
Автор

Dear sir, thanks for your upcoming videos. But we have a question on your series. We observed, every section of this tutorial series, you have avoided deletion functionality. How much longer to implement the delete? As well as, we have started several asp.net Core applications project within your tutorial, thanks.

coderpstu
Автор

Hi, when I change UserName to something different than the email I can't log in?

nickolaki
Автор

Still has the same question: Why are we not doing if(ModelState.IsValid) like we did in the videos earlier in this series?

conaxlearn
Автор

Is there any way to download code of this series?

ghazanfarkhan
Автор

Hello Dear Kudvenkat,


Is this secured to pass user id parameter to the route? What else can we do to secure all these "updating user" part?


If you answer, I'll be so happy. Thank you.

acousticbrothers
Автор

userClaims.Select(x => x.Value).ToList() Why Did We use it like that i did not understand why

ilyaselaissi
Автор

Why are we using IList Roles instead of List Roles?

fair_net
Автор

Why we have to use EditUserViewModel and not ApplicationUser model directly?
Thanks for the tutorial.

kalulu
Автор

Dear Venkat - Could you kindly explain the following code that are present in EditUser HttpPost Action. Why are we copying Email, UserName, and City from the model object into the respective properties on the user object ???


user.Email = model.Email;
user.UserName = model.UserName;
user.City = model.City;

var result = await

ymtan
join shbcf.ru