  |
A Comparative Overview of C# - http://genamics.com/developer/csharp_comparative.htm
(with Java and C#) by Ben Albahari. |
  |
CNET.com: Why Microsoft's C# isn't - http://news.cnet.com/2008-1082-817522.html
Java inventor James Gosling says he isn't losing much sleep over Microsoft these days, despite the software giant's effort to stem Java's popularity with its own Java-like language. |
  |
An Interview with Eric Gunnerson - http://www.suite101.com/article.cfm/c_sharp/94149/
By Suite101.com. Eric Gunnerson was there when C# was being born. He is also the author of A Programmer's Introduction to C# and manages the C# section of the GotDotNet website. |
  |
Extended Use of .NET RichControl Class - C# CLabel 1.0beta - http://www.codeproject.com/KB/edit/csharp_clabel.aspx
Ever wanted a static control that behaved like a Visual Basic label control? This could be just the thing you might be looking for. A fully stocked owner drawn RichControl class. By Norm Almond, The Code Project. |
  |
C#, the Natural Progression - http://www.javaworld.com/javaworld/jw-08-2000/jw-0804-itw-csharp.html?page=1
JavaWorld article by Michael L. Perry, ITworld.com. |
  |
C# XML Directory Lister - http://www.codeproject.com/KB/cs/xmldirectorylister.aspx
This code generates a list of entries in a directory as XML. The XML can be returned to the caller as an XML string, a W3C DOM document, or an ADO+ DataSet. By Greg Hack, The Code Project. |
  |
C# Crawler - http://radio.weblogs.com/0111551/
C# weblog and article collection by Sagiv Hadaya. |
  |
Microsoft's C# Public Beta Hits a High Note - http://www.javaworld.com/javaworld/jw-09-2000/jw-0922-iw-csharp.html
Java's success, and Sun's control of it, prompted Microsoft to respond with C# initiative. In many ways C# blends power of C++ and Java's built-in protections. Java fans should learn C# pros, cons, and how it may affect Java future. [JavaWorld] 1,600 words |
 |
Enumerating Objects with .NET - http://www.codeguru.com/Csharp/Csharp/cs_collections/article.php/c5505
By Jeffrey Richter. Explains the programming paradigm used within the .NET Framework Base Class Library (BCL) for enumerating objects. |
 |
MFC Programmer's SourceBook : DevStudio Macros - http://www.codeguru.com/Cpp/V-S/devstudio_macros/visualstudionet/article.php/c3199
Source codes for DevStudio Macros. Add-In which will take a dialog that is open in the dialog editor, and convert it to C# source. |