Creating a control with the .NET SDK using C#
This tutorial creates a simple clock control to demonstrate using the .NET framework. By Norm Almond, The Code Project. (October 18, 2000)
Deep C#: Gozer the Destructor
Of all the topics that trouble C++ programmers who consider C#, probably the most volatile is C#'s lack of true synchronous or deterministic destructors. By Bobby Schmidt, MSDN. (October 20, 2000)
C# XML Directory Lister
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. (October 22, 2000)
MFC Programmer's SourceBook : DevStudio Macros
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. (October 24, 2000)
C#: A Message Queuing Application
This article outlines a Windows service solution designed to process several message queues, focusing on the application of the .NET Framework and C#. By Carl Nolan, Microsoft Corporation. (November, 2000)
Delegates And Events - The Uncensored Story - Part 1
This article is part of a series that aims at understanding fully the way in which delegates and events operate. By A. Abdul Azeez, The Code Project. (November 20, 2000)
MSDN Online Voices - Deep C#: Betabits
Includes a walkthrough of the installation of the SDK's Beta 1. In addition, touches on the first Visual Studio.NET beta release, discusses progress in C# standardization, and ruminates on the new .NET portal. By Bobby Schmidt. (November 28, 2000)
CNET.com: Why Microsoft's C# isn't
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. (January 17, 2002)
C# Programming Language Future Features
MSDN article by Prashant Sridharan. The Microsoft Corporation is in the process of developing the next major version of the C# language. This article contains information regarding four key new features, including generics, iterators, anonymous methods, and partial types. (March, 2003)
Use XML to document C# code
Article by Gaurav Mantro explains use of XML to document C# code.
[ 1 ] [ 2 ] [ 3 ] [ 4 ]
|