Sponsored results

Links
  • Rotor: You spin me right round
    A tutorial on starting .NET development using C#. Writing TinyMessenger, a simple MSN Messenger client for Microsoft .NET on FreeBSD and Windows. By François Jacques and Jean-Claude Batista.
    http://www.macadamian.com/column/tinymessenger.html
  • Sample Programs in Generic C#
    Show how to use the programming language Generic C#, an extension of C# with parametric polymorphism, developed at Microsoft Research, Cambridge UK.
    http://www.dina.kvl.dk/~sestoft/gcsharp/
  • Publicjoe's C# Programming Tutorial
    A beginners and intermediate tutorial on the Microsoft langauage C#. Also articles and code examples. Collection of sample chapters from C# related books.
    http://www.publicjoe.f9.co.uk/csharp/csharp.html
  • Hyperlinked C Sharp Grammar
    Generated directly from the C# grammar in the .NET documentation (after a few typos were corrected) using a simple PERL script.
    http://www.jaggersoft.com/csharp_grammar.html
  • Standard ECMA-334 - C# Language Specification
    The official standards document.
    http://www.ecma-international.org/publications/standards/Ecma-334.htm
  • Tetris Source Code in C#
    It is the best way to learn C#(C Sharp) programming quickly.
    http://rain.prohosting.com/kakasoft/cs.htm
  • Useful Methods in C#
    A collection of useful, practical methods in C#. Descriptions, sources, examples of use.
    http://aspalliance.com/olson/methods/
  • A Twisted Look at Object Oriented Programming in C#
    Article by Jeff Louie. An extensive examination of OO programming in C#, covering inheritance, constructors, interfaces, virtual and static methods.
    http://www.developerfusion.co.uk/show/3821/
  • TrooBloo: C# Tutorials
    Comprehensive listing of C# tutorials and articles.
    http://www.troobloo.com/tech/csharp.shtml
  • Training on c sharp
    Advanced training in emergineg technologies. Training on .NET - Visual Studio.NET, C# (C sharp), ASP.NET, VB.NET
    http://www.finitestates.com/
  • EFnet #C#
    Support site for the channel #C# on Eris Free Network. Site offers educational reviews, both language and framework FAQs.
    http://www.efnetcsharp.net/
  • Developer Fusion - C#
    UK developer community. Tutorials, articles, source code and blogs for C# developers.
    http://www.developerfusion.co.uk/csharp/
  • C# Notebook
    Example programs for using Windows Forms, the .NET Framework and C#.
    http://www.componentsnotebook.com/notebooks/csharp/index.html
  • C# FAQ for C++ Programmers
    Answers many of the questions that C++ developers have when they first encounter C#. By Andy McMullan.
    http://www.andymcm.com/csharpfaq.htm
  • C# FAQ
    Tips over avoiding common pitfalls in C#. Critique of new language features. Best practices.
    http://www.geocities.com/csharpfaq/
  • C# Computing
    Tutorials on C# and .NET.
    http://csharpcomputing.com/
  • The C# Tutorial @ C# Station
    This set of lessons teaches the basics of the C# programming language. They are appropriate for beginning programmers and developers who are experienced in other languages and would like a quick overview of C# programming.
    http://www.csharp-station.com/Tutorial.aspx
  • Curly Brace Corner
    The dufus guide to reading the C# programming language. This Tutorial aims to shed some light on how to visually read C# as many people find C# very hard to read
    http://www.decloak.com/Dev/CurlyBraceCorner/
  • CSharpFriends
    C# community site which provides forums, article discussions, tutorials, internal member messaging and live chat.
    http://www.csharpfriends.com/
  • CodeSource - C#
    Contains articles and tutorials on C# and ASP .Net using C#.
    http://www.codersource.net/codersource_dot_net.html
  • C# Tutorial Presentation
    In HTML format and links for information about the programming language. Compiled by Jon Jagger.
    http://www.jaggersoft.com/csharp.html
  • 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)
    http://www.codeproject.com/csharp/xmldirectorylister.asp
  • 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)
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/deepc10192000.asp
  • 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)
    http://codeguru.earthweb.com/devstudio_macros/NevsAddIn.shtml
  • 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)
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncscol/html/deepc11272000.asp
  • 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)
    http://www.codeproject.com/csharp/delegates-part1.asp
  • 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)
    http://www.codeproject.com/cs/miscctrl/mycontrol.asp
  • Microsoft C# Gets An A
    Microsoft's C# (c-sharp) language wins an A from reviewer. (October 10, 2000)
    http://www.techweb.com/wire/story/TWB20001010S0015
  • Web Workshop - ASP.NET ListEditor in C#
    Chris Lovett's article on porting sample code to C#. (July 25, 2000)
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml/html/xml07242000.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. (June 30, 2000)
    http://www.xephon.com/news/00063019.html
  • C#, the Natural Progression
    JavaWorld article by Michael L. Perry, ITworld.com. (August, 2000)
    http://www.javaworld.com/javaworld/jw-08-2000/jw-0804-itw-csharp_p.html
  • 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? (August 28, 2000)
    http://www.aspheute.com/english/20000828.asp
  • Sending Email with ASP+ by Christoph Wille
    Demonstrates how to send email via ASP+: from plain to HTML mail and attachments. (September 18, 2000)
    http://www.aspheute.com/english/20000918.asp
  • 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 learn C# pros, cons, and how it may affect Java future. [JavaWorld] 1,600 words (September, 2000)
    http://www.javaworld.com/javaworld/jw-09-2000/jw-0922-iw-csharp.html
  • 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)
    http://news.com.com/2008-1082-817522.html
  • 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)
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbconCProgrammingLanguageFutureFeatures.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
  • InfoWorld.com - C# could be major
    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
  • Enumerating Objects with .NET
    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
  • 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://www.windowsdevcenter.com/pub/a/oreilly/windows/news/hejlsberg_0800.html
  • C# from Scratch
    Introduction for first timers.
    http://www.csharphelp.com/columns/column1.html
  • A Comparative Overview of C#
    (with Java and C#) by Ben Albahari.
    http://genamics.com/developer/csharp_comparative.htm
  • 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/c_sharp/94149/
  • 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 and LDAP directory (ADSI) provider.
    http://www.developerland.com/CSharpGeneral/ActiveDirectory/124.aspx
  • 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
  • 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.mspx
  • 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.mspx
  • Microsoft brewing Java-like language
    CNet article.
    http://news.com.com/2100-1001-242268.html
  • C# Crawler
    C# weblog and article collection by Sagiv Hadaya.
    http://radio.weblogs.com/0111551/

 

The Computer Science Directory currently has categories, which include links along with indexed pages.