Articles (30)

Categories:

See Also:
Regular Links:

http://genamics.com/developer/csharp_comparative.htm
A Comparative Overview of C# Open in a new browser window
   (with Java and C#) by Ben Albahari.
   http://genamics.com/developer/csharp_comparative.htm
http://www.suite101.com/article.cfm/c_sharp/94149/
An Interview with Eric Gunnerson Open in a new browser window
   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/c_sharp/94149/
http://radio.weblogs.com/0111551/
C# Crawler Open in a new browser window
   C# weblog and article collection by Sagiv Hadaya.
   http://radio.weblogs.com/0111551/
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbconCProgrammingLanguageFutureFeatures.asp
C# Programming Language Future Features Open in a new browser window
   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
http://www.codeproject.com/csharp/xmldirectorylister.asp
C# XML Directory Lister Open in a new browser window
   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
http://www.csharphelp.com/columns/column1.html
C# from Scratch Open in a new browser window
   Introduction for first timers.
   http://www.csharphelp.com/columns/column1.html
http://www.javaworld.com/javaworld/jw-08-2000/jw-0804-itw-csharp_p.html
C#, the Natural Progression Open in a new browser window
   JavaWorld article by Michael L. Perry, ITworld.com.
   http://www.javaworld.com/javaworld/jw-08-2000/jw-0804-itw-csharp_p.html
http://msdn.microsoft.com/library/default.asp?URL=/library/techart/csharpmsmq.htm
C#: A Message Queuing Application Open in a new browser window
   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
http://news.com.com/2008-1082-817522.html
CNET.com: Why Microsoft's C# isn't Open in a new browser window
   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
http://www.codeproject.com/cs/miscctrl/mycontrol.asp
Creating a control with the .NET SDK using C# Open in a new browser window
   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
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/deepc10192000.asp
Deep C#: Gozer the Destructor Open in a new browser window
   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
http://www.windowsdevcenter.com/pub/a/oreilly/windows/news/hejlsberg_0800.html
Deep Inside C#: An Interview with Microsoft Chief Architect Anders Hejlsberg Open in a new browser window
   Interview with the architect of C#. By John Osborn, O'Reilly & Associates, Inc.
   http://www.windowsdevcenter.com/pub/a/oreilly/windows/news/hejlsberg_0800.html
http://www.codeproject.com/csharp/delegates-part1.asp
Delegates And Events - The Uncensored Story - Part 1 Open in a new browser window
   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
http://www.codeguru.com/Csharp/Csharp/cs_collections/article.php/c5505
Enumerating Objects with .NET Open in a new browser window
   By Jeffrey Richter. Explains the programming paradigm used within the .NET Framework Base Class Library (BCL) for enumerating objects.
   http://www.codeguru.com/Csharp/Csharp/cs_collections/article.php/c5505
http://www.codeproject.com/cs/miscctrl/csharp_clabel.asp
Extended Use of .NET RichControl Class - C# CLabel 1.0beta Open in a new browser window
   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
http://www.infoworld.com/articles/hn/xml/00/07/03/000703hncsharp.html
InfoWorld.com - C# could be major Open in a new browser window
   Article by Tom Sullivan. Language is designed for easy conversion to the web.
   http://www.infoworld.com/articles/hn/xml/00/07/03/000703hncsharp.html
http://www.developerland.com/CSharpGeneral/ActiveDirectory/124.aspx
LDAP, IIS and WinNT Directory Services Open in a new browser window
   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
http://codeguru.earthweb.com/devstudio_macros/NevsAddIn.shtml
MFC Programmer's SourceBook : DevStudio Macros Open in a new browser window
   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
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/deepc11272000.asp
MSDN Online Voices - Deep C#: Betabits Open in a new browser window
   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
http://www.techweb.com/wire/story/TWB20001010S0015
Microsoft C# Gets An A Open in a new browser window
   Microsoft's C# (c-sharp) language wins an A from reviewer.
   http://www.techweb.com/wire/story/TWB20001010S0015
http://www.microsoft.com/presspass/press/2000/jun00/CSharpPR.mspx
Microsoft Introduces Highly Productive .NET Programming Language: C# Open in a new browser window
   New language enables rapid development of web services for the Microsoft .NET platform.
   http://www.microsoft.com/presspass/press/2000/jun00/CSharpPR.mspx
http://news.com.com/2100-1001-242268.html
Microsoft brewing Java-like language Open in a new browser window
   CNet article.
   http://news.com.com/2100-1001-242268.html
http://www.xephon.com/news/00063019.html
Microsoft chimes in with new C sharp programming language Open in a new browser window
   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
http://www.microsoft.com/presspass/features/2000/jun00/06-26csharp.mspx
Microsoft's C# Programming Language Offers Developers Greater Productivity and Potential of .NET Platform Open in a new browser window
   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.mspx
http://www.javaworld.com/javaworld/jw-09-2000/jw-0922-iw-csharp.html
Microsoft's C# Public Beta Hits a High Note Open in a new browser window
   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 word
   http://www.javaworld.com/javaworld/jw-09-2000/jw-0922-iw-csharp.html
http://www.sdtimes.com/opinions/opinion_012.htm
SD Times: Editorials & Opinions Open in a new browser window
   Commentary and opinion about C# and Java.
   http://www.sdtimes.com/opinions/opinion_012.htm
http://www.aspheute.com/english/20000918.asp
Sending Email with ASP+ by Christoph Wille Open in a new browser window
   Demonstrates how to send email via ASP+: from plain to HTML mail and attachments.
   http://www.aspheute.com/english/20000918.asp
http://msdn.microsoft.com/msdnmag/issues/0900/csharp/default.aspx
Sharp New Language: C# Offers the Power of C++ and Simplicity of Visual Basic Open in a new browser window
   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
http://www.aspheute.com/english/20000828.asp
Using COM components in ASP+ by Christoph Wille Open in a new browser window
   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
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml/html/xml07242000.asp
Web Workshop - ASP.NET ListEditor in C# Open in a new browser window
   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

Last Updated: 2007-03-06 08:16:53