Thread: Excellent C# Tutorial

  1. #1
    Registered User Welder's Avatar
    Join Date
    Oct 2007
    Location
    Washington
    Posts
    100

    Excellent C# Tutorial

    I am teaching myself C# and I found a great tutorial that I wanted to share.

    Here it is:

    http://www.softsteel.co.uk/tutorials.../contents.html

    It assumes you have some minimal programming experience, understanding of variables, data types and other basic things. I found this useful because I am a C programmer and this really explains enough about C# to get me rolling. It is a very basic tutorial, with no specific direction other than to cover all the basics. Most tutorials I found on the net cover doing certain things assuming you have some knowledge of C#, but this tutorial was perfect for my skill level and now the other tutorials will make more sense.

    The only thing I wish this tutorial had was a section to go over everything for the beginner programmers such as exactly what variables, methods, classes and such are and how they interact with code in a program. Since I already had knowledge of this from C and my little bit of C++ background I had no problem.

    I am on chapter 14 right now and taking a small break.

    It isn't 100% complete, obviously. No tutorial will cover everything to do with a big programming language like C#, but it is great for getting started. I feel when I am done with this tutorial that I will be able to write some basic programs right away with only looking for references to system calls and such. (thanks to my background in C).

    Anyways, enjoy, you experienced C# programmers, let us new guys know if you think this would be helpful.
    Last edited by Welder; 11-17-2007 at 01:42 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My new website
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-17-2006, 07:38 PM
  2. Cprog tutorial: Design Patterns
    By maes in forum C++ Programming
    Replies: 7
    Last Post: 10-11-2004, 01:41 AM
  3. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM
  4. Problem with tutorial (Vector class)
    By OdyTHeBear in forum C++ Programming
    Replies: 4
    Last Post: 12-18-2002, 02:49 PM
  5. My DirectInput tutorial....
    By jdinger in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 06-18-2002, 11:32 PM