User Registration in Asp.Net Core Identity
HTML-код
- Опубликовано: 8 фев 2025
- 🍒 Related Videos
JWT User Authentication (Next. Video): • JWT User Authenticatio...
Same Topic with Angular Front-end: • Angular & .Net Core AP...
MVC App Build with Identity Core: • Asp.Net Core MVC & Ide...
More .Net Core Web API Tutorials: • Asp.Net Core Web API T...
(Angular & .Net Core API) Tutorials: • Angular & Asp.Net Core...
(React & .Net Core API) Tutorials: • React & Asp.Net Core API
Asp.Net Core MVC Tutorials: • Asp.Net Core MVC Tutorial
For more reference:
Asp.Net Core Identity Docs : bit.ly/465aJQi
IAM : bit.ly/468tIcN
Installed NuGet Packages :
Microsoft.AspNetCore.Identity.EntityFrameworkCore
Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Tools
📂 GitHub Repo
➤ bit.ly/3Lqi83q
💖 Channel Support
➤ Paypal: bit.ly/3L36ut4
➤ UPI App: geni.us/ScanQR...
➤ Amazon: geni.us/Amazon...
💌 For Business Inquiries
➤ codaffection@gmail.com
🚶♂️ Follow us
Facebook: / codaffection
Discord: / discord
Twitter: / codaffection
This is the first video of this playlist onAsp.Net Core Identity. Discussing following points:
introduction to Identity Core
user registration
#aspnetcore #authentication #CodAffection
goo.gl/bPcyXW : Buy me a Coffee
bit.ly/4fpwP4y : Next Part (JWT Authentication)
bit.ly/3zktP96 : Same Topic with Angular Front-end
bit.ly/403lUVC : AspNet MVC with Identity Core
bit.ly/47yygKq : (Angular & .Net Core API) Tutorials
bit.ly/4fSmgXP : (React & .Net Core API) Tutorials
bit.ly/30fPDMg : AspNet Core MVC Tutorials
This is called a quality content. Thank you sir
Thank you.
Looking forward to the series, thank you.
working on it.
Waiting since long. Thank you sir for this.
i love this series please keep going
very informative, very detailed and very clear, thanks so much 🙏
thanks for your wonderful feedback.
That was a great video 🎉
Thanks ❤
Glad you found it helpful.
thanks for your effort 🥀🥀🥀🥀🥀
Thanks for being kind enough to appreciate the effort.
Looking forward to the series. Angular + .net Core
Sure.
Great work
Thank you so much
Looking forward to the series. Angular + .net Core
Sure thing.
Yes
amazing
Glad you think so.
Thank you!
How far will this series go, and will it cover user-specific permissions?
could you elaborate the requirement or share any online resources as a an example.
I think he means authorizations.
Sir, Please create a playlist on HttpClient advance topic please , Sending values from header etc.
That's a great suggestion!
how to implement Email Confirmation in this?
thats what i was looking for do you have any video of custom role creation and assigning them permission in mvc entity framework
Somewhat done with old version of asp.net web API
1st comment, hopefully 😊
! so fast !
Part 2?
most probably tomorrow else next monday.
Hi @CodeAffection, I am getting an error when doing the db migrations.
The error is:
"An error occurred while accessing the Microsoft.Extensions.Hosting services. Continuing without the application service provider. Error: Failed to load configuration from file"
"Unable to create a 'DbContext' of type ''. The exception 'Unable to resolve service for type 'Microsoft.EntityFrameworkCore.DbContextOptions`1[AuthECAPI.Models.AppDbContext]' while attempting to activate 'AuthECAPI.Models.AppDbContext'.' was thrown while attempting to create an instance."
Make sure the AppDbContext is defined and passed in the program.cs file, as shown in the video.
Please share the program.cs file db injection code and AppDbContext code.
@@CodAffection Thank you for your help, the error was a spelling error in the appsettings.json file. 😂