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

24
LOGO C# ONLINE TRAINING http:// www.todaycourses.com

Upload: nancy-thomas

Post on 15-Apr-2017

271 views

Category:

Education


1 download

TRANSCRIPT

Page 1: c# training | c# training videos | c# object oriented programming | c# course

LOGO

C# ONLINE TRAINING

http://www.todaycourses.com

Page 2: c# training | c# training videos | c# object oriented programming | c# course

LOGOContents

Introduction to Web Controls1

Introducing Variables and Data Types

2

Using .NET Framework Classes

3

Branching in Code4

Page 3: c# training | c# training videos | c# object oriented programming | c# course

LOGOContents

Introducing Objects and Classes

5

Overview of Properties and Methods6

Inheritance7

Introducing Arrays8

Page 4: c# training | c# training videos | c# object oriented programming | c# course

LOGOContents

Motivating Delegates9

Introducing Generics10

Perspectives on Exception Handling?

11

Generics, Collections, and Interfaces

12

Page 5: c# training | c# training videos | c# object oriented programming | c# course

LOGOContents

What is .NET, Anyway?13

Intro to .NET Framework Classes

14

String Class15

What is ADO.NET ?16

Page 6: c# training | c# training videos | c# object oriented programming | c# course

LOGOContents

Why Windows Forms?17

Page 7: c# training | c# training videos | c# object oriented programming | c# course

LOGOIntroduction to Web Controls

Introduction to Web Controls Thinking about .NET Using Visual Studio 2005 Debugging and Handling Exceptions Data Types and Variables

Page 8: c# training | c# training videos | c# object oriented programming | c# course

LOGOIntroducing Variables and Data Types

Introducing Variables and Data Types Working with Variables and Data Types Using the .NET Framework

Page 9: c# training | c# training videos | c# object oriented programming | c# course

LOGOUsing .NET Framework Classes

Using .NET Framework Classes Working with Strings Working with Dates and Times Branching and Flow Control

Page 10: c# training | c# training videos | c# object oriented programming | c# course

LOGOIntroducing Objects and Classes

Introducing Objects and Classes Creating Your Own Classes Working with Classes Properties and Methods

Page 11: c# training | c# training videos | c# object oriented programming | c# course

LOGOOverview of Properties and Methods

Overview of Properties and Methods Working with Properties Working with Methods Object-Oriented Techniques

Page 12: c# training | c# training videos | c# object oriented programming | c# course

LOGOInheritance

Inheritance Interfaces Organizing Classes Working with Arrays

Page 13: c# training | c# training videos | c# object oriented programming | c# course

LOGOIntroducing Arrays

Introducing Arrays Manipulating Arrays Creating Indexes Delegates and Events

Page 14: c# training | c# training videos | c# object oriented programming | c# course

LOGOMotivating Delegates

Motivating Delegates Introducing Delegates Working with Events Generics

Page 15: c# training | c# training videos | c# object oriented programming | c# course

LOGOIntroducing Generics

Introducing Generics Generics and Arrays Generic Interfaces Generic Constraints Generics and Lists Handling Exceptions

Page 16: c# training | c# training videos | c# object oriented programming | c# course

LOGOPerspectives 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

Page 17: c# training | c# training videos | c# object oriented programming | c# course

LOGOGenerics, 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

Page 18: c# training | c# training videos | c# object oriented programming | c# course

LOGOWhat 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?

Page 19: c# training | c# training videos | c# object oriented programming | c# course

LOGOIntro 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

Page 20: c# training | c# training videos | c# object oriented programming | c# course

LOGOString 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

Page 21: c# training | c# training videos | c# object oriented programming | c# course

LOGOWhat 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

Page 22: c# training | c# training videos | c# object oriented programming | c# course

LOGOWhy 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

Page 23: c# training | c# training videos | c# object oriented programming | c# course

LOGOWhy 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

Page 24: c# training | c# training videos | c# object oriented programming | c# course

LOGO