Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello Everyone

I need a code for login form with a kind of authentication in entity framework using asp.net c#

currently i am using session for storing username like (welcome : kselva) in all the web pages to display my name,so i need avoid session because of performance ,is there any option for login page with authentication in entity framework and one more thing if i logged in my name should display on every page using label or anything and while i am going to logged out all the stored values should erased ,if i login again again it should ask username and password for login adding hashing and salting preferable

send me the link or please post the code for my requirement

thanks in advance
Posted
Comments
King Fisher 3-Jan-15 2:46am    
What have you tried so far? have you done your login form?

1 solution

Google is your friend: Be nice and visit him often. He can answer questions a lot more quickly than posting them here...

A very quick search using part of your question as the search term gave over a million hits: Google: "authentication in entity framework"[^]

In future, please try to do at least basic research yourself, and not waste your time or ours.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900