Login and Registration form design using ASP.NET Core MVC || Sign-up form design

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • #biharideveloper #bihari #freshers #learning
    Asp.Net Core MVC with UI - User Authentication, Registration, Authorization, and User Profile Management.
    In this ASP.NET Core MVC tutorial, we implemented a complete authentication system UI. We customized/ overridden the razor pages from the Identity API. First of all, ASP.NET Core is added to an existing project. We could directly update/ override razor pages from Identity as per requirement
    Video Link ----------
    -------------------------------------------------------------------------------------------
    Database Connectivity - • Database Connection .N...
    SimpleCrud Application - • .NET Core MVC CRUD Cod...
    Upload Image - • How to Upload Image in...
    CascadingDropdown - • How to Create Cascadin...
    -------------------------------------------------------------------------------------------
    Hello Everyone! I am Sunil Pandey a young enthusiastic youtuber...
    Who loves to Educational Purpose and make others smile.. if you still haven't subscribed to the channel yet then go hit the red subscribe button right now.
    ------------------------------------------------------------------------------------------------
    PLEASE SUBSCRIBE TO THIS CHANNEL FOR MORE VIDEOS
    ------------------------------------------------------------------------------------------------
    --------------------------------------------------------------------------------------------------
    Channel- / rst9454
    --------------------------------------------------------------------------------------------------
    Thank you for watching this video. If you like this video then like and share the video and subscribe to the channel.
    --------------------------------------------------------------------------------------- Hashtag
    #dotnetcore #programming #crud #simplecrud #dotnetcoreinhindi #learning #entityframework #CascadingDropdown #cascadingdropdownlistinhindi #cascadingdropdownlistwithajax #cascadingdropdownlistinjavascript
    #ImageUploadinhindi #uploadimageinhindi #simpleandeasy #uploadfile
    #sunilpandey #programminginhindi #simplecrudoperation #biharideveloper #dotnetcoreinhindi #ara #arakadeveloper #bihari #chetuindia #chetu #chetuprogramming #chetuskillcenter #csharp #csharpinhindi #Interviewpoint #basiccrudoperation #dotnetcoreforbeginners #begineersprogramming #SonOfBihar #Country #state #city #CountryStateCity #loginandregistration

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

  • @harshitgupta8594
    @harshitgupta8594 2 ปีที่แล้ว

    Thoroughly explained .. Nice 👍 one

  • @la_kshmi0001
    @la_kshmi0001 2 ปีที่แล้ว +1

    thanks bro for this course

  • @GPOITWork
    @GPOITWork 9 หลายเดือนก่อน +1

    Wow! Best Explanation. You have got new Subscriber. Sir One Question is that you created LoginSignupViewModel. our Database already created User Table and Model then one more viewmodel creation , Is not create duplication in database when we will perform Migration.Two table will be generate in database one for User and second for LoginSignupViewModel? Kindly Explain as soon as possible. Sir one more request In this video you just created front end we need full functional user signup and login. where is its c# code for implementation with database controller code ? Thank you hope you will reply soon.

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

      @rst9454 Kindly Reply I also have same question

  • @usamanasir5980
    @usamanasir5980 2 ปีที่แล้ว

    Bhai ap Rest API p b lectures banae how to call external web Api like weather API and how to show its data
    How to chaining web Api
    And other advance topics
    Kun k basics p to poori TH-cam Bari pari hai
    Agr ap Kuch advance topics and project introduce krwae ge to ye ap k TH-cam channal k liye boht Acha rahe ga

  • @durgeshgaur4173
    @durgeshgaur4173 2 ปีที่แล้ว +1

    Thanks sir aap . Net core pr crud with image ka bhi video bna dijiye please sir

  • @SatyaTales
    @SatyaTales 6 วันที่ผ่านมา

    User registration ke business logic ka video kahan hai?

  • @itsmalay93
    @itsmalay93 ปีที่แล้ว

    very nice

  • @umerbiya1089
    @umerbiya1089 2 ปีที่แล้ว

    your just amazing

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

    Sir please crude operations bnaye without using entity fram work

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

    where is validation check ?

  • @SaraSarah-c2f
    @SaraSarah-c2f 11 หลายเดือนก่อน

    Did you used jwt here

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

    Run time error de raha mera page nahi display hua

  • @gayatrikulkarni3815
    @gayatrikulkarni3815 ปีที่แล้ว

    Hi mutiple view kese add kare ek hi layout me

  • @umerbiya1089
    @umerbiya1089 2 ปีที่แล้ว +1

    part 2??

  • @mdaslamknl
    @mdaslamknl ปีที่แล้ว

    Excellent
    Is this code is shared?
    Thanks

  • @simasingh5587
    @simasingh5587 ปีที่แล้ว

    Please also provide notes

  • @prashantpriyadarshi5059
    @prashantpriyadarshi5059 2 ปีที่แล้ว

    Sir Error aa rha h

  • @Rathore1993
    @Rathore1993 ปีที่แล้ว

    oo bhai backend kha gaya hai kya???

    • @bihari-developer
      @bihari-developer  ปีที่แล้ว

      First see title, Only design login and signUp form, Implementation next video plz find..

  • @nayabakhtar2064
    @nayabakhtar2064 ปีที่แล้ว

    u should share the source code too...

  • @Technical_AdilKhan
    @Technical_AdilKhan 2 ปีที่แล้ว +1

    Nice 👍 sar ma Pakistan sa hu

  • @ShubhamVerma-ez3ih
    @ShubhamVerma-ez3ih ปีที่แล้ว

    In SignUp and In Login if we are using Loginsignupmodel then what is the use of User model?because in this video we are using one model Which is Loginsignupmodel then what is the use of User Model

    • @bihari-developer
      @bihari-developer  ปีที่แล้ว +2

      User model is the one we are using to generate only and only Entity(Table), In this we are not doing any modification but in ViewModel we can do modification according to our requirement Like Column name Name but i want to display Username, Validation, I wan to need only 2 properties in User model then use Viewmodel.
      We can do all this work in user model also, but the entity through which it is generated is kept neat and clean.

    • @ShubhamVerma-ez3ih
      @ShubhamVerma-ez3ih ปีที่แล้ว

      @@bihari-developer thank you. Got it!

    • @gayatrikulkarni3815
      @gayatrikulkarni3815 ปีที่แล้ว

      ​@@bihari-developerhi multiple view kese add kare ek hi layout me

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

      @@bihari-developer Is it will make part of database table when we perform migration?

  • @jayakumar2927
    @jayakumar2927 ปีที่แล้ว

    share source code