Tuesday 18 February 2014

Learn C# Programming

Learn basics of C# programming with us. C# is very popular language for development in Dot Net platform. It is simple and easy to learn programming language. I am writing series of posts on "Learn C# Programming". Here is complete syllabus :

1. Getting started
   1.1. Dot Net Framework
   1.2. Platform Advantage
   1.3. Platform Programming
   1.4. Development Environment Setup

2. Data and Data Types
   2.1. Variable and Constant Declaration
   2.2. Integer , Floating Point , Boolean
   2.3. Character , String and Array
   2.4. new operator and var keyword
   2.5. Type conversion

3. Operators
   3.1. Unary
   3.2. Binary
   3.3. Airthmatic
   3.4. Relational
   3.5. Increments and Decrements
 
4. Decision Making and Control Statement
   4.1. Conditional
   4.2. Looping
   4.3. Branching
   4.4. Jumping

5. OOP's Fundamentals
   5.1. Object
   5.2. Class
   5.3. Class Member and Methods
   5.4. Method Overloading
   5.5. Constructor
   5.6. Inheritance
   5.7. Abstract Class and Method
   5.8. Interface
   5.9. Partial Class
   5.10. Access Modifier

6. The Next Step  
   6.1. Delegates
   6.2. Events
   6.3. Generics
   6.4. Collection
   6.5. Exception Handling
   6.6. I/O Handling
   6.7. Threading
   6.8. Properties



Read More

Blogger