Комментарии:
Best tutor in the world.
ОтветитьThe most comprehensive tutorial I've seen about Identity whether paid or not
ОтветитьThanks for your videos , I have question, you used here Identity built in authentication technique , what about Owin authentication approach, and what are the cons and pros of each?
ОтветитьBro...... Thank you so muchhhhhhhh❤️❤️❤️❤️❤️❤️❤️❤️❤️
Ответить@kudvenkat Great tutorial! Love all your videos. I'm still not exactly sure about one thing. Did you create your own User class with..password, email, etc. as properties BEFORE all of the configuration? Or are the "UserIdentity" tables created upon the migration the user entities themselves? I hope this makes sense.
ОтветитьIs that asp. Net core 2 or 3.?
Ответитьyou are the best brother. God bless you and your family
ОтветитьHi @
kudvenkat
, Thank you on this wonderful tutorial ,I get on this message error when add this commend line "Update-Database" ->>[Index was outside the bounds of the array.
]
Thank you so much.
ОтветитьThose who are facing EF migration problem
1. Install EntityFramework package
2. while executing command use EntityFrameworkCore\Add-Migration and EntityFrameworkCore\update-database
It would work
Thank you sir excellent video!
ОтветитьAs usual, brilliant video
Ответитьanyway of putting identity in data access?
ОтветитьFirst I want to thank you for your videos, I really appreciate it.
When i try to create migration i get this error
GenericArguments[0], 'Blog.Data.Repository.IRepository', on 'Microsoft.EntityFrameworkCore.Design.IDesignTimeDbContextFactory`1[TContext]' violates the constraint of type 'TContext'.
I have added as many using statement as i can relate to...although i have already made an Initial migration without hiccups.
I await your favorable response...stay safe
When it takes more than 100 videos on the same topic you know the framework is garbage.
Ответитьsir, how to implement more than one identity user, like identity for user, customer etc?
ОтветитьIf anyone is getting error in inherting IdentityDbContext use it like this " public class AppDbContext : Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext"
ОтветитьGetting error on Seed() "modelbuilder does not definition of the seed () in .net core" Please help on this
ОтветитьHello Venkat,
Can we use our own tables instead of tables related to identity db context ? If yes, how to implement it ?
Man you got a new subscriber. Thank you.
ОтветитьThanks for the video Kudvenkat. One question: you are using code first, but how to include Identity if you work with Database first solution?
ОтветитьLegend. Thanks so much for this series!
ОтветитьMethod not found: 'Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder`1.HasIndex(System.Linq.Expressions.Expression`1<System.Func`2<System.__Canon,System.Object>>)'. when i migration get this error
ОтветитьPerfectly explained thanks
ОтветитьEnchanting Tutorial, thanks a million as soon as I get my bulky salary I'll be donating your channel, your work is simply awesome!
In the meantime , Microsoft.AspNetCore.Identity.EntityFrameworkCore NuGet package should be added before moving further with IdentityDbContext.
Thank you
ОтветитьHi, kudvenkat, I'm wondering is there any way to override data access layer by ourselves? I wish to do the Identity stuff in my DAL then send a URL from my API layer, and the Service layer get the URL and render in my Client layer, but I couldn't find a way to replace the function doing by Identity itself.
ОтветитьGreat video, can someone please look into it, --> Error CS0119 'IdentityServiceCollectionExtensions.AddIdentity<TUser, TRole>(IServiceCollection)' is a method, which is not valid in the given context Project_Name.
ОтветитьThanks sir, I wish you well
ОтветитьI already have a user store (i.e. User and Role tables) in my legacy application. I want to migrate to Identity for several reasons but obviously I have no use for the tables it depends on by default. What can I do?
ОтветитьYou're a life saver man. Every other tutorial I found never showed how to add identity to existing DBs
ОтветитьHi I do have a question, when we create a new user, for example an employee makes a new account(register in application) the User table will get populated, but shouldn't employee table get also populated at the same time? That's were I'm confused.
ОтветитьIs there a way, I can add new table for keeping last 10 hash password so that user don't choose one of them, using identity ??
ОтветитьI am scanning QR code in my android phone and adding code back in application but still it is showing as invalid code. what can be possible issues
ОтветитьI'm a student now, but in 10 years, once I'm filthy rich from my success, I'm flying you out to have dinner with me and my family
Ответитьfrom fresher to experience, from 5000 per month to 120000 per month this achievement because of you. only
ОтветитьI am getting this error Method not found : 'Microsoft.EntityFrameworkCore.Metadata.Builders.IndexBuilder Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder 1.HasIndex (System.Linq.Expresions.Expresion `1<System.Func`2<System.__Canon, System.Object>>)'.
Please help 🙏🙏🙏 to resolve that
Good clear explanations. Thanks very much for this great content!
ОтветитьReally Thanks so much
ОтветитьGreat tutorial man :)
Ответить1. inherit from IdentityDbContext(to map user entity)
AddIdentity vs AddIdentityCore
if Microsoft.AspNetCore.Identity.EntityFrameworkCore does not work as it did not for me then...Install-Package Microsoft.AspNetCore.Identity.EntityFrameworkCore -Version 5.0.0-preview.3.20215.14 in package manager
ОтветитьPlease don't forget to change AppDbContext to IdentityDbContext, if you don't your migration will not work. I wasted my 2 hours to search what's the problem in my vs/code/system 😓😓😓😓 due to this silly mistake 😿
ОтветитьHow can we run migration if DbContext file is in different class library
Ответитьwhat is this outro music?
ОтветитьNice video but where are other parts. We want them in sequence or in a play list.
Ответить