OH MY GOD! Finally a clear, simple but detailed video about Identity User with extension! Thanks very much!!! I follow also angularjs, angular2, asp.net mvc for .NET framework and all videos are exceptional! Love your works!
Hello Michele - Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. Good luck and all the very best with everything you are doing.
U are doing an excellent job - you might not even think how much you help with your videos. I appreciate you sharing this vast knowledge about these good practices and tricks. Thank you!
Hello Nimat - Thank you very much for the feedback. Means a lot. I have included all the .NET core tutorial videos, slides and text articles in sequence on the following page. Hope you will find it handy. www.pragimtech.com/courses/asp-net-core-mvc-tutorial-for-beginners/ When you have some time, can you please leave your rating and valuable feedback on the REVIEWS tab. It really helps us. Thank you. Good luck and all the very best with everything you are doing.
Dear Venkat we can only say thank you....Asp net identity is what we wanted strongly n at this time you are the best one describing it in the best way....keep up...!!
Hey, Venkat. Thank you very much for this. I've been following you for some time. Your explanations are always so detailed and at the same time so clear. That only demonstrates how deep is your knowledge about the subjects. I hope you never stop posting :D
Quite useful. This explanation allowed me to start and figure my way through a previously multi dbcontext Core 3.1 app, with existing user tables. Key to this was how to do it when IdentityUser has already been applied and in use. Thank you.
Hello Mr. Venkat. I would like to see a video or series on what you think about the current situation of technologies. I mean with Blazor coming, the complexity in Angular and versioning madness from google! What do you suggest sir? Many of us have the responsibility to choose technologies when we start a new project. I thought to ask you because for me and many other programmers you are "the mentor". Thank you so much for all your excellent videos. Looking forward for your reply. BR. kourosh :)
Dear presenter, thank you for this wonderful video; most didactic. I was wondering whether it would be possible to extend the IdentityUser to be injected into a genericRepository. If so, how can one do that?
Thank you very much Venkat, you are always the best. Will you explain One-to-Many Relationships in EntityFrameworkCore in the upcoming videos in this series?
1.in 7:25 part of the video I am having problem when I included public class AppDbContext : IdentityDbContext I am getting red squiggly under AppDbContext . 2.when I hover Over the mouse I m getting this information The type 'EmployeeManagement.Models.ApplicationUser' can not be used as a type parameter 'TUser' in the generic type or method 'IdentityDbContext'.There is no implicit reference conversion from 'EmployeeManagement.Models.ApplicationUser' to 'Microsoft.AspNetCore.Identity..IdentityUser' 3.The error message is same as I have mentioned in point 2 sir please help me how to get rid of this error
Hi Venkat, very cool tutorial as always)))! I still came a cross with that exeption "No service for type 'Microsoft.AspNetCore.Identity.SignInManager`1...". I've changed all IdentityUser references but it doesn't help. Do you have any ideas what it could be?
Although I'm just beginning with C# and ASP.NET Core, I believe extending the IdentityUser changing the ASP.NET default table, is wrong. You should create another user table, with 1:1 relationship both on the same PK and set all the additional fields required. Changes of default ASP.NET system's tables could possibly be lost, if the platform makes upgrades/updates. I would like to see that implementation by you, since I have really liked the way you present things. Very informative videos for me as a beginner. THNXS
Not in this case. What Venkat taught is officially documented here: docs.microsoft.com/en-us/aspnet/core/security/authentication/customize-identity-model?view=aspnetcore-3.1#custom-user-data
Hi, I tried to implement this on my asp.net core 3 web api... but no migration changes upon adding migration even though i changed the ApplicationDbContext : IdentityDbContext.. or this slution is for .net 2.2. below onbly?
How can I retrieve this city field from other controllers? For example I want to register something and insert this city information based on the logged in user
I'm getting the following error when I try and submit through the registration page: InvalidOperationException: Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UI.Services.IEmailSender' while attempting to activate 'ProjectManager.Areas.Identity.Pages.Account.RegisterModel'.
Thank you Venkat, your series of courses is the best of all the educational training. Can we make .Net core API IdentityUser point to existing database ? Actually i am developing .Net Core API from scratch which needs to point migration database which is already built by web. Appreciate in advance!
#kudvenkat thank you for your video. I'm using skoruba/IdentityServer4.Admin repository for my project. I created ViewModel class (public class CreateDateViewModel : IdentityUser) for some custom fields (CreateDate) and inherited it from IdentityUser. After migration (Add-Migration "MigrationName" -Context IdentityServerConfigurationDbContext -o Migrations/IdentityServerConfiguration) and update the database, the field appeared in the database, but the Account controller still can't access the user.CreateDate property (var user = await _userManager.GetUserAsync(model.UserName); user.CreateDate is missing) Can you suggest what to do?
Kindly make a video on UserStore in identity framework. How to manage user secrets in .net core. Deployment of mvc .net core in IIS in a web server machine and make it available to others through internet. Thank you in advance to the great legend, Sir Venkat. Stay blessed. Aameen
Hi Sir...I am trying to add extended properties to my Aspnetuser table, but when i am doing it the following error occurs "There is already an object named 'AspNetRoles' in the database." and the changes are not reflected in the table. What could be a possible mistake.
Hello sir. What if my application uses different Web api or another application to fetch users. How do we extend the Identityuser table in this situation
Hello David - I think we discussed this in one of the future videos. Not sure which one. You can find all the videos in logical sequence at the following link. Hope this helps. www.pragimtech.com/courses/asp-net-core-mvc-tutorial-for-beginners/
@@mdsaddamkhan8400 Hi friend, can you please: 1. Tell me which part of the video you are having trouble with, please provide the time line in hh:mm format. 2. Check what the lightbulb tells you when you hover over the squiggly? 3. Try to build the project and let me know what error messages you get. I'll see if I can figure out anything.
@@conaxlearn8566 1.In 7:25 part of the video I am having problem when I include public class AppDbContext : IdentityDbContext I am getting red squiggly under AppDbContext . 2.when I hover Over the mouse I m getting this information The type 'EmployeeManagement.Models.ApplicationUser' can not be used as a type parameter 'TUser' in the generic type or method 'IdentityDbContext'.There is no implicit reference conversion from 'EmployeeManagement.Models.ApplicationUser' to 'Microsoft.AspNetCore.Identity..IdentityUser' 3.The error message is same as I have mentioned in point 2
@@mdsaddamkhan8400 Ok, go to your ApplicationUser.cs and make sure your class is inherited from IdentityUser. public class ApplicationUser : IdentityUser { public string City { get; set; } }
OH MY GOD! Finally a clear, simple but detailed video about Identity User with extension!
Thanks very much!!! I follow also angularjs, angular2, asp.net mvc for .NET framework and all videos are exceptional!
Love your works!
Hello Michele - Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful.
Good luck and all the very best with everything you are doing.
U are doing an excellent job - you might not even think how much you help with your videos. I appreciate you sharing this vast knowledge about these good practices and tricks. Thank you!
Hello Nimat - Thank you very much for the feedback. Means a lot. I have included all the .NET core tutorial videos, slides and text articles in sequence on the following page. Hope you will find it handy.
www.pragimtech.com/courses/asp-net-core-mvc-tutorial-for-beginners/
When you have some time, can you please leave your rating and valuable feedback on the REVIEWS tab. It really helps us. Thank you. Good luck and all the very best with everything you are doing.
Dear Venkat we can only say thank you....Asp net identity is what we wanted strongly n at this time you are the best one describing it in the best way....keep up...!!
Hey, Venkat. Thank you very much for this.
I've been following you for some time. Your explanations are always so detailed and at the same time so clear. That only demonstrates how deep is your knowledge about the subjects.
I hope you never stop posting :D
Same here
Fue mi único heeroeeee
en este lío!!!!
Grande! No encontraba por ningún lado cómo modificar esa tabla, muchas gracias!!!
Great series. I just purchased it not because I needed the DVD but because i'm finding your videos indispensable! Great Job!
Clear explanations, ...i was able to alter the IdentityUser sucessfully. Thanks !
This course is better than many paid courses
Quite useful. This explanation allowed me to start and figure my way through a previously multi dbcontext Core 3.1 app, with existing user tables. Key to this was how to do it when IdentityUser has already been applied and in use. Thank you.
Thanks! You helped me.
I was forgetting to put after inheriting IdentityUser in my DBContext.
You are the best. You have saved me several times.
Very useful and each detail carefully explained! Thank you so much!
Thx, very helpful video for AspNetCore.Identity.
I love you man, best tutorials for Asp .
This video was perfect... thank you!
Thank you very much for the video. really appreciate your videos.
The best content as always
Thank you so much for making this so clear, got this done in minutes.
THANK YOU, this Video is real good, thank you
Learned a lot from you ! thank you so much
hello, great tutorial..
what if we want more than one identity user, like identity for student, identity for instructor etc, how can we do that?
Hello Mr. Venkat. I would like to see a video or series on what you think about the current situation of technologies. I mean with Blazor coming, the complexity in Angular and versioning madness from google! What do you suggest sir? Many of us have the responsibility to choose technologies when we start a new project. I thought to ask you because for me and many other programmers you are "the mentor". Thank you so much for all your excellent videos. Looking forward for your reply. BR. kourosh :)
Dear presenter, thank you for this wonderful video; most didactic. I was wondering whether it would be possible to extend the IdentityUser to be injected into a genericRepository. If so, how can one do that?
Excellent, thanks a lot for adding this video in the list, very helpful.
Many thanks for tthis tutorial!
Thank you for this great playlist
I have a question here if we want to add base audit entity how to inherit from both idenityUser and the baseEntity
thanks a lot for this explanation ....... its very clear
Thank you very much Venkat, you are always the best. Will you explain One-to-Many Relationships in EntityFrameworkCore in the upcoming videos in this series?
Hello Kamal - Sure, we will cover table relationships in our upcoming videos. Thank you for the suggestion.
I am Waiting impatiently @@Csharp-video-tutorialsBlogspot , thank you very much
It was like two weeks ago I was looking for this online and couldn't find any useful information... Microsoft didn't say much about this feature.
docs.microsoft.com/en-us/aspnet/core/security/authentication/add-user-data?view=aspnetcore-3.1&tabs=visual-studio
I need to reference the ApplicationUser table, how can i do this?
1.in 7:25 part of the video I am having problem when I included
public class AppDbContext : IdentityDbContext
I am getting red squiggly under AppDbContext .
2.when I hover Over the mouse I m getting this information
The type 'EmployeeManagement.Models.ApplicationUser' can not be used as a type parameter 'TUser' in the generic type or method 'IdentityDbContext'.There is no implicit reference conversion from 'EmployeeManagement.Models.ApplicationUser' to 'Microsoft.AspNetCore.Identity..IdentityUser'
3.The error message is same as I have mentioned in point 2
sir please help me how to get rid of this error
@@K99-w6w .. sorry to say.... No
@@K99-w6w actually.. my whole project get crushed.... For the time being left it and working in blazor..
I think the coming videos are related to Roles and Policies I can't wait to watch them I have complicated project needs that part
Thank you sir!
but how can i do this with tow domain
Hi Venkat, very cool tutorial as always)))! I still came a cross with that exeption "No service for type 'Microsoft.AspNetCore.Identity.SignInManager`1...". I've changed all IdentityUser references but it doesn't help. Do you have any ideas what it could be?
same
Is it possible to remove few columns like normalised user, two factor enabled ,etc from the aspnetusers table
Hi Venkat, Looking for SSO implementation in ASP.Net Core. please share if it is available. thanks in advance
Although I'm just beginning with C# and ASP.NET Core, I believe extending the IdentityUser changing the ASP.NET default table, is wrong. You should create another user table, with 1:1 relationship both on the same PK and set all the additional fields required. Changes of default ASP.NET system's tables could possibly be lost, if the platform makes upgrades/updates. I would like to see that implementation by you, since I have really liked the way you present things. Very informative videos for me as a beginner. THNXS
Not in this case. What Venkat taught is officially documented here: docs.microsoft.com/en-us/aspnet/core/security/authentication/customize-identity-model?view=aspnetcore-3.1#custom-user-data
You're awesome!
Thanks sir, but how we can do our customize user and role classes?
It works!! Thank you so much dude
I'm wondering how I can get the registration view into my project. It is not there for me.
Hi, I tried to implement this on my asp.net core 3 web api... but no migration changes upon adding migration even though i changed the ApplicationDbContext : IdentityDbContext.. or this slution is for .net 2.2. below onbly?
Thank you very much that was very helpful 😊
Great Explanation Thanks a lot
How can I retrieve this city field from other controllers? For example I want to register something and insert this city information based on the logged in user
what if identity user is referenced in a razor page? do i need to change it?
Thank you so much i have same migration problem.thanks to you
Amazing tutorial super clear and helpful :D
Many thanks for all your great videos, could you please show us how to use roles and an admin be able to edit users.
Thank you very much
For the amazing video series
Very cool videos. Do you know how can I relate AspNetUsers table with another table we created?
I'm getting the following error when I try and submit through the registration page:
InvalidOperationException: Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UI.Services.IEmailSender' while attempting to activate 'ProjectManager.Areas.Identity.Pages.Account.RegisterModel'.
Excellent
very good
Thank you Venkat, your series of courses is the best of all the educational training. Can we make .Net core API IdentityUser point to existing database ? Actually i am developing .Net Core API from scratch which needs to point migration database which is already built by web. Appreciate in advance!
Hello Kaushik - Yes, we can. ASP .NET Core Identity is highly configurable and extensible. Hope this helps.
Can you tell me how to validate the email and phone number when we use IdentityUser?
I need to pass Repository with users to view in ViewBag. How to do it?
#kudvenkat thank you for your video.
I'm using skoruba/IdentityServer4.Admin repository for my project.
I created ViewModel class (public class CreateDateViewModel : IdentityUser) for some custom fields (CreateDate) and inherited it from IdentityUser. After migration (Add-Migration "MigrationName" -Context IdentityServerConfigurationDbContext -o Migrations/IdentityServerConfiguration) and update the database, the field appeared in the database, but the Account controller still can't access the user.CreateDate property (var user = await _userManager.GetUserAsync(model.UserName); user.CreateDate is missing)
Can you suggest what to do?
Kindly make a video on UserStore in identity framework.
How to manage user secrets in .net core.
Deployment of mvc .net core in IIS in a web server machine and make it available to others through internet.
Thank you in advance to the great legend, Sir Venkat.
Stay blessed. Aameen
Hello Ali - Sure, we will cover all the concepts you mentioned in our upcoming videos. Great suggestions.
@@Csharp-video-tutorialsBlogspot Hope so sir. Thank you a lot..
thank you , can we apply permissions by user [out of role scope] with identity ?
Yes we can David. Will discuss in our upcoming videos.
@@Csharp-video-tutorialsBlogspot Thank you sir , your the best
I found this article www.thereformedprogrammer.net/a-better-way-to-handle-authorization-in-asp-net-core/
Hi Sir...I am trying to add extended properties to my Aspnetuser table, but when i am doing it the following error occurs "There is already an object named 'AspNetRoles' in the database." and the changes are not reflected in the table. What could be a possible mistake.
Delete your existing database and add new migration then update database.
Thanks that was very helpful!
Working Thank You
Sorry but what if I have several kind of users with specific data?
Nice Explainations
how do i call city prop in my html?
Hello sir.
What if my application uses different Web api or another application to fetch users. How do we extend the Identityuser table in this situation
exactly my question, let me know if you figured this out
Thanks for that very useful, but you don't show how to retrieve the value and display in on a view :(
Hello David - I think we discussed this in one of the future videos. Not sure which one. You can find all the videos in logical sequence at the following link. Hope this helps.
www.pragimtech.com/courses/asp-net-core-mvc-tutorial-for-beginners/
master ! ! !
I don't have account controlelr : ( and i have individual authentication
nice video
hi thnak you for your lesson can you please update this video to asp.core 3 the only model i have is {error view models} and its diffrent
Thank you
Thank you sir!
Is these course for asp.net core 1.0 or 2.2 !?
Hello Mohamed - It's for ASP .NET Core 2.2
This does not work with Visual Studio 2019... Used a good hour and a half trying to figure out what to do.... Greate tutorial, works fine in 2017
Arlind is right. It works for me in VS2019 also. What's not working for you?
@@conaxlearn8566 I am getting red squiggly under AppDbContext
After adding Identity
Can you help me please
@@mdsaddamkhan8400 Hi friend, can you please:
1. Tell me which part of the video you are having trouble with, please provide the time line in hh:mm format.
2. Check what the lightbulb tells you when you hover over the squiggly?
3. Try to build the project and let me know what error messages you get.
I'll see if I can figure out anything.
@@conaxlearn8566 1.In 7:25 part of the video I am having problem when I include
public class AppDbContext : IdentityDbContext
I am getting red squiggly under AppDbContext .
2.when I hover Over the mouse I m getting this information
The type 'EmployeeManagement.Models.ApplicationUser' can not be used as a type parameter 'TUser' in the generic type or method 'IdentityDbContext'.There is no implicit reference conversion from 'EmployeeManagement.Models.ApplicationUser' to 'Microsoft.AspNetCore.Identity..IdentityUser'
3.The error message is same as I have mentioned in point 2
@@mdsaddamkhan8400 Ok, go to your ApplicationUser.cs and make sure your class is inherited from IdentityUser.
public class ApplicationUser : IdentityUser
{
public string City { get; set; }
}
🙏🙏🙏🙏🙏
Can't wait for you to get to Roles. And please, when you get to them, would kindly show implementation on ASP.Net Webforms not MVC/Core
try to start Q#
Sir, can you make complete tutorial for making asp. net project samples for final year students
Please record some react and redux video tutorial.
Excellent
Thank You