ASP NET core identity password complexity

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

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

  • @MB-nw5sz
    @MB-nw5sz 4 года назад +2

    Truly excellent teaching and course material. Clear, concise and focused. Outstanding, thank you.

  • @bilalelmursi4039
    @bilalelmursi4039 5 лет назад +8

    I love ur teaching style

  • @mohamedkamall6480
    @mohamedkamall6480 5 лет назад +13

    thank you your are the best teacher

  • @hamedhomaee6410
    @hamedhomaee6410 3 года назад +6

    Can someone tell me, I really plowed through the ASP documentation, but I couldn't understand. How this tutor could understand all these concepts so comprehensively and in so much depth?

  • @talkathiriify
    @talkathiriify 5 лет назад +1

    Thank you very much
    for the simple and clear explanation

  • @IMateme
    @IMateme 5 лет назад

    Great is very little word about this vid series... its more than greeeeeeeeeeeeeeeat, thanks and keep going, you are saving our lives :)

  • @learntolearn7502
    @learntolearn7502 5 лет назад +2

    thank you very much my favorite teacher venkat, This video isn't exist on the list, please include it in the list

  • @AlkiaTerssac
    @AlkiaTerssac 5 лет назад +4

    Thanks a lot for your videos ! But pay attention that on this on the final link aren't correct. It's the 68th video and link showed are for 66 or 67, it should be 67 or 69... Thanks !

  • @randypenajimenez3893
    @randypenajimenez3893 5 лет назад

    Really good video.

  • @naodagere8210
    @naodagere8210 4 года назад

    Thank you, that is awesome.

  • @AshutoshKumar-kt1dd
    @AshutoshKumar-kt1dd 4 года назад

    Great

  • @James-zr1lu
    @James-zr1lu 3 года назад

    You'd need to do regex check with JavaScript/client side as well if you want the notifications to show before you submit "Register" in real time?

  • @upgradeu3928
    @upgradeu3928 5 лет назад +1

    Great Job duded,
    but where delete button functional?

  • @_STF2023_the_camera.kinemaster
    @_STF2023_the_camera.kinemaster 5 лет назад

    Thanks man

  • @pourianayeb1063
    @pourianayeb1063 5 лет назад +3

    Master kudvenkat, can you please include working with cookies in your tutorials? Thanks.

  • @MrKoukoo
    @MrKoukoo 5 лет назад +1

    Kudvenkat , can you please make a brief video on what exactly does it exactly mean open source, and cross platform?
    For example cross-platform means work on every operating system, but every website in any technology do so also right ?

    • @IMateme
      @IMateme 5 лет назад +2

      Open source means that you can get the source code of the project and change it as you need. Before .net core, it was asp.net forms, you couldn't see the source code of the project ( I mean the microsoft code for building asp.net) but now you can see every single code
      second: multi platform means that you can create, build, write you code on any platform , websites are running from inside web browswers, so the web browser itself must work on linux, windows. etc

    • @MrKoukoo
      @MrKoukoo 5 лет назад +2

      IMateme
      Thank you so much!!!!.

  • @wmafendi
    @wmafendi 5 лет назад

    Comey molek wak demo buat

  • @siddeshwargajula6517
    @siddeshwargajula6517 3 года назад +1

    Sir, Link to the next and previous videos is wrong.

  • @tisurmaster
    @tisurmaster 4 года назад +1

    Help. Can someone help me with the steps? How did he know that identityOptions was the parameter to use when configuring the identity service?

    • @nifraz
      @nifraz 2 года назад +1

      You can use Visual Studio IntelliSense to show the available method / constructor overloads. Press Ctrl + Shift + Spacebar while the cursor is inside the method call brackets.

  • @vssrikanthgarnepudi5952
    @vssrikanthgarnepudi5952 5 лет назад

    Please make a tutorial on hosting application in docker container.

    • @javaguitarist
      @javaguitarist 4 года назад

      Install Docker Desktop. Create a new solution in VS 2019 latest version. There's a checkbox for Docker. It just works!

  • @chacha6812
    @chacha6812 5 лет назад

    Hi I am a game developer. Could you teach how to integrate asp.net core Signalr and how it works with asp.net core? Thanks

  • @AhmedGamalGIS
    @AhmedGamalGIS 5 лет назад

    can give me name of music in end videos please?

    • @Csharp-video-tutorialsBlogspot
      @Csharp-video-tutorialsBlogspot  5 лет назад +2

      Hello Ahmed - It is Revolutionary. You can download it for free from official RUclips Studio. Hope this helps.

  • @brgp7865
    @brgp7865 3 года назад

    I Add those changes but it doesn't work for me :( any suggestions?

  • @jollyjumbuck1562
    @jollyjumbuck1562 3 года назад

    Link to part 69:
    ruclips.net/video/YLAHIZmO2PI/видео.html

  • @karthikkarki1849
    @karthikkarki1849 3 года назад

    I have email which contains '(single quote) e.g. Neil 'O.Beard@xyx.co.
    var result = await _userManager.CreateAsync(user, "p@ssw0Rd");
    The result is failed and getting the error like
    In the above code, the is class.
    Please guide,
    Thnks in advance