Software Skills Training, Inc.
978-250-4983
Catalog Course Schedules In House Training Registration Student Feedback
Cost Effective Training Solutions



Register Now

Discount Programs

C# 2.0 Programming for Windows Applications


Price: Contact SST for pricing  |  Duration: 5 Days

Prerequisites: General programming knowledge. Knowledge of object-oriented programming concepts is helpful but not required. Knowledge of a C-based language is helpful but not required.

Description: This course provides students with hands on experience using Visual Studio.NET to create enterprise Windows applications with the .NET Framework using C#. It covers the essentials of the C# programming language, introducing built in data types, operators control structures, classes and methods. Students then learn how to leverage the power of the .NET Framework and Windows Forms to build sophisticated graphical user interfaces. Students will learn how to use ADO.NET to interact with data sources and using the powerful data binding features of .NET. Other topics include: event handling and validation of user input; error handling and debugging; the use of a .config file to control application configuration; developing and consuming web services; file I/O; using XML data with DataSets; and deployment issues. Comprehensive hands-on lab exercises using Visual Studio.NET reinforce knowledge and build direct competence in the topics presented during the course.

This course provides thorough coverage of the use of Windows forms for the development of GUI based applications. Students requiring extensive coverage of Web forms should register for the ASP.NET 2.0 Programming Using C# course instead.

Introduction to .NET
  • Overview of the .NET Framework
  • How .NET is Different from Traditional Programming
  • Common Language Runtime (CLR)
  • Common Language Specification (CLS)
  • Common Type System (CTS)
  • Overview of .NET Assemblies
  • Microsoft Intermediate Language (MSIL)
  • .NET Namespaces
  • .NET Framework Classes
Language Fundamentals
  • C# Project Types
  • Program Structure
  • Defining Namespaces
  • C# Data Types
  • Declaration and use of Variables and Constants
  • Operators and Expressions
  • Console I/O
  • Type Conversions and Type Checking
Functions and Parameters
  • Defining Functions
  • Parameters
  • Passing by Value
  • Passing by Reference
  • Value Types versus Reference Types
  • The Stack
  • The Heap
  • Function Overloading
  • Variable Length Parameter Lists
  • Type Checking
  • Static Members
Data Structures
  • Defining and Using Arrays
  • Using System.Array
  • Defining and Using Structures
  • Defining and Using Enumerations
  • Using System.Enum
  • Using .NET Collections
    • ArrayList
    • Hashtable
Object-Oriented Programming Concepts
  • Purpose of Object-Oriented Programming
  • Building Classes
  • Creating Objects
  • Using Inheritance with .NET Classes
  • Understanding the Role of Interfaces in .NET
    • ICollection
    • IList
    • IDictionary
    • IDbConnection
    • IDbCommand
Handling Events
  • Event Driven Programming Model
  • Common Event Categories
  • Writing Event Handlers
  • Sharing Event Handlers between Events
Working with Dialogs
  • Using the MessageBox Class
  • Using the Standard Dialogs
  • Creating and Using Windows Dialogs
  • Modal versus Modeless Dialogs
  • Working with Modal Dialogs
  • Using DialogResult
  • Setting the Default and Cancel Buttons
  • Using the ErrorProvider Control
  • Working with Modeless Dialogs
Data Binding
  • Introduction to Data Binding
  • Binding Controls using .NET 1.1
  • Binding Controls using .NET 2.0
Using XML
  • Introduction to XML and XML Schemas
  • Reading XML Data with a DataSet
  • Writing XML Data with a DataSet
  • Working with Xml Documents
  • Working with Configuration Files
Reading and Writing Files
  • System.IO Namespace
  • Examining Files and Directories
  • Opening Files
  • Reading Files
  • Writing Files
Introduction to Visual Studio.NET
  • Setting Profiles
  • Creating a Project
  • Using the Solution Explorer
  • Setting Project Properties
  • Adding References
  • Using the Code Editor
  • Compiling a Program
  • Running a Program
Conditionals and Looping
  • if
  • if/else
  • switch
  • while
  • for
  • foreach
Exception Handling
  • What are Exceptions
  • Catching Exceptions
  • .NET Exception Hierarchy
  • Throwing Exceptions
  • Managing Resources with Finally
  • Defining Custom Exception Types
Windows Forms Programming in Visual Basic.NET
  • What are Windows Forms
  • Overview of Controls
  • The .NET Control Hierarchy
  • Label and TextBox Controls
  • Button Controls
  • Using the Windows Forms Designer
  • The Life-cycle of a Form
Using Controls
  • Enabling/Disabling Controls
  • Showing/Hiding Controls
  • Setting Focus to a Control
  • Making Choices Using the CheckBox and RadioButton Controls
  • Managing Lists Using the ListBox, ComboBox, ListView and TreeView Controls
  • Providing Assistance with the ToolTip Control
  • Using the Up/Down Controls
  • Building Menus, Toolbars and Statusbars in .NET 1.1
  • Building Menus, Toolbars and Statusbars in .NET 2.0
  • New Controls in .NET 2.0
ADO.NET
  • The ADO.NET Object Model
  • Client-Side vs. Server-Side Cursors
  • Connected vs. Disconnected Access
  • Using Connection Classes to Connect to a Data Source
  • Using Command Classes to Execute Queries and Stored Procedures
  • Insert, Update and Delete with ADO.NET
  • Using DataReader Classes to Work with Cursors
  • Using the DataSet Class with Disconnected Data
  • Using DataAdapter Classes with DataSets
MDI Applications
  • Introduction to MDI Applications
  • Building the Parent Form
  • Building the Child Form
  • Spawning Child Forms
Introduction to Web Services
  • Web Services Architecture
  • Web Service Programming Model
  • Understanding SOAP Messages
  • Creating Web Services using C#
  • Protocols for Accessing Web Services
  • Consuming a Web Service
  • Using WSDL and Proxy Classes
Deploying Applications
  • Issues with Deployment
  • Using XCOPY Deployment
  • Using Visual Studio Deployment Projects
  • Using VS 2005 Publish Option