User Registration in Asp.Net Core Identity

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ย. 2024

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

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

    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 2 หลายเดือนก่อน

    This is called a quality content. Thank you sir

  • @Johnl.jpg1
    @Johnl.jpg1 4 หลายเดือนก่อน

    Looking forward to the series, thank you.

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

      working on it.

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

    Waiting since long. Thank you sir for this.

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

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

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

      thanks for your wonderful feedback.

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

    i love this series please keep going

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

    Looking forward to the series. Angular + .net Core

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

    Looking forward to the series. Angular + .net Core

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

    That was a great video 🎉
    Thanks ❤

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

      Glad you found it helpful.

  • @AliHassan-wc6nb
    @AliHassan-wc6nb หลายเดือนก่อน

    Great work

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

      Thank you so much

  • @OscarGarcia-up3ph
    @OscarGarcia-up3ph 4 หลายเดือนก่อน

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

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

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

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

      I think he means authorizations.

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

    thanks for your effort 🥀🥀🥀🥀🥀

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

      Thanks for being kind enough to appreciate the effort.

  • @GPSingh-tn3zo
    @GPSingh-tn3zo 3 หลายเดือนก่อน

    amazing

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

      Glad you think so.

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

    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  4 หลายเดือนก่อน

      Somewhat done with old version of asp.net web API

  • @AbhishekKumar-bv4cu
    @AbhishekKumar-bv4cu 4 หลายเดือนก่อน

    1st comment, hopefully 😊

  • @aezazhasan2890
    @aezazhasan2890 4 หลายเดือนก่อน +1

    Part 2?

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

      most probably tomorrow else next monday.

  • @Johnl.jpg1
    @Johnl.jpg1 4 หลายเดือนก่อน

    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  4 หลายเดือนก่อน +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 4 หลายเดือนก่อน

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