Tips For Dealing With Information Overload

Philipp Lenssen over at Google Blogoscoped asked a few people the question “What are your top tips for dealing with information overflow?” Read here what the folks at the top do to stay on top.

Microsoft Control Naming Conventions

A discussion with useful links about what naming conventions Microsoft follows/recommends for controls (specifically in C#).

ExtremeExperts.com

ExtremeExperts.com hosts some interesting technical articles and HOWTOs for Microsoft .NET based technologies.

C# Reflection and Dynamic Method Invocation

Gopalan Suresh Raj has written up a detailed article on the subject. I used it for dynamically creating objects of a class whose name was read in as a String.

What if Google Had to Design for Google?

A humourous take on what would happen if Google had to design their website so that their own Search Engine would rank it right up there…

A Periodic Table of Visualization Methods

Visual Literacy has something here that I simply do not have the words to describe. See it for yourself and be amazed!

C# Programming Tutorial at MeshPlex

MeshPlex, a community-driven, wiki-based tutorial database, has a fairly good collection of C# knowledge here. It is divided into “Basics” and “Advanced”, so you are sure to find something that meets your requirement.

Jon Skeet’s C#.NET Articles and Links

Check out a clean and very well-explained set of C#.NET articles here.

Linux C++ Software Development

YoLinux hosts an excellent page here with Links to Linux C++ GUI frameworks, APIs, IDEs, as well as C++ tips for Linux developers.

C++ Optimization Strategies and Techniques

Pete Isensee has some really good advice on C++ optimization strategies and techniques here.