|
|
|
|
Welcome Guest! Login/Join |
 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. |
 Tetris Source Code in C# - http://rain.prohosting.com/kakasoft/cs.htm It is the best way to learn C#(C Sharp) programming quickly. |
 C# Tutorial Presentation - http://www.jaggersoft.com/csharp.html In HTML format and links for information about the programming language. Compiled by Jon Jagger. |
 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. |
 C# Notebook - http://www.componentsnotebook.com/notebooks/csharp/index.html Example programs for using Windows Forms, the .NET Framework and C#. |
 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 |
 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. |
 CodeSource - C# - http://www.codersource.net/codersource_dot_net.html Contains articles and tutorials on C# and ASP .Net using C#. |
 TrooBloo: C# Tutorials - http://www.troobloo.com/tech/csharp.shtml A listing of tutorials and articles. |
 C# FAQ - http://www.geocities.com/csharpfaq/ Tips over avoiding common pitfalls in C#. Critique of new language features. Best practices. |
 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 |
 CSharpFriends - http://www.csharpfriends.com/ C# community site which provides forums, article discussions, tutorials, internal member messaging and live chat. |
 C# Computing - http://csharpcomputing.com/ Tutorials on C# and .NET. |
 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. |
 Data Access for SQL Server in C# - http://www.c-sharpcorner.com/UploadFile/satyaakkinepally/DAC4SQLServerInCSharp11302005061511AM/DAC4SQLServerInCSharp.aspx Examples of accessing SQL via Stored Procedures using ADO.Net in C# by Satya Akkinepally. |
 The C# Tutorial @ C# Station - http://www.csharp-station.com/Tutorial.aspx 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. |
 Standard ECMA-334 - C# Language Specification - http://www.ecma-international.org/publications/standards/Ecma-334.htm The official standards document. |
 Developer Fusion - C# - http://www.developerfusion.co.uk/csharp/ UK developer community. Tutorials, articles, source code and blogs for C# developers. |
 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. |