User Registration in Asp.Net Core Identity

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • 🍒 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

КОМЕНТАРІ • 34

  • @CodAffection
    @CodAffection  3 місяці тому

    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

  • @ManishBhusal
    @ManishBhusal 15 днів тому

    This is called a quality content. Thank you sir

  • @krishanthadharmasiri7725
    @krishanthadharmasiri7725 23 дні тому

    very informative, very detailed and very clear, thanks so much 🙏

    • @CodAffection
      @CodAffection  23 дні тому

      thanks for your wonderful feedback.

  • @jayakumar2927
    @jayakumar2927 Місяць тому

    Looking forward to the series. Angular + .net Core

  • @pablo_356
    @pablo_356 3 місяці тому

    Looking forward to the series, thank you.

  • @JohnMurphy04f
    @JohnMurphy04f 3 місяці тому

    i love this series please keep going

  • @rajansah7491
    @rajansah7491 3 місяці тому

    Waiting since long. Thank you sir for this.

  • @OscarGarcia-up3ph
    @OscarGarcia-up3ph 3 місяці тому

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

    • @CodAffection
      @CodAffection  3 місяці тому

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

    • @berneybeckett9098
      @berneybeckett9098 8 днів тому

      I think he means authorizations.

  • @cricomedy7896
    @cricomedy7896 2 місяці тому

    Looking forward to the series. Angular + .net Core

  • @mohmmedmazen7450
    @mohmmedmazen7450 2 місяці тому

    That was a great video 🎉
    Thanks ❤

  • @AliHassan-wc6nb
    @AliHassan-wc6nb 5 днів тому

    Great work

  • @wadood_ul_islam6637
    @wadood_ul_islam6637 3 місяці тому

    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  3 місяці тому

      Somewhat done with old version of asp.net web API

  • @ahmedaymanelsayed4904
    @ahmedaymanelsayed4904 12 днів тому

    thanks for your effort 🥀🥀🥀🥀🥀

    • @CodAffection
      @CodAffection  12 днів тому

      Thanks for being kind enough to appreciate the effort.

  • @GPSingh-tn3zo
    @GPSingh-tn3zo Місяць тому

    amazing

  • @aezazhasan2890
    @aezazhasan2890 2 місяці тому +1

    Part 2?

    • @CodAffection
      @CodAffection  2 місяці тому

      most probably tomorrow else next monday.

  • @AbhishekKumar-bv4cu
    @AbhishekKumar-bv4cu 3 місяці тому

    1st comment, hopefully 😊

  • @pablo_356
    @pablo_356 2 місяці тому

    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  2 місяці тому +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 2 місяці тому

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