Introduction to Visual Studio and C
7:15 AM
Table of Contents
1 Introduction
1.1 Visual Studio
1.2 C#
1.3 .NET Framework
1.4 Object-Oriented Programming (OOP)
2 Visual Studio
2.1 Introduction
2.2 Getting Started
2.2.1 Integrated Development Environment (IDE)
2.2.2 New Project
2.2.3 Solution Explorer
2.2.4 Toolbox
2.2.5 Editors and Designers
2.2.6 Properties window
2.2.7 Build and Debug Tools
3 Windows
Programming
3.1 Introduction
3.1.1 Windows Forms
3.1.2 WPF
3.2 Hello World
4 Getting Started
with C#
4.1 Introduction
4.2 Data Types and Variables
4.2.1 Boolean type
4.2.2 Numeric types: Integrals, Floating Point,
Decimal
4.2.3 String type
4.2.4 Arrays
4.3 Control Flow
4.3.1 The if Statement
4.3.2 The switch Statement
4.4 Loops
4.4.1 The while Loop
4.4.2 The do Loop
4.4.3 The for Loop
4.4.4 The foreach Loop
4.5 Methods
4.5.1 Nonstatic Methods
4.5.2 Static Methods
4.6 Namespaces
4.7 Classes
4.7.1 Constructor
4.8 Properties
4.9 Naming Convention
5 More
Object-oriented Techniques
5.1 Inheritance
5.2 Polymorphism
5.3 Encapsulation
6 Exception Handling
Windows Forms
Example
8 Web Programming
8.1 Introduction
8.2 HTML
8.3 Web Browser
8.4 CSS
8.5 JavaScript
8.6 ASP.NET
8.7 AJAX/ ASP.NET AJAX
8.8 Silverlight
9 Database
Programming
9.1 ADO.NET
0 comments: