How to create Custom Login Registration in Asp.Net MVC 5 (Code First)

preview_player
Показать описание
This video shows you how to create custom Login and registration page in ASP.NET MVC 5 using code first, Entity framework 6.
Рекомендации по теме
Комментарии
Автор


Thanks all for your positive comments. I have seen many people are saying that they are facing "The name Session doesnot exist in the current context" error. In most cases this error comes when session is not available. This video was created with Asp.Net MVC using .Net Framework 4.6. In case, if you are using .Net 6/Core MVC version, then session usage is little bit different. So if you are using .Net 6, then try to use instead of Session["UserId"] and so on. Although you can face some other issues, as these two .Net Framework versions are different.

OpenEducationChannel
Автор

I found this video very useful. I am just starting to learn MVC so it has given me a great starting point. Thanks for taking the time to post this.

eespiedrop
Автор

Thanks for making such video, It is very informative video, plz make it for multi roles like "Admin, User, Accountant, Storekeeper" with own

fawad
Автор

SO thankful for this video. It is great and so easy to follow. Please post more MVC videos.

tvuong
Автор

Very useful tutorial for beginners....gr8 stuff...thank you

sarveshr
Автор

Still works 100% in Visual Studio 2019 using newer methods and whatnot

E_N_D_E_R
Автор

Really Nice... Explanation... i setup my app using your instructions.

aarcheeecya
Автор

Congratulations, simple and objective

emersonstori
Автор

Thank you very very much for you clear instructions .. It was very help full.

mansourzekria
Автор

i will be forever gratefull for this tutorial

jgabrielbernardo
Автор

Thank you, it is very useful. Enjoy on it

sambsonmarcellinrazanadahy
Автор

Amazing stuff dude, helped me out a lot.

MERV_
Автор

thanks a lot for this tutorial it's helped me very much

islamabbas
Автор

ThankYou So much It Is very Help full For Mee GoodJob..

komalshehzadi
Автор

Thanks so much for your time and consideration in this matter

ahmedsamra
Автор

Excellent, found it very useful and helped "demystify" MVC :)

davidgruby
Автор

in my opinion, name>.ToString() should be changed that: name>").In my case, i fixed those bugs.

coder
Автор

Thank you so much for this video you helped me tremendously!

Procyon
Автор

it's a great video, but I really appreciate if you could show us how to make this login connected from the database

ingosmalose
Автор

As a starting point it works... but i will NEVER use this kind of login/registration in a real application working in production.. passwords and not hashed and there are a lot of issues, for example.. how to restrict "non registered" users from viewing a page. OWIN offers a better way to do this but it is really complex and i'm still looking for a good tutorial that does not REQUIRES me to create a new ASP.NET MVC App, since i have a working application and i need to implement user validation.

rodrigo
welcome to shbcf.ru