Комментарии:
Nice video but where are other parts. We want them in sequence or in a play list.
Ответитьwhat is this outro music?
ОтветитьHow can we run migration if DbContext file is in different class library
Ответить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 😿
Ответить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
Ответить1. inherit from IdentityDbContext(to map user entity)
AddIdentity vs AddIdentityCore
Great tutorial man :)
ОтветитьReally Thanks so much
ОтветитьGood clear explanations. Thanks very much for this great content!
Ответить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
from fresher to experience, from 5000 per month to 120000 per month this achievement because of you. only
Ответить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
Ответить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
Ответить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 ??
Ответить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.
ОтветитьYou're a life saver man. Every other tutorial I found never showed how to add identity to existing DBs
Ответить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?
ОтветитьThanks sir, I wish you well
Ответить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.
Ответить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.
ОтветитьThank you
Ответить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.
Perfectly explained thanks
Ответить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
ОтветитьLegend. Thanks so much for this series!
ОтветитьThanks for the video Kudvenkat. One question: you are using code first, but how to include Identity if you work with Database first solution?
ОтветитьMan you got a new subscriber. Thank you.
ОтветитьHello Venkat,
Can we use our own tables instead of tables related to identity db context ? If yes, how to implement it ?
Getting error on Seed() "modelbuilder does not definition of the seed () in .net core" Please help on this
ОтветитьIf anyone is getting error in inherting IdentityDbContext use it like this " public class AppDbContext : Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext"
Ответитьsir, how to implement more than one identity user, like identity for user, customer etc?
ОтветитьWhen it takes more than 100 videos on the same topic you know the framework is garbage.
Ответить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
anyway of putting identity in data access?
ОтветитьAs usual, brilliant video
ОтветитьThank you sir excellent video!
Ответить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 so much.
Ответить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.
]
you are the best brother. God bless you and your family
ОтветитьIs that asp. Net core 2 or 3.?
Ответить@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.
ОтветитьBro...... Thank you so muchhhhhhhh❤️❤️❤️❤️❤️❤️❤️❤️❤️
Ответить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?
ОтветитьThe most comprehensive tutorial I've seen about Identity whether paid or not
ОтветитьBest tutor in the world.
Ответить