C# Programming/Basics

      Basics

      Naming conventions 
      Quickly describes the generally accepted naming conventions for C#.
      Basic syntax 
      Describes the basics in how the applications you write will be interpreted.
      Variables 
      The entities used to store data of various shapes.
      Operators 
      Summarizes the operators, such as the '+' in addition, available in C#.
      Data structures 
      Enumerations, structs, and more.
      Control statements 
      Loops, conditions, and more. How the program flow is controlled.
      Exceptions 
      Responding to errors that can occur.
      Last modified on 12 August 2010, at 18:18