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…
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 …
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 Cor…
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.
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.
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg
Interview with the architect of C#. By John Osborn, O'Reilly & Associates, Inc.
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.
Extended Use of .NET RichControl Class - C# CLabel 1.0beta
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. B…
Microsoft chimes in with new C sharp programming language
Following on from its .NET plans announced last week, Microsoft has announced its C# (C sharp) object-oriented programming language for building XML-based applications.
Microsoft's C# Public Beta Hits a High Note
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 lea…
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 rumi…
Sending Email with ASP+ by Christoph Wille
Demonstrates how to send email via ASP+: from plain to HTML mail and attachments.
Sharp New Language: C# Offers the Power of C++ and Simplicity of Visual Basic
Many developers wish there was a language that was easy to write, read, and maintain like Visual Basic, but that still provided the power and flexibility of C++. For those develope…
Using COM components in ASP+ by Christoph Wille
Deals with a topic of interest for most new users of ASP+: how can they use their own or third party COM components in the ASP+ environment?
Web Workshop - ASP.NET ListEditor in C#
Chris Lovett's article on porting sample code to C#.
Showing 20–17 of 17 results