Contents
1.Introduction to Dot Net Framework
1. Introduction
2. What is Framework?
3. Architecture of Dot Net Framework
3.1 Common Language Runtime (CLR)
3.2 Common Type System (CTS)
3.3 Common Language Specification (CLS)
3.4 JIT Compilers
3.5 Base Class Library
4. Integrated Development Environment (IDE)
4.1 New Project
4.2 Solution Explorer
4.3 Toolbox
4.4 Editors and Designers
4.5 Properties Window
5. Event Driven Programming
5.1 Handling Mouse Events
5.2 Handling Keyboard Events
2.Introduction to VB.Net
1. Basics of VB.Net
1.1 Operators
1.2 Data Types
1.3 Control Structures
1.4 Decision Making Statements
1.5 Loop Structures
1.6 Loop Control Statements: Exit, Continue and Goto
2. Build Windows Applications
2.1 Controls
2.2 Menus and PopUp Menu
2.3 Predefined Dialog controls: Color, Save, File, Open, Font
2.4 DialogBox - InputBox(), MessageBox-MsgBox()
3. Introduction to C hash
1. Language Fundamentals
1.1 Data type and Control Constructs
1.2 Value and Reference Types, Boxing
1.3 Arrays
1.4 String Class and Its Various Operations
1.5 Functions
2. Object Oriented Concepts
2.1 Defining Classes and Objects
2.2 Access Modifiers
2.3 Constructors
2.4 Constructor Parameters
2.5 Inheritance
2.5 Interface
2.6 Abstract Class
2.7 Method Overloading and Overriding
2.8 Delegates
4. Introduction to ASP.Net
1. What is ASP.Net?
2. ASP.Net Page Life Cycle
3. Architecture of ASP.Net
4. Forms, WebPages, HTML forms
5. Request and Response in Non-ASP.Net Pages
6. Using ASP.Net Server Controls
7. Overview of Control Structures
8. Functions
9. HTML Events
9.1 ASP.Net Web Control Events
9.2 Event Driven Programming and Postback
10. Introduction to Web Forms
10.1 Web Controls
10.2 Server Controls
10.3 Client Controls
10.4 Navigation Controls
10.5 Validations
10.6 Master Page
10.7 State Management Techniques
5. Architecture of ADO.Net
1. Basics of ADO.Net
1.1 Connection Object
1.2 Command Object
1.3 DataSet
1.4 DataTable
1.5 DataReader Object
1.6 DataAdapter Object
2. DataGridView and DataBinding: Insert, Update, Delete Records
3. Navigation Using Data Source