No video

mvc custom user login page asp net without entity framework

  Рет қаралды 40,323

Haritha Computers & Technology

Haritha Computers & Technology

Күн бұрын

#mvc #entityframework
To create a custom user login page in ASP.NET without Entity Framework , implement the Model-View-Controller (MVC) pattern. Utilize ADO.NET for database interaction, designing a dedicated login view for user input. In the Controller, validate credentials, while in the Model, execute queries securely. Display appropriate feedback messages based on outcomes.
To create a custom user login page in ASP.NET without Entity Framework 5.x, follow these steps:
Design a login page with HTML/CSS.
Implement a user authentication system using ASP.NET's built-in authentication classes.
Utilize ADO.NET for database interaction.
Hash and securely store passwords.
Validate user credentials and grant access.
This approach offers flexibility in database handling and enables a tailored login experience while maintaining security.
what is entity framework in mvc?
MVC (Model-View-Controller) is a software architectural pattern that separates an application into three interconnected components: Model (data and business logic), View (user interface), and Controller (handles user input and updates the Model/View). Entity Framework is a data access technology that simplifies database interaction by providing an object-relational mapping (ORM) framework for .NET applications.
MVC Tutorial asp.net creating custom login page without using entity framework and redirect to welcome page using c#

Пікірлер: 42
@sheetalgarg1222
@sheetalgarg1222 6 жыл бұрын
thanks for creating such video...i was very confused regarding sql connection...now its clear...
@priyanshpatel9850
@priyanshpatel9850 2 жыл бұрын
Thank You So Much To Create a easy and helpfull tutorials
@luisalvarenga3806
@luisalvarenga3806 6 жыл бұрын
Man, I wanna say that your channel was the one that i was always waiting, btw I just want to know if you could teach us how to handle user rols and managment of views according to the user role, without using [Authorize], and how to do master and detail pages, I really want to know that!. i will keep watching your videos.
@HarithaComputersTechnology
@HarithaComputersTechnology 6 жыл бұрын
Impressed with your comment, will try to make those videos mate ! keep watching my latest update videos
@sofgencomputerconsultantsp2335
@sofgencomputerconsultantsp2335 4 жыл бұрын
very nice presentation provide me link of your previous video login registration demo
@vangog1156
@vangog1156 4 жыл бұрын
Thanks MAN, you are my hero!
@bieberfever161098
@bieberfever161098 3 жыл бұрын
how did u find your connection string?? mine does not appear in web.config :(
@KarthikK-ep3uv
@KarthikK-ep3uv Жыл бұрын
Awsome Sir.
@HarithaComputersTechnology
@HarithaComputersTechnology Жыл бұрын
Thanks man! please check my other mvc tutorials also...
@anntreatareginat.m8832
@anntreatareginat.m8832 3 жыл бұрын
Thank You sir.... ☺️ helpful
@gokulg9937
@gokulg9937 4 жыл бұрын
Very good it is very useful for me.
@HarithaComputersTechnology
@HarithaComputersTechnology 4 жыл бұрын
Thanks mate !
@bieberfever161098
@bieberfever161098 3 жыл бұрын
how did u find your connection string?? mine does not appear in web.config :(
@ne_reddy
@ne_reddy 3 жыл бұрын
Nice 👍
@sethumadhavanbalasubramani7581
@sethumadhavanbalasubramani7581 2 жыл бұрын
Can you please mention the registration link. It's not available at your playlist.
@bieberfever161098
@bieberfever161098 3 жыл бұрын
Thanksfor the vid! How could we do this using API with entity framework?? pleaseee help ur videos are the ones I understand the most
@abeershaaban4145
@abeershaaban4145 6 жыл бұрын
Great Thank you very much
@krutikatrivedi9900
@krutikatrivedi9900 Жыл бұрын
can you share that table vedio which you mentioned in this vedio... "how to make this table in Sql ?"
@bieberfever161098
@bieberfever161098 3 жыл бұрын
can we implement this in the same project that already has entity framework in it due to user registration page?
@saurabhkatrojwar2290
@saurabhkatrojwar2290 2 жыл бұрын
After publish our MVC or API project, Controllers and Models .dll created in one single bin folder not seperately. Is it possible to generate dll of Controller and Models dll seperately in seperate folders. Thanks
@prakhargangrade490
@prakhargangrade490 4 жыл бұрын
Can we do same With using postgerSQL DB
@vinaypratapsingh5671
@vinaypratapsingh5671 6 жыл бұрын
thank you
@mamoonkhan5136
@mamoonkhan5136 6 жыл бұрын
#HarithaComputers&Technology i can not find the user registration video please paste the link of your video tutorial user registration page asp dot net without entity framework.
@felipec789
@felipec789 5 жыл бұрын
Hello sir, nice tutorial but i'd like to know how to remove the login and register options after i have already logged in, change it for loggout, how would i do it??
@HarithaComputersTechnology
@HarithaComputersTechnology 5 жыл бұрын
i already made a video please visit my channel mvc play list you can find more than 100 + mvc tutorials
@amitkishor7338
@amitkishor7338 6 жыл бұрын
make a videp Asp.Net MVC CRUD Without Entity Framework - Create, Update, Delete plz sir
@souravghosh6583
@souravghosh6583 2 жыл бұрын
can you show me the api controller code for the same login page without entity
@techrigid6244
@techrigid6244 4 жыл бұрын
how to create using same example with web api
@harier371
@harier371 2 жыл бұрын
hello sir can you provide the link for registration Page. Also I am getting an error in UserLoginController under Session......Can you help?
@pariharkaran6281
@pariharkaran6281 2 жыл бұрын
Getting Same error.Did you find any Solution?
@girishparganiha3694
@girishparganiha3694 5 жыл бұрын
Dear Sir.. Please make a Signup & login form using session and after login i want to show the login user details in Edit profile in asp.net mvc. And from there if i want to update the user profile then it will also update and save in the database. Thanks.
@HarithaComputersTechnology
@HarithaComputersTechnology 5 жыл бұрын
I already made a tutorial, please check mvc playlist of my channel, thanks
@girishparganiha3694
@girishparganiha3694 5 жыл бұрын
@@HarithaComputersTechnology If i make a Registeration form with details like (Fname,Lname,Age,Gender,Skills,Address,CompanyName,Mobile,Email,Password) and then login.......After login it will redirect me to My Profile page where it shows all the details which i fill in registeration form in TextBox Like Fname,Lname,Email in My Profile page. How do i show that data in this page and i also want to Edit this data and modify that data and save in the db.
@ataullahkhan702
@ataullahkhan702 5 жыл бұрын
need web Api Crud Oprations using Storeprocedure without using the entity data model
@vinodsharma-ok1mv
@vinodsharma-ok1mv 6 жыл бұрын
can you please use stored procedure
@HarithaComputersTechnology
@HarithaComputersTechnology 6 жыл бұрын
Done , My Next Video ...
@sheetalgarg146
@sheetalgarg146 6 жыл бұрын
Pls give me info of route config table
@HarithaComputersTechnology
@HarithaComputersTechnology 6 жыл бұрын
i did not get what is route config table or route config settings...
@taqikhan5418
@taqikhan5418 4 жыл бұрын
registration page link please
@HarithaComputersTechnology
@HarithaComputersTechnology 4 жыл бұрын
you can find in my channel mvc playlist ... thanks
mvc login logout code page stored procedure without entity framework 5.x
22:38
Haritha Computers & Technology
Рет қаралды 17 М.
User Registration Form ASP NET Core MVC Without Entity Framework VS2019
30:51
Haritha Computers & Technology
Рет қаралды 13 М.
wow so cute 🥰
00:20
dednahype
Рет қаралды 30 МЛН
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 15 МЛН
This Dumbbell Is Impossible To Lift!
01:00
Stokes Twins
Рет қаралды 34 МЛН
CRUD without Entity Framework in ASP.NET Core MVC
44:30
CodAffection
Рет қаралды 104 М.
Authentication in ASP.NET MVC | Login & Signup Page | From Scratch
19:00
The Amazing Codeverse
Рет қаралды 27 М.
Postgres Internal Architecture Explained
33:16
Hussein Nasser
Рет қаралды 150 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 155 М.
How to Create Login Page in ASP.NET Core MVC with Database
23:07
Csharp Space
Рет қаралды 71 М.
How to create Custom Login Registration in Asp.Net MVC 5 (Code First)
24:51
Secure Login System in Python
14:43
NeuralNine
Рет қаралды 107 М.
wow so cute 🥰
00:20
dednahype
Рет қаралды 30 МЛН