Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » ASP.NET » Advice
  • Handling Password Recovery

    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, ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on June 13, 2008
  • Infinite Loop in a Property

    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 ...
    Posted to Orcs Goblins and .NET (Weblog) by Brendan on July 24, 2007