C# for beginners

Monday, September 19, 2011

Index


  • Why?
  • 0. Introduction
  • 0.1 High-level and low-level languages
  • 0.2. Assemblers, compilers and interpreters
  • 0.3. Pseudocode
  • 0. Suggested exercises
  • 1. First contact with C#
  • 1.1 Display a text using C#
  • 1.2. How to test this program using Mono
  • 1.3. Display integer numbers on screen
  • 1.4. Basic mathematical operations in C#
  • 1.5. Introduction to variables: int
  • 1.6. Identifiers
  • 1.7. Comments
  • 1.8. User-entered data: ReadLine
  • 2.1. Conditional statements
  • 2.1.2. "if" and compound statements
  • 2.1.3. Relational operators
  • 2.1.4. if-else
  • 2.1.5. Logical operators: &&, ||, !
  • 2.1.6. The risk of assignment inside an "if"
  • 2.1.7. Introduction to Flowcharts
  • 2.1.8. Conditional operator: ?
  • 2.1.9. switch
  • 2.2. Iteration statements
  • 2.2.1. while
  • 2.2.2. do ... while
  • 2.2.3. for
  • 2.3. Exiting a loop: "break" command
  • 2.4. "Continue" statement: force the next iteration
  • 2.4b. Solved exercises with "for"
  • 2.5. The "goto" statement
  • 2.6. More on flowcharts. Box (Chapin) diagrams.

(More coming soon)
Posted by Nacho Cabanes at 2:50 AM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: _index_, index

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Labels

_index_ (1) array (1) bool (1) break (1) char (1) conditional (1) continue (1) do (1) float (1) for (1) foreach (1) goto (1) if (1) indented (1) index (1) maths (1) string (1) StringBuilder (1) struct (1) switch (1) try (1) variables (1) while (1) why (1) write (1)

Search This Blog

Blog Archive

  • ►  2013 (13)
    • ►  February (1)
    • ►  January (12)
  • ►  2012 (52)
    • ►  December (1)
    • ►  October (1)
    • ►  February (18)
    • ►  January (32)
  • ▼  2011 (22)
    • ►  December (5)
    • ►  October (14)
    • ▼  September (3)
      • 0. Introduction
      • Index
      • Why?
Simple theme. Powered by Blogger.