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

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

  • @CodAffection
    @CodAffection  6 месяцев назад

    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 4 месяца назад

    This is called a quality content. Thank you sir

  • @Johnl.jpg1
    @Johnl.jpg1 6 месяцев назад +1

    Looking forward to the series, thank you.

  • @rajansah7491
    @rajansah7491 6 месяцев назад

    Waiting since long. Thank you sir for this.

  • @JohnMurphy04f
    @JohnMurphy04f 6 месяцев назад

    i love this series please keep going

  • @krishanthadharmasiri7725
    @krishanthadharmasiri7725 4 месяца назад

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

    • @CodAffection
      @CodAffection  4 месяца назад

      thanks for your wonderful feedback.

  • @mohmmedmazen7450
    @mohmmedmazen7450 6 месяцев назад

    That was a great video 🎉
    Thanks ❤

    • @CodAffection
      @CodAffection  6 месяцев назад

      Glad you found it helpful.

  • @ahmedaymanelsayed4904
    @ahmedaymanelsayed4904 4 месяца назад

    thanks for your effort 🥀🥀🥀🥀🥀

    • @CodAffection
      @CodAffection  4 месяца назад

      Thanks for being kind enough to appreciate the effort.

  • @jayakumar2927
    @jayakumar2927 5 месяцев назад

    Looking forward to the series. Angular + .net Core

  • @AliHassan-wc6nb
    @AliHassan-wc6nb 4 месяца назад

    Great work

  • @cricomedy7896
    @cricomedy7896 6 месяцев назад

    Looking forward to the series. Angular + .net Core

  • @GPSingh-tn3zo
    @GPSingh-tn3zo 5 месяцев назад

    amazing

  • @OscarGarcia-up3ph
    @OscarGarcia-up3ph 6 месяцев назад

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

    • @CodAffection
      @CodAffection  6 месяцев назад

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

    • @berneybeckett9098
      @berneybeckett9098 4 месяца назад

      I think he means authorizations.

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

    Sir, Please create a playlist on HttpClient advance topic please , Sending values from header etc.

  • @AnuragPatil-q1i
    @AnuragPatil-q1i 8 дней назад

    how to implement Email Confirmation in this?

  • @wadood_ul_islam6637
    @wadood_ul_islam6637 6 месяцев назад

    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  6 месяцев назад

      Somewhat done with old version of asp.net web API

  • @AbhishekKumar-bv4cu
    @AbhishekKumar-bv4cu 6 месяцев назад

    1st comment, hopefully 😊

  • @aezazhasan2890
    @aezazhasan2890 6 месяцев назад +1

    Part 2?

    • @CodAffection
      @CodAffection  6 месяцев назад

      most probably tomorrow else next monday.

  • @Johnl.jpg1
    @Johnl.jpg1 6 месяцев назад

    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  6 месяцев назад +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.

    • @Johnl.jpg1
      @Johnl.jpg1 6 месяцев назад

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