User Registration in Asp.Net Core Identity - Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 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

ความคิดเห็น • 25

  • @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

  • @jayakumar2927
    @jayakumar2927 5 วันที่ผ่านมา

    Looking forward to the series. Angular + .net Core

  • @JohnMurphy04f
    @JohnMurphy04f หลายเดือนก่อน

    i love this series please keep going

  • @rajansah7491
    @rajansah7491 หลายเดือนก่อน

    Waiting since long. Thank you sir for this.

  • @pablo_356
    @pablo_356 หลายเดือนก่อน

    Looking forward to the series, thank you.

    • @CodAffection
      @CodAffection  หลายเดือนก่อน

      working on it.

  • @mohmmedmazen7450
    @mohmmedmazen7450 28 วันที่ผ่านมา

    That was a great video 🎉
    Thanks ❤

    • @CodAffection
      @CodAffection  28 วันที่ผ่านมา

      Glad you found it helpful.

  • @cricomedy7896
    @cricomedy7896 หลายเดือนก่อน

    Looking forward to the series. Angular + .net Core

  • @GPSingh-tn3zo
    @GPSingh-tn3zo 19 วันที่ผ่านมา

    amazing

    • @CodAffection
      @CodAffection  19 วันที่ผ่านมา

      Glad you think so.

  • @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.

  • @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. 😂