Archive for the ‘.Net’ Category

Find and remove root cause!

Saturday, February 6th, 2010

If you ever, ever, put a claim to correct to fullest any situation, I repeat, any situation, then make sure that you find and remove root cause of the problem. Do not just remove symptom(s). Here is minor, obvious, excogitated, concocted, devised example. Imagine your best friend. He is having high ...

Visual Studio Tip

Friday, April 3rd, 2009

If you are normal, you must be loving Intellisense in source editor in visual studio. You press '.', and you get help. It is good, with one bad side effect. When intellisense window is opened, you cannot see source code beneath it. So, sometimes when you need to see that ...

Instance Failure

Friday, April 3rd, 2009

If you are successful in getting visual studio barking at you with error message "instance failure", there is a very good chance that you have used \\ in your connection string in configuration file. Replace all \\ with \ and you should be okay.I learnt it hard way!

New features of C# in simple source code

Tuesday, January 1st, 2008

New features of C# in simple source code