mvc custom user login page asp net without entity framework

preview_player
Показать описание
#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.

Рекомендации по теме
Комментарии
Автор

thanks for creating such video...i was very confused regarding sql connection...now its clear...

sheetalgarg
Автор

Thank You So Much To Create a easy and helpfull tutorials

priyanshpatel
Автор

Can you please mention the registration link. It's not available at your playlist.

sethumadhavanbalasubramani
Автор

very nice presentation
provide me link of your previous video login registration demo

sofgencomputerconsultantsp
Автор

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.

luisalvarenga
Автор

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

saurabhkatrojwar
Автор

can we implement this in the same project that already has entity framework in it due to user registration page?

bieberfever
Автор

can you share that table vedio which you mentioned in this vedio... "how to make this table in Sql ?"

krutikatrivedi
Автор

Can we do same
With using postgerSQL DB

prakhargangrade
Автор

Thanksfor the vid! How could we do this using API with entity framework?? pleaseee help ur videos are the ones I understand the most

bieberfever
Автор

can you show me the api controller code for the same login page without entity

souravghosh
Автор

#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.

mamoonkhan
Автор

how to create using same example with web api

techrigid
Автор

hello sir can you provide the link for registration Page. Also I am getting an error in UserLoginController under you help?

harier
Автор

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.

girishparganiha
Автор

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??

felipec
Автор

make a videp Asp.Net MVC CRUD Without Entity Framework - Create, Update, Delete plz sir

amitkishor
Автор

need web Api Crud Oprations using Storeprocedure without using the entity data model

ataullahkhan
Автор

Pls give me info of route config table

sheetalgarg
join shbcf.ru