Visual Studio Not Showing Event Lightning Bolt Icon in Properties Window
1 min read
How to get back your Event Lightning Bolt icon in Visual Studio properties window.
visual studio
Click or Command Event not Firing on ASPX Page
1 min read
Tip for click or command event not firing in an ASPX page.
programmingaspx
Regenerate the Designer File for Sharepoint ASPX Page
1 min read
Regenerating the designer file in Sharepoint.
sharepoint
Missing Intellisense, Format Selection and Format Document for Sharepoint aspx Pages in Visual Studio 2010
1 min read
Fixing missing Intellisense, Format Selection and Format Document for Sharepoint aspx pages in Visual Studio 2010.
sharepoint
Changing Diff and Merge Configuration in Team Foundation Server
1 min read
How to change your diff/merge tool in Team Foundation Server
diff tooltfs
MySQL Dump Incorrect Format Bug
1 min read
MySQL dump and fixing an incorrect format bug.
databasemysql
Test View Not Displaying All Unit Tests in Visual Studio 2008
1 min read
Test View not displaying all unit tests in Visual Studio 2008.
visual studiotesting
C#: Constant String From a Constant Char
1 min read
Constant string in C# from Constant Char
csharp.net