PROWAREtech
c sharp
.
..
.NET C# Tutorial - A Beginner's Guide - Page 1
Introduction: Object Oriented Programming (Encapsulation, Polymorphism, Inheritance), Comments, Code Blocks.
.NET C# Tutorial - A Beginner's Guide - Page 2
Keywords, Data Types (Integer, Floating-point, decimal, bool, char, object, string, var, Array), Literals (Character Escape Sequences, String Literals).
.NET C# Tutorial - A Beginner's Guide - Page 3
Variables, Nullable Variables, Operators (Arithmetic, Assignment, Relational, Logical, Bitwise, Conditional, Coalescing, Operator Precedence), Type Casting, Type Identification.
.NET C# Tutorial - A Beginner's Guide - Page 4
Program Control Statements (if else, for, while, do while, break, continue, foreach, switch, using).
.NET C# Tutorial - A Beginner's Guide - Page 5
Classes - Methods/Functions: Using Parameters (ref, out), Overloading, static Methods, Lambda Expressions; Constructors, Destructors, Properties.
.NET C# Tutorial - A Beginner's Guide - Page 6
More on Classes - Inheritance, Virtual Methods and Overriding, Abstract Classes, Preventing Inheritance (sealed).
.NET C# Tutorial - A Beginner's Guide - Page 7
Arrays, Interfaces, Structures, Enumerations, Namespaces, internal Classes, Exception Handling.