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

c# training | c# training videos | c# object oriented programming | c# course

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