User Registration in Asp.Net Core Identity - Part 1

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024
  • 🍒 Related Videos
    JWT User Authentication (Next. Video): • JWT User Authenticatio...
    MVC App Build with Identity Core: • Asp.Net Core MVC & Ide...
    Complete CRUD in .Net Core API: • Asp.Net Core Web API C...
    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

Комментарии • 22

  • @CodAffection
    @CodAffection  Месяц назад

    goo.gl/bPcyXW : Buy me a Coffee
    bit.ly/4f0tOY5 : Next Part (JWT Authentication)
    bit.ly/403lUVC : Asp.Net MVC with Identity Core
    bit.ly/36IA1cH : MVC CRUD

  • @cricomedy7896
    @cricomedy7896 25 дней назад

    Looking forward to the series. Angular + .net Core

  • @JohnMurphy04f
    @JohnMurphy04f Месяц назад

    i love this series please keep going

  • @pablo_356
    @pablo_356 Месяц назад

    Looking forward to the series, thank you.

  • @rajansah7491
    @rajansah7491 Месяц назад

    Waiting since long. Thank you sir for this.

  • @mohmmedmazen7450
    @mohmmedmazen7450 18 дней назад

    That was a great video 🎉
    Thanks ❤

  • @OscarGarcia-up3ph
    @OscarGarcia-up3ph Месяц назад

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

    • @CodAffection
      @CodAffection  Месяц назад

      could you elaborate the requirement or share any online resources as a an example.

  • @GPSingh-tn3zo
    @GPSingh-tn3zo 10 дней назад

    amazing

  • @wadood_ul_islam6637
    @wadood_ul_islam6637 Месяц назад

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

    • @CodAffection
      @CodAffection  Месяц назад

      Somewhat done with old version of asp.net web API

  • @aezazhasan2890
    @aezazhasan2890 Месяц назад +1

    Part 2?

    • @CodAffection
      @CodAffection  Месяц назад

      most probably tomorrow else next monday.

  • @AbhishekKumar-bv4cu
    @AbhishekKumar-bv4cu Месяц назад

    1st comment, hopefully 😊

  • @pablo_356
    @pablo_356 Месяц назад

    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."

    • @CodAffection
      @CodAffection  Месяц назад +1

      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.

    • @pablo_356
      @pablo_356 Месяц назад

      @@CodAffection Thank you for your help, the error was a spelling error in the appsettings.json file. 😂