Categories
Programming Troubleshooting

Strange characters in Visual Studio code editor

Do you see any strange dots and/or arrows in the Visual Studio code editor and have no idea how you turned them on? (check the screen-shot)

Categories
News

New .NET logos

When I was visiting the Microsoft .NET Framework site http://www.microsoft.com/net recently, thought I typed the URL incorrectly for a second, because of the blue logo I saw at the top of the page.

Then I googled (as usual) to see whats up and got to know that the .NET logo has been changed… cool!

Categories
Programming Troubleshooting

Resetting asp.net membership password when the user has forgotton the answer for the security question!

Here is the scenario… a web application has been implemented with the standard user management features… can create new users, the admin approves the users, can recover passwords and change security question + answer bla bla bla

What happens if a user forgets the password?… simple, just goto the password recovery page and answer the security question and get the new password in the email.

But what if he/she doesn’t remember the answer for the security question???