Roman Numerals

A quick summary of roman numeral conversion is available over at Nova Roma

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.

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.

Bjarne Stroustrup’s C++ FAQ

Somone emailed me this link to Bjarne Stroustrup’s C++ FAQ. More interesting is the C++ Style and Technique FAQ.

The Anatomy of a Search Engine

This paper by Sergey Brin and Larry Page expalins the baisis of how Google works. It’s a bit technical but very interesting, especially if you can manage to make it to the end ;-)