|
Chapter 1 : Author Mentoring
-
Lesson 1.1 : Audience for this course
- Lesson 1.2 : Job Role and Employment Opportunities
- Lesson 1.3 : Prerequisite Knowledge and Skills for C#.NET
- Lesson 1.4 : Inspire with C#.NET
Chapter 2 : Fundamentals of C#.NET
- Lesson 2.1 : History of C#.NET
- Lesson 2.2 : What is C#.NET?
- Lesson 2.3 : Why we learn .NET?
- Lesson 2.4 : Course Objective
Chapter 3 : Setting up an Environment for .NET
- Lesson 3.1 : Installation checklist for Visual Studio .NET 2005
- Lesson 3.2 : Step by step Installation Process
- Lesson 3.3 : Configuring and trouble Shooting Visual Studio.NET 2005
Chapter 4 : Architecture of .NET Framework
- Lesson 4.1 : What is .net Framework?
- Lesson 4.2 : Various Components of .NET Framework
- Lesson 4.3 : What are CTS and CLS?
- Lesson 4.4 : What are CLR, JIT Compiler and GC?
Chapter 5: Introduction to Visual Studio .NET 2005
- Lesson 5.1 : Exploring Visual Studio.NET 2005
- Lesson 5.2 : Working with Solution Explorer
- Lesson 5.3 : Working with Tool Box and Properties Window
- Lesson 5.4 : My First C# Program
- Lesson 5.5 : Creating Simple application in VS .NET 2005
Chapter 6 : C# Fundamentals
- Lesson 6.1 : What is Variable?
- Lesson 6.2 : Datatype –Value Type
- Lesson 6.3: Datatype- Reference type
- Lesson 6.4: Boxing and Unboxing
- Lesson 6.5: Standard Output and Input Statements
Chapter 7 : Working with Operators
- Lesson 7.1: Arithmetic Operator
- Lesson 7.2: Relational Operator
- Lesson 7.3: Logical and Assignment Operator
- Lesson 7.4: Increment/Decrement and Conditional Operator
Chapter 8 : Decision Making, Branching and Looping
- Lesson 8.1: Working with simple IF and IF-ELSE Statement
- Lesson 8.2: Working with NESTED-IF and ELSE-IF-LADDER
- Lesson 8.3: Working with Switch Statement
- Lesson 8.4: While and Do-while Loop
- Lesson 8.5: Working with For and For-Each Loop
- Lesson 8.6: Jump and Goto Statement
Chapter 9 : Working with Arrays
- Lesson 9.1: Introduction to Array
- Lesson 9.2: Creating Two-Dimensional Array
- Lesson 9.3: Using Array_List Class
Chapter 10 : Working with Strings
- Lesson 10.1: Working with System.String Class
- Lesson 10.2: Working with System.StringBuilder Class
Chapter 11 : Basic Concepts of OOPS
- Lesson 11.1: What is Class?
- Lesson 11.2: C# class Access Modifiers
- Lesson 11.3: What is Object?
- Lesson 11.4: What is Constructor?
- Lesson 11.5: What is Destructor?
- Lesson 11.6: Introduction to Inheritance
- Lesson 11.7: Role of Access modifiers in Inheritance
- Lesson 11.8: Working with Multilevel Inheritance
- Lesson 11.9: Method Overriding
- Lesson 11.10: Abstract Class
Chapter 12 : Interface and its usage
- Lesson 12.1: Introduction to Interface
- Lesson 12.2: How to extend an Interface
- Lesson 12.3: How to implement Multiple Interfaces
Chapter 13 : Polymorphism
- Lesson 13.1: Introduction to Polymorphism
- Lesson 13.2: Method Overloading
- Lesson 13.3: Operator Overloading
- Lesson 13.4: What is Properties?
Chapter 14 : Delegates and Events
- Lesson 14.1: Introduction to Delegates
- Lesson 14.2: How to declare a delegate?
- Lesson 14.3: How to instantiate Delegate?
- Lesson 14.4: Creating and implementing delegate
Chapter 15 : ADO.NET
- Lesson 15.1: Overview of ADO.NET
- Lesson 15.2: How does ADO.NET Works?
- Lesson 15.3: Basic Data Providers
- Lesson 15.4: ADO.NET Objects
- Lesson 15.5: DataSet and SqlDataAdapter Object
- Lesson 15.6: Simple Windows application with Database Transaction part1
- Lesson 15.7: Simple Windows application with Database Transaction part2
Chapter 16 : Managing Errors and Exception
- Lesson 16.1: Types of Errors
- Lesson 16.2: How to handle the Exception
Chapter 17 : Visual Studio .NET 2005 Windows and Web Controls
- Lesson 17.1: Working with Date TimePicker Control
- Lesson 17.2: Working with NumericUpDown Control
- Lesson 17.3: Working with TreeView Control
- Lesson 17.4: Working with Dialogs Controls
- Lesson 17.5: Working with FileUpload Control
- Lesson 17.6: Working with Login Controls
- Lesson 17.7: Working with WebParts
Chapter 18 : Data Access Controls
- Lesson 18.1: Working with GridView Control
- Lesson 18.2: Implementing DataList Control
- Lesson 18.3: FormView Control and its usage
- Lesson 18.4: Working with Repeater Control
- Lesson 18.5: About SiteMap DataSource
- Lesson 18.6: Simple Web Application with Database Transaction-Part 1
- Lesson 18.7: Simple Web Application with Database Transaction-Part2
|