 |
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg
Interview with the architect of C#. By John Osborn, O'Reilly & Associates, Inc.
http://windows.oreilly.com/news/hejlsberg_0800.html |
 |
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.
http://codeguru.earthweb.com/devstudio_macros/NevsAddIn.shtml |
 |
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.
http://www.codeproject.com/cs/miscctrl/mycontrol.asp |
 |
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.
http://msdn.microsoft.com/library/default.asp?URL=/library/techart/csharpmsmq.htm |
 |
Build Web Commerce Apps With C#
Use .NET and C# to quickly build a scalable commerce Web application that outperforms standard ASP Web apps. By Bob Lair and Jason Lefebvre, Visual C++ Developers Journal, November 2000
http://archive.devx.com/upload/free/features/vcdj/2000/11nov00/bl0011/bl0011.asp |
 |
Web Workshop - ASP.NET ListEditor in C#
Chris Lovett's article on porting sample code to C#.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml/html/xml07242000.asp |
 |
Microsoft's C# Programming Language Offers Developers Greater Productivity and Potential of .NET Platform
Company predicts C# will offer C++ developers greater productivity and help them maximize the potential of the new .NET Platform.
http://www.microsoft.com/presspass/features/2000/jun00/06-26csharp.asp |
 |
OMG Members Plan to Pursue C-Sharp Interoperability
Several member companies of the Object Management Group (OMG)announced the organization's intent to standardize a Language Mapping from OMG Interface Definition Language (OMG IDL, currently an ISO and ITU-T International Standard) to C#, Microsoft's newly
http://www.wirelessdevnet.com/news/2000/226/news8.html |
 |
C#, the natural progression
JavaWorld article by Michael L. Perry, ITworld.com.
http://www.javaworld.com/javaworld/jw-08-2000/jw-0804-itw-csharp_p.html |
 |
Mantrotech.com
Article explains basics of exception handling concept and syntax.
http://www.mantrotech.com/technology/csharp/article_csharp_exception_1.asp |
 |
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.
http://www.xephon.com/news/00063019.html |
 |
Microsoft strikes at Sun's Java with new standard
CNet article.
http://news.com.com/2100-1001-242414.html?legacy=cnet&tag=st |
 |
Enumerating Objects with .NET
By Jeffrey Richter. Explains the programming paradigm used within the .NET Framework Base Class Library (BCL) for enumerating objects.
http://codeguru.earthweb.com/cs_collections/enumeration.html |
 |
SD Times: Editorials & Opinions
Commentary and opinion about C# and Java.
http://www.sdtimes.com/opinions/opinion_012.htm |
 |
ZDNet: Tech Update: Microsoft's movement in C Sharp
Microsoft introduced a new C++ based language with productivity features resembling Java. It is not based on a virtual machine model for moving byte code across a network to be run on a variety of target platforms.
http://cma.zdnet.com/texis/techinfobase/techinfobase/+kwq_qr+9K9+6W/cdisplay.html |
 |
Microsoft's C# public beta hits a high note - JavaWorld September 2000
Java's success, and Sun's control of it, has prompted Microsoft to respond with its C# initiative. C# in many ways is a blend of the power of C++ and Java's built-in protections. Java developers will be well served to learn about C#'s pros and cons -- and
http://www.javaworld.com/javaworld/jw-09-2000/jw-0922-iw-csharp.html |
 |
Microsoft Introduces Highly Productive .NET Programming Language: C#
New language enables rapid development of web services for the Microsoft .NET platform.
http://www.microsoft.com/PressPass/press/2000/jun00/CSharpPR.asp |
 |
C#: A language alternative or just J--?, Part 1
This article, the first in a two-part series, compares C# to Java--describing language features and design trade-offs--and places C# in the context of Microsoft's broader .Net strategy. By Mark Johnson.
http://www.javaworld.com/javaworld/jw-11-2000/jw-1122-csharp1.html |
 |
A Comparative Overview of C#
(with Java and C#) by Ben Albahari.
http://genamics.com/developer/csharp_comparative.htm |
 |
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.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/deepc10192000.asp |
 |
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. By Norm Almond, The Code Project.
http://www.codeproject.com/cs/miscctrl/csharp_clabel.asp |
 |
Remoting Publisher-Subscriber (Observer) Pattern
Article discribe the notification pattern that enables all subscribers to receive notifications from a single publisher when - for example - the publisher's data is changed. This implementation uses Remoting to distribute asynchronous notifications betwee
http://www.pocketnerd.net/Observer/ASPX/Home.aspx?documentID=3B28D311-AEB0-4717-84AA-261F5BC4C1C8 |
 |
C# Strikes a Chord
Compares the languages C, C++, C#, and Java. Attempts to uncover a family genealogy.
http://www.ddj.com/documents/s=875/ddj0065g/ |
 |
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.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/deepc11272000.asp |
 |
Microsoft brewing Java-like language
CNet article.
http://news.com.com/2100-1001-242268.html?legacy=cnet&tag=st.ne.ni.rnbot.rn.ni |
 |
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.
http://www.codeproject.com/csharp/xmldirectorylister.asp |
 |
Microsoft C# Gets An A
Microsoft's C# (c-sharp) language wins an A from reviewer.
http://www.techweb.com/wire/story/TWB20001010S0015 |
 |
Sending Email with ASP+ by Christoph Wille
Demonstrates how to send email via ASP+: from plain to HTML mail and attachments.
http://www.aspheute.com/english/20000918.asp |
 |
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, a
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbconCProgrammingLanguageFutureFeatures.asp |
 |
An Interview with Eric Gunnerson
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.
http://www.suite101.com/article.cfm/15050/94149/ |
 |
C# from Scratch
Introduction for first timers.
http://www.csharphelp.com/columns/column1.html |
 |
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 developers, the new C# language is here.
http://msdn.microsoft.com/msdnmag/issues/0900/csharp/default.aspx |
 |
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.
http://www.codeproject.com/csharp/delegates-part1.asp |
 |
ExtremeTech: Java vs. C#
Code-for-code comparison of Java and Microsoft C#.
http://www.extremetech.com/article2/0,3973,467080,00.asp |
 |
Custom Attributes in C# (C Sharp)
Article provides introduction to custom attributes and an explanation for how to write and use custom attributes in C#.
http://www.mantrotech.com/technology/csharp/article_customattribute.asp |
 |
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?
http://www.aspheute.com/english/20000828.asp |
 |
Use XML to document C# code
Article by Gaurav Mantro explains use of XML to document C# code.
http://www.mantrotech.com/technology/csharp/article_using_xml_for_csharp_1.asp |
 |
Will Microsoft hit the right note with C#?
By Jeff Hadfield. Microsoft Casts a Wider .NET.
http://archive.devx.com/free/press/2000/net/report2062600.asp |
 |
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.
http://news.com.com/2008-1082-817522.html |
 |
InfoWorld.com - C# could be major
Article by Tom Sullivan. Language is designed for easy conversion to the web.
http://archive.infoworld.com/articles/hn/xml/00/07/03/000703hncsharp.xml |
 |
LDAP, IIS and WinNT Directory Services
This article explains how to use .NET Directory Services to retrieve and search directory objects, create new directory objects and edit or delete existing directory objects. Describes Active Directory Application Mode (ADAM) and how to use the IIS, WinNT
http://www.developerland.com/CSharpGeneral/ActiveDirectory/124.aspx |