Login Form without Entity Framework in ASP.NET CORE

preview_player
Показать описание
In this video, I am going to teach you, how to write code for login form without entity framework core.
In this video, I am going to design login form with bootstrap also check data from database table using SQL connection, SQL command, data reader etc.
Рекомендации по теме
Комментарии
Автор

I have seen so many videos but no one explained like you ...thank you very much

babysaranya
Автор

Learn lots of thing from u and T keeda channel.

BahadurMundamysong
Автор

Wow that is a very slow sql server! I like your solution, but it has one massive security flaw on the way the passwords are stored. They should be stored using a one way hash so they are not readable from the database! I like to hash usernames and passwords so a potential hacker can get email addresses even if they get access to the DB.

thefattysplace
Автор

But is it is not using identity framework. How to do it with identity framework without EF? Searching for two days.

deepakdutta
Автор

Hi ..very good explanation can you send the source code please

babysaranya
Автор

From where can I get the source files?

wandering-js
Автор

Blech! One big anti-pattern of spaghetti code.

paulkimmel
Автор

is there a way to contact u so that I can get source code

ronniestandhope