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!
@Csharp-video-tutorialsBlogspot5 жыл бұрын
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.
@jeronimosanchez20143 жыл бұрын
Fue mi único heeroeeee en este lío!!!! Grande! No encontraba por ningún lado cómo modificar esa tabla, muchas gracias!!!
@nimatsergiu29424 жыл бұрын
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!
@Csharp-video-tutorialsBlogspot4 жыл бұрын
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.
@jobiraw5 жыл бұрын
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...!!
@joaocampos96155 жыл бұрын
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
@wassollderscheiss332 жыл бұрын
Same here
@AndrewBarzyk5 жыл бұрын
Great series. I just purchased it not because I needed the DVD but because i'm finding your videos indispensable! Great Job!
@peterjenerette4 жыл бұрын
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.
@predaandreeadaniela54544 жыл бұрын
Very useful and each detail carefully explained! Thank you so much!
@ayatoshiroo62964 жыл бұрын
I love you man, best tutorials for Asp .
@eduardojimeneztroncoso46212 жыл бұрын
Clear explanations, ...i was able to alter the IdentityUser sucessfully. Thanks !
@JarlamDev3 жыл бұрын
You are the best. You have saved me several times.
@singhbrijesh5 жыл бұрын
Excellent, thanks a lot for adding this video in the list, very helpful.
@stephennixey3 жыл бұрын
Thank you so much for making this so clear, got this done in minutes.
@mikehartwig53192 жыл бұрын
Thanks! You helped me. I was forgetting to put after inheriting IdentityUser in my DBContext.
@kourosh2345 жыл бұрын
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 :)
@mdsaddamkhan84004 жыл бұрын
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
@mdsaddamkhan84004 жыл бұрын
@@K99-w6w .. sorry to say.... No
@mdsaddamkhan84004 жыл бұрын
@@K99-w6w actually.. my whole project get crushed.... For the time being left it and working in blazor..
@learntolearn75025 жыл бұрын
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?
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Hello Kamal - Sure, we will cover table relationships in our upcoming videos. Thank you for the suggestion.
@learntolearn75025 жыл бұрын
I am Waiting impatiently @@Csharp-video-tutorialsBlogspot , thank you very much
@liveepiceveryday30864 жыл бұрын
Thank you very much for the video. really appreciate your videos.
@ivandrofly5 жыл бұрын
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.
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?
@MrFalcon581994 жыл бұрын
same
@mduduzimthethwa96035 жыл бұрын
I need to reference the ApplicationUser table, how can i do this?
@bennyadiwijaya16064 жыл бұрын
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?
@salarkazazi75843 жыл бұрын
Learned a lot from you ! thank you so much
@olehkulynych79543 жыл бұрын
Thx, very helpful video for AspNetCore.Identity.
@mohamedsalah3243 жыл бұрын
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
@philiperiskallaleal60109 ай бұрын
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?
@Mehmetmydnn5 жыл бұрын
Thanks sir, but how we can do our customize user and role classes?
@davidespada015 жыл бұрын
thank you , can we apply permissions by user [out of role scope] with identity ?
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Yes we can David. Will discuss in our upcoming videos.
@davidespada015 жыл бұрын
@@Csharp-video-tutorialsBlogspot Thank you sir , your the best
@QusaiHamed5 жыл бұрын
I found this article www.thereformedprogrammer.net/a-better-way-to-handle-authorization-in-asp-net-core/
@QusaiHamed5 жыл бұрын
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
@sreenuksr4 жыл бұрын
Hi Venkat, Looking for SSO implementation in ASP.Net Core. please share if it is available. thanks in advance
@LiMITZERO5 жыл бұрын
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?
@alihameed24575 жыл бұрын
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
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Hello Ali - Sure, we will cover all the concepts you mentioned in our upcoming videos. Great suggestions.
@alihameed24575 жыл бұрын
@@Csharp-video-tutorialsBlogspot Hope so sir. Thank you a lot..
@okaberintarou2482 жыл бұрын
This video was perfect... thank you!
@SMRITIK183 жыл бұрын
Is it possible to remove few columns like normalised user, two factor enabled ,etc from the aspnetusers table
@iordanissavv4 жыл бұрын
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
@conaxlearn85664 жыл бұрын
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
@rayt68675 жыл бұрын
Many thanks for all your great videos, could you please show us how to use roles and an admin be able to edit users.
@BakuraRyuk4 жыл бұрын
It works!! Thank you so much dude
@m3xpl4y3 жыл бұрын
THANK YOU, this Video is real good, thank you
@larsmeeuwsen8593 жыл бұрын
Amazing tutorial super clear and helpful :D
@bhanumathi28415 жыл бұрын
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.
@utkarshpatil89095 жыл бұрын
Delete your existing database and add new migration then update database.
@kevinrichards72482 жыл бұрын
This course is better than many paid courses
@jacobtunning32744 жыл бұрын
I'm wondering how I can get the registration view into my project. It is not there for me.
@muzaradi3 жыл бұрын
#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?
@HussainGhuloumQ85 жыл бұрын
what if identity user is referenced in a razor page? do i need to change it?
@elpiruwebmaster7 ай бұрын
The best content as always
@Jabrelz4 жыл бұрын
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
@talkathiriify5 жыл бұрын
Thank you very much For the amazing video series
@kathrynrose9194 жыл бұрын
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'.
@kodatykaushik66555 жыл бұрын
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!
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Hello Kaushik - Yes, we can. ASP .NET Core Identity is highly configurable and extensible. Hope this helps.
@dangelogonzalez14594 жыл бұрын
Very cool videos. Do you know how can I relate AspNetUsers table with another table we created?
@يوسفالقادري-ز1ر3 жыл бұрын
thanks a lot for this explanation ....... its very clear
@kshameed75 жыл бұрын
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
@miller012 жыл бұрын
exactly my question, let me know if you figured this out
@pz33284 жыл бұрын
I need to pass Repository with users to view in ViewBag. How to do it?
@hamidkhan72814 жыл бұрын
Great Explanation Thanks a lot
@alin-floringuran72494 жыл бұрын
how do i call city prop in my html?
@dmitryshumarov18 Жыл бұрын
Many thanks for tthis tutorial!
@abdelrahmanmahmoud99554 жыл бұрын
Thank you very much that was very helpful 😊
@MohamedAshraf-vi4eu5 жыл бұрын
Is these course for asp.net core 1.0 or 2.2 !?
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Hello Mohamed - It's for ASP .NET Core 2.2
@mohammadothman60663 жыл бұрын
Thank you sir! but how can i do this with tow domain
@mduduzimthethwa96035 жыл бұрын
Thanks that was very helpful!
@erdierdy4 жыл бұрын
Thank you so much i have same migration problem.thanks to you
@amir7afariАй бұрын
You're awesome!
@sourabhthorat95503 жыл бұрын
Can you tell me how to validate the email and phone number when we use IdentityUser?
@ahmedyasser34833 жыл бұрын
Working Thank You
@sakthir38925 жыл бұрын
Nice Explainations
@harrygarala41195 жыл бұрын
Excellent
@davidjackson1485 жыл бұрын
Thanks for that very useful, but you don't show how to retrieve the value and display in on a view :(
@Csharp-video-tutorialsBlogspot5 жыл бұрын
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/
@JuanSebastianR213 жыл бұрын
master ! ! !
@ivandrofly5 жыл бұрын
Thank you sir!
@maradasa9852 жыл бұрын
Sorry but what if I have several kind of users with specific data?
@sondrehyland38184 жыл бұрын
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
@conaxlearn85664 жыл бұрын
Arlind is right. It works for me in VS2019 also. What's not working for you?
@mdsaddamkhan84004 жыл бұрын
@@conaxlearn8566 I am getting red squiggly under AppDbContext After adding Identity Can you help me please
@conaxlearn85664 жыл бұрын
@@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.
@mdsaddamkhan84004 жыл бұрын
@@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
@conaxlearn85664 жыл бұрын
@@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; } }
@papoo13934 жыл бұрын
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
@KNAIN4204 жыл бұрын
I don't have account controlelr : ( and i have individual authentication
@amirhanna62702 жыл бұрын
very good
@MmMm-tg5mq5 жыл бұрын
nice video
@duba_official5 жыл бұрын
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
@samuelw58604 жыл бұрын
Thank you
@coolwaterdvr3 жыл бұрын
🙏🙏🙏🙏🙏
@manjurenjith83775 жыл бұрын
Sir, can you make complete tutorial for making asp. net project samples for final year students
@alamsetigourikumar54975 жыл бұрын
Please record some react and redux video tutorial.