C#.NET Online Training
C#.NET Online Training Course Content:
Introduction to Web Controls
1.Thinking about .NET
2.Using Visual Studio 2005
3.Debugging and Handling Exceptions
4.Data Types and Variables
Introducing Variables and Data Types
1.Working with Variables and Data Types
2.Using the .NET Framework
Using .NET Framework Classes
1.Working with Strings
2.Working with Dates and Times
3.Branching and Flow Control
Branching in Code
1.Repeating Code Blocks
2.Unconditional Branching
3.Classes and Objects
Introducing Objects and Classes
1.Creating Your Own Classes
2.Working with Classes
3.Properties and Methods
Overview of Properties and Methods
1.Working with Properties
2.Working with Methods
3.Object-Oriented Techniques
Inheritance
1.Interfaces
2.Organizing Classes
3.Working with Arrays
Introducing Arrays
1.Manipulating Arrays
2.Creating Indexes
3.Delegates and Events
Motivating Delegates
1.Introducing Delegates
2.Working with Events
3.Generics
Introducing Generics
1.Generics and Arrays
2.Generic Interfaces
3.Generic Constraints
4.Generics and Lists
5.Handling Exceptions
Perspectives on Exception Handling?
1.Getting Started with Exception Handling
2.Catching Specific Exceptions
3.Raising Errors
4.Running Code Unconditionally
5.Creating Exception Classes
6.Collection Classes
Generics, Collections, and Interfaces
1.The Generic List
2.Working with Dictionaries, Stacks and Queues
3.Creating Your Own Generic Collection Classes
4.Introduction to Visual Studio 2005
What is .NET, Anyway?
1..NET Framework Components
2..NET Languages
3.Applications You Can Build
4.Create a Console Project in Visual Studio 2005
5.Option Strict
6.IntelliSense
7.Start Debugging
8.Add A Reference
9.Single Step from Visual Basic to C#
10.Imports/Using Statements
11.Inserting Code Snippets
12.How Do I Distribute This App?
Intro to .NET Framework Classes
1.Looking at System Services
2.What’s in the BCL ?
3.A Note About Namespaces
4.System Namespace
5.System.Collections
6.System.Data
7.System.NET
8.System.Security
9.System.Web.UI.WebControls
10.System.Windows.Forms
11.Intro to .NET Framework Classes
String Class
1.StringBuilder Class
2.FileVersionInfo Class
3.FileSystemWatcher Class
4.Common Dialog Demo
5.Network Event Demo
6.New Classes in Framework 2.0
7.My Namespace Simplifies
8.Static Classes
9.Dynamic Classes
10.Data Access with ADO.NET
What is ADO.NET ?
1.ADO.NET Architecture
2.DataTable Object
3.Filling a DataTable Manually
4.Setting Up Connections
5.Commands
6.Reading Data with DataReader
7.Working With Data
8.Connecting to a Data Source
9.Getting Data into a DataSet
10.Viewing Data while Debugging
11.Inserting Data
12.Insert Data Using Stored Procedure
13.Windows Services Using Visual C# 2005
14.Steps for Building Windows Services
15.View Current Running Services
16.Debugging Your Service
17.Create a Windows Service
18.Uninstall the Windows Service
19.Windows Forms Using Visual C# 2005
Why Windows Forms?
1.Visual Inheritance
2.Forms in Visual Studio
3.Some Windows Forms Controls
4.Create a Base Form
5.Create an Inherited Form
6.Anchoring/Docking
7.Creating an MDI Application
8.Display Forms Programmatically
9.Examine Event Handler code
10.Add Code to the Base Form
11.BackgroundWorker Component
12.New Controls in Visual Studio 2005
13.Click Once Deployment
14.Web Services Using Visual C# 2005
15.Introducing Web Services
16.Transporting Information
17.Consuming A Web Service
18.Making Web Service Requests
19.Set a Reference to the Web Service
20.Add Code to Call the Web Service
21.Call A More Complex Web Service
22.Create A New Web Service
23.Consume the Web Service
24.Deploy the Web Service