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)

Read the rest of this entry »

Bookmark and Share

Microsoft and Nokia embrace jQuery !

It was always comfortable to use features that are provided and supported by Microsoft (when it comes to Visual Studio and the like) so that we won’t be in trouble in the future, at least for me.

For this reason, I always think twice (or more) before touching anything that is open source, to be used with production code. The ASP.NET AJAX framework was so easy to use because of the pre-built controls provided by the Ajax Control Toolkit team. I had very few occasions where I needed to write some JavaScript code in the applications. Read the rest of this entry »

Bookmark and Share

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??? Read the rest of this entry »

Bookmark and Share