|
|
Browse by Tags
All Tags » ASP.Net » Advice
-
I recently answered a blog post about how to handle password recovery in ASP.NET. My first thoughts when I read this questions are along the lines of, ''Ah! Don't recover passwords!''
With any authentication system it is important to remember this one thing passwords should always be hashed. I don't care who you are or what system you're using, ...
-
Earlier today I was trying to debug a Stack Overflow Exception I was receiving. While debugging I was stepping into the function where the problem was occurring. I could not seem to find the problem. A line of code was calling a function and passing it a few properties as parameters and the value returned by the function was being stored in ...
|
|
|