  |
C# Crawler - http://radio.weblogs.com/0111551/
C# weblog and article collection by Sagiv Hadaya. |
  |
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. |
  |
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 |
 |
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. |
 |
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. |