473,387 Members | 1,785 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

C# Tutorial

This is not an ad for the best c# tutorial on the internet! And not
from anybody world known.
I just wanted to start a thread (to possibly gather more interest)
based on a post Jon Skeet made earlier:

<quote from Jon Skeet - sk***@pobox.com >

I'm considering writing a C# tutorial.
Any comments (including "don't do it, there are plenty out there
already") are welcome - and if I *do* go ahead with it, I'd love it to
be as collaborative as possible... if you'd like to help, please let
me know.

</quote>

Some topics of discussion:
- Should another one be made?
- What other ones are there (and strengths/weaknesses)?
- Content that should or should not be included?
- Target Audience?
newbie to programming or veterans of OOP moving to .NET and
needing to know its subtleties.
- Format / Hosting?
possibly making it a Wiki similar to http://jinx.swiki.net/12
Nov 15 '05 #1
2 9852
> - What other ones are there (and strengths/weaknesses)?

Seven tutorials from google's top 60 matches for "C# tutorial". If
anybody has used any of these and has comments, please post.

I specifically avoided any that were powerpoint based since those tend
to have a either a high-level overview or require an instructor.

Most started with an intro / hello world so I left that chapter out.

http://www.softsteel.co.uk/tutorials/cSharp/cIndex.html

Contents:

1 .NET Framework

2 C# vs C++/Java

3. hello world

4 variable types

5 pointers

6 arrays

7 enumerations

8 operators

9 loops

10 jump/selection

11 classes...

12 ...declaration

13 methods

14 polymorphism

15 constants...

16 delegates...

17 exceptions

18 compiler

19 documentation

20 reference

http://www.csharp-station.com/Tutorial.aspx

by Joe Mayo, author of C# unleashed, Sams publishing

2: Expressions, Types, and Variables

3: Control Statements - Selection

4: Control Statements - Loops

5: Methods 6: Namespaces

7: Introduction to Classes

8: Class Inheritance

9: Polymorphism

10: Properties

11: Indexers

12: Structs

13: Interfaces

14: Introduction to Delegates and Events

15: Introduction to Exception Handling

16: Using Attributes

http://www.functionx.com/csharp/

2 Variables

3 Introduction to Classes

4 The Members of a Class

5 Method Parameters

6 Conditional Operators

7 Conditional Statements

8 Counting and Looping

9 Constructing Expressions

10 Conditional Statements and functions

http://devhood.com/training_modules/...ningcsharp.htm

2 C# Applications

2.1 Creating Console Assemblies

2.2 Creating GUI Assemblies

2.3 Creating Code Library Assemblies

3 Visual Studio.NET (projects)

4 Language Concepts

4.1 Syntax Ground Rules

4.2 Primitive Types

4.3 Expressions and Operators

4.4 Methods

4.5 Reference Types and Value Types

4.6 Arrays of Data

4.7 Conditional Statements

4.8 Loops

4.9 Error Handling

5 Simple Object Oriented Programming

5.1 Using Types

5.2 Typecasting

5.3 Extending Types

6 C# in Action

http://csharpcomputing.com/Tutorials/TOC.htm

2. Hacker's introduction to MSIL

3. Hacker's introduction to MSIL Part 2.

4. Object-Oriented design

5. Passing by value and by reference

6. Understanding static and instance members

7. Recursion

8. Exceptions

9. Linked List

10. Simple Internet Programming

11. Creating online documentation

12. Delegates

13. Events

14. The Form, the TextBox and the CheckBox

15. The Pen and the Brush

16. Numerical methods in C#

17. Reading a database

18.Building a calculator

19 Creating Components with C#

20 Pre COM compiler interoperability

21 Using unmanaged dlls from Dotnet

http://www.managedworld.com/articles/0002/article.aspx

1 - What Is C#?

2 - Classes

3 - Interfaces and Value Data Types

4 - Language Constructs and Glossary

http://tutorials.findtutorials.com/index/category/87

These appear to be from Wrox books, not very complete. Basically an
intro to some of the base classes:

2 - The Base Classes

3 - Manipulating Dates and Times

4 - File and Folder Operations

5 - Browsing the Internet

6 - Accessing the Register

7 - Mathematical Functions


Nov 15 '05 #2
> - What other ones are there (and strengths/weaknesses)?

Seven tutorials from google's top 60 matches for "C# tutorial". If
anybody has used any of these and has comments, please post.

I specifically avoided any that were powerpoint based since those tend
to have a either a high-level overview or require an instructor.

Most started with an intro / hello world so I left that chapter out.

http://www.softsteel.co.uk/tutorials/cSharp/cIndex.html

Contents:

1 .NET Framework

2 C# vs C++/Java

3. hello world

4 variable types

5 pointers

6 arrays

7 enumerations

8 operators

9 loops

10 jump/selection

11 classes...

12 ...declaration

13 methods

14 polymorphism

15 constants...

16 delegates...

17 exceptions

18 compiler

19 documentation

20 reference

http://www.csharp-station.com/Tutorial.aspx

by Joe Mayo, author of C# unleashed, Sams publishing

2: Expressions, Types, and Variables

3: Control Statements - Selection

4: Control Statements - Loops

5: Methods 6: Namespaces

7: Introduction to Classes

8: Class Inheritance

9: Polymorphism

10: Properties

11: Indexers

12: Structs

13: Interfaces

14: Introduction to Delegates and Events

15: Introduction to Exception Handling

16: Using Attributes

http://www.functionx.com/csharp/

2 Variables

3 Introduction to Classes

4 The Members of a Class

5 Method Parameters

6 Conditional Operators

7 Conditional Statements

8 Counting and Looping

9 Constructing Expressions

10 Conditional Statements and functions

http://devhood.com/training_modules/...ningcsharp.htm

2 C# Applications

2.1 Creating Console Assemblies

2.2 Creating GUI Assemblies

2.3 Creating Code Library Assemblies

3 Visual Studio.NET (projects)

4 Language Concepts

4.1 Syntax Ground Rules

4.2 Primitive Types

4.3 Expressions and Operators

4.4 Methods

4.5 Reference Types and Value Types

4.6 Arrays of Data

4.7 Conditional Statements

4.8 Loops

4.9 Error Handling

5 Simple Object Oriented Programming

5.1 Using Types

5.2 Typecasting

5.3 Extending Types

6 C# in Action

http://csharpcomputing.com/Tutorials/TOC.htm

2. Hacker's introduction to MSIL

3. Hacker's introduction to MSIL Part 2.

4. Object-Oriented design

5. Passing by value and by reference

6. Understanding static and instance members

7. Recursion

8. Exceptions

9. Linked List

10. Simple Internet Programming

11. Creating online documentation

12. Delegates

13. Events

14. The Form, the TextBox and the CheckBox

15. The Pen and the Brush

16. Numerical methods in C#

17. Reading a database

18.Building a calculator

19 Creating Components with C#

20 Pre COM compiler interoperability

21 Using unmanaged dlls from Dotnet

http://www.managedworld.com/articles/0002/article.aspx

1 - What Is C#?

2 - Classes

3 - Interfaces and Value Data Types

4 - Language Constructs and Glossary

http://tutorials.findtutorials.com/index/category/87

These appear to be from Wrox books, not very complete. Basically an
intro to some of the base classes:

2 - The Base Classes

3 - Manipulating Dates and Times

4 - File and Folder Operations

5 - Browsing the Internet

6 - Accessing the Register

7 - Mathematical Functions


Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Rhino | last post by:
Can anyone point me to a good free XSLT Tutorial online? I looked for some a few months ago and didn't find anything very good. I'm hoping some of the experts here can point me to a good XSLT...
15
by: binnyva | last post by:
Hello Everyone, I have just compleated a JavaScript tutorial and publishing the draft(or the beta version, as I like to call it) for review. This is not open to public yet. The Tutorial is...
18
by: Xah Lee | last post by:
i've started to read python tutorial recently. http://python.org/doc/2.3.4/tut/tut.html Here are some quick critique: quick example: If the input string is too long, they don't truncate it,...
0
by: Joe Mayo | last post by:
I've recently updated the C# Tutorial at C# Station with a new addition, Lesson 17: Enums. The C# Tutorial may be found at http://www.csharp-station.com/Tutorial.aspx. Other updates include:...
10
by: Safalra | last post by:
When a poster in a forum I frequent said they were beginning to learn HTML, I thought I should direct them to a good HTML tutorial so that they wouldn't start using <blink> and the like....
11
by: Magnus Lycka | last post by:
While the official Python Tutorial has served its purpose well, keeping it up to date is hardly anyones top priority, and there are others who passionately create really good Python tutorials on...
7
by: Turbo | last post by:
I have a written a detailed html tutorial here:- http://sandy007smarty.seo.iitm.ac.in/2006/09/26/html-tutorial/ I know there are a couple of html tutorials out there. But its a tutorial without...
2
by: sara | last post by:
Hi All, I learned C++ long time ago and now I want to review all of its details in a short time like a week. I wonder if there is a good tutorial you know which I can read for this purpose....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.