  |
Sample Programs in Generic C# - http://www.dina.kvl.dk/~sestoft/gcsharp/
Show how to use the programming language Generic C#, an extension of C# with parametric polymorphism, developed at Microsoft Research, Cambridge UK. |
  |
C# FAQ for C++ Programmers - http://www.andymcm.com/csharpfaq.htm
Answers many of the questions that C++ developers have when they first encounter C#. By Andy McMullan. |
  |
C# Tutorial Presentation - http://www.jaggersoft.com/csharp.html
In HTML format and links for information about the programming language. Compiled by Jon Jagger. |
  |
Rotor: You spin me right round - http://www.macadamian.com/column/tinymessenger.html
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. |
  |
Hyperlinked C Sharp Grammar - http://www.jaggersoft.com/csharp_grammar.html
Generated directly from the C# grammar in the .NET documentation (after a few typos were corrected) using a simple PERL script. |
  |
A Twisted Look at Object Oriented Programming in C# - http://www.developerfusion.co.uk/show/3821/
Article by Jeff Louie. A examination of OO programming in C#, covering inheritance, constructors, interfaces, virtual and static methods. |
  |
C# FAQ - http://www.geocities.com/csharpfaq/
Tips over avoiding common pitfalls in C#. Critique of new language features. Best practices. |
  |
TrooBloo: C# Tutorials - http://www.troobloo.com/tech/csharp.shtml
A listing of tutorials and articles. |
  |
Training on c sharp - http://www.finitestates.com/
Advanced training in emergineg technologies. Training on .NET - Visual Studio.NET, C# (C sharp), ASP.NET, VB.NET |
  |
Tetris Source Code in C# - http://rain.prohosting.com/kakasoft/cs.htm
It is the best way to learn C#(C Sharp) programming quickly. |
  |
CodeSource - C# - http://www.codersource.net/codersource_dot_net.html
Contains articles and tutorials on C# and ASP .Net using C#. |
  |
Publicjoe's C# Programming Tutorial - http://www.publicjoe.f9.co.uk/csharp/csharp.html
A beginners and intermediate tutorial on the Microsoft langauage C#. Also articles and code examples. Collection of sample chapters from C# related books. |
  |
Curly Brace Corner - http://www.decloak.com/Dev/CurlyBraceCorner/
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 |
 |
Useful Methods in C# - http://authors.aspalliance.com/olson/methods/
A collection of useful, practical methods in C#. Descriptions, sources, examples of use. |
 |
C# Notebook - http://www.componentsnotebook.com/notebooks/csharp/index.html
Example programs for using Windows Forms, the .NET Framework and C#. |