This is a dumping ground of software development topics that I've run across and found interesting (mainly .NET development). Many topics are covered more thoroughly in other places, and much of the information is gleaned from other places, and I'll try to credit those sources when possible.

Thursday, December 14, 2006

C# vs. Java

Here is an interesting comparison of C# and Java. I like the way the sections are organized by:
- Same functionality.
- Similar functionality.
- Same concept, but totally different implementation.
- Unique C# functionality
- Unique Java functionality

http://www.25hoursaday.com/CsharpVsJava.html

Followers