User Registration in Asp.Net Core Identity - Part 1

preview_player
Показать описание
🍒 Related Videos

For more reference:

Installed NuGet Packages :
Microsoft.AspNetCore.Identity.EntityFrameworkCore
Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Tools

📂 GitHub Repo

💖 Channel Support

💌 For Business Inquiries

🚶‍♂️ Follow us

This is the first video of this playlist onAsp.Net Core Identity. Discussing following points:
- introduction to Identity Core
- user registration

#aspnetcore #authentication #CodAffection
Рекомендации по теме
Комментарии
Автор

Looking forward to the series. Angular + .net Core

cricomedy
Автор

Waiting since long. Thank you sir for this.

rajansah
Автор

Looking forward to the series, thank you.

pablo_
Автор

Thank you!
How far will this series go, and will it cover user-specific permissions?

OscarGarcia-upph
Автор

thats what i was looking for do you have any video of custom role creation and assigning them permission in mvc entity framework

wadood_ul_islam
Автор

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 while attempting to activate was thrown while attempting to create an instance."

pablo_