Posts by Tag: programming
all of the articles we have posted and linked so far under the tag: programming
Click or Command Event not Firing on ASPX Page
Tip for click or command event not firing in an ASPX page.
Cloud Source Code Backup with Wuala
I tried setting up a source code sync to the cloud to reduce the change of losing code.
Could not load type ... from assembly 'System.Web profile...
System.Web could not load type and how to fix it.
Delete Old Unwanted Code - Don't Leave It Commented Out Or Uncalled
Tip to delete unwanted code when programming.
Error LNK2005: already defined in LIBCMT.lib
Error LNK2005 already defined in LIBCMT.lib
Essential And Best Programming Tools To Install On Your Development PC
Programming tools that you mind find useful to install.
Programming Reminder List
Some Programming Reminders when developing.
Software Project Common Mistakes
Tips about common mistakes in software projects.
Why (string == string) Is A Bad Habit in C# And Other Languages
string === string bad habit in C# and other languages.