AppDev - Technical learning ...in a class by itself
Product Search
Browse Catalog
Training Topics
 Developer
ADO.NET
ASP, ASP.NET
BizTalk Server
HTML
Java, Javascript
MCPD, MCTS
Office Developer
SharePoint
Silverlight
SQL Server
Visual Basic
Visual C#
Visual Studio .NET
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
Visual Studio 6.0
XML, XSLT
AppDev OnDemand
Training Suites

IT Professional
MCSE, MCSA
Microsoft Windows

End User
Learning Office
Learning Windows
Team Training Solutions
 Overview
KSource Online
Instructor-Led
Blended Learning
Multi-User Licensing
Resources
 Conferences
Free Training
International
About AppDev
 AppDev Experts
Company Profile
Press Releases
Contact Us
Jobs
Testimonials
Privacy Policy
Site Map


Sign-in | New User? Click here to sign up    AppDev Europe (UK)  
  View Cart My Account Customer Service Product Support
AppDev Home Page CD, DVD, Online Learning Team Learning: Online, Classroom ILT Solutions
Ready to Order? Order online, call 1-800-578-2062 or +44(0)1903 740 624 in Europe (UK).
Visual C# 2005: Developing Applications Training

Visual C# 2005: Developing Applications

with Ken Getz and Robert Green

View Course Outline | Print Course Outline (.PDF)

In this course you will learn how to use Visual Studio 2005 and Visual C# 2005 to build Windows applications to run on the .NET 2.0 platform. More...

Course includes 72+ hours of total training time...

  • 16 modules of training
  • Over 24 hours of media run time
  • Over 1100 pages of printable courseware
  • Step-by-step hands-on-labs
  • Sample code
40% OFF on all CD/DVD learning! Details
Hurry, offer ends 1/29/2010
FormatModulesRetail Price
Visual C# 2005
CD-ROM

 16 CD-ROMs
ZCS05-CD-51

Retail Price: $895.00
40% off price: $537.00

CD-ROM & Books

 16 CD-ROMs + Printed Books
KCS05-CD-51

Retail Price: $1,087.00
40% off price: $729.00

DVD-ROM

 2 DVD-ROMs
ZCS05-DV-51

Retail Price: $895.00
40% off price: $537.00

DVD-ROM & Books

 2 DVD-ROMs + Printed Books
KCS05-DV-51

Retail Price: $1,087.00
40% off price: $729.00

Multi-User LicenseNeed to train multiple users? Call 800-578-2062 to purchase additional user licenses for your AppDev Product.
100% Satisfaction Guaranteed. Details...
This training includes AppDev’s comprehensive courseware in printable .pdf format. Items designated as + Printed Books include a printed copy of the courseware.
Payment also accepted in GBPounds or Euro. Call +44 (0) 1903 740 624 to order.
View the text of AppDev's Single-User License Agreement.
See additional order and shipping information.
Read about Ken Getz and Robert Green.
Save even more on this course when you buy a Training Suite: Visual C# 2005 Web/Windows Power Suite, AppDev OnDemand Visual C# 2005 Windows Developer Library, Windows Developer Using Visual C# 2005 Select Learning Suite, Windows Developer Using Visual C# 2005 Core Learning Suite, MCPD/MCTS: Visual C# Windows Developer, MCTS: Visual C# 2005 Windows Developer
Course Outline (Outlines are subject to change.)

Visual C# 2005: Developing Applications

ModulesRun TimePages
1624 hours1100

In this course you will learn how to use Visual Studio 2005 and Visual C# 2005 to build Windows applications to run on the .NET 2.0 platform. You will become familiar with the Windows Forms and Windows Forms controls, focusing on new Visual Studio 2005 features. Access data using ADO.NET and its DataTable, DataReader, DataAdapter, and DataSet classes. Take advantage of new Visual Studio 2005 data binding features, and explore the range of controls and components provided by Visual Studio 2005. Build solid applications using structured exception handling, and debug your applications using new Visual Studio 2005 debugging features. Access legacy code in COM components, Win32 APIs using P/Invoke, and remote code in Web Services. Add professional-looking menus and toolbars using the new ToolStrip controls, and add unprecedented flexibility to your user interfaces using the new container controls. Deploy and maintain your application easier than ever before, taking advantage of Click-Once deployment.

In this course you will...

  • Learn about the new Windows Forms
  • Understand how to trap Windows Forms events
  • Investigate the latest Windows Forms controls
  • Become familiar with intrinsic .NET data types
  • Learn how to access data using ADO.NET
  • Bind controls to data effortlessly using new data binding features
  • Work with the new debugging features
  • Learn how to work with the Windows file system
  • Learn the role of DataSets and DataTables in ADO.NET
  • Understand error handling using Exception objects
  • Learn how to create data-bound applications
  • Create flexible user interfaces using new container controls
  • See how Visual C# can access COM components
  • Access remote functionality through Web Services
  • Learn to create MDI applications
  • See how to effectively deploy your Visual C# applications

Introduction to Windows Forms

  • .NET Does Windows
  • Adding Controls to a Form
  • A Peek behind the Scenes
  • Adding Event Handling Code
  • Adding a Menu to the Form
  • Adding Non-Graphical Components

Taking Advantage of the Form Event Model

  • How Visual C# Handles Events
  • Exploring Form and Control Events

Common Windows Forms Controls

  • Label, TextBox, and Button
  • CheckBox and RadioButton
  • ComboBox, ListBox, and CheckedListBox
  • LinkLabel, NumericUpdown, PictureBox and ProgressBar

Exception Handling

  • Perspectives on Exception Handling
  • Getting Started with Exception Handling
  • Catching Specific Exceptions
  • Raising Errors
  • Running Code Unconditionally
  • Handling Unhandled Exceptions
  • Creating Exception Classes

Working with Strings and Dates

  • Basic .NET Data Types
  • Working with Text: The String Class
  • Working with Dates and Times

Accessing Data

  • Overview of ADO.NET
  • Connecting to Data
  • Executing Commands
  • Working with Data
  • Choosing an ADO.NET Provider

Data Binding Techniques

  • Data Binding Basics
  • Creating a Data Source
  • Creating Data-Bound Forms
  • Data Binding Components and Controls
  • Displaying Data from Related Tables
  • Displaying Data from Lookup Tables
  • Adding Search Capabilities to a Form
  • Filtering by Values from a Lookup Table
  • Working with Local Data
  • Data Validation
  • Working with Local Data

Using the Data Controls

  • Data Controls
  • The BindingNavigator Control
  • The BindingSource Control
  • The DataGridView Control
  • The ReportViewer Control

Handling Input/Output Tasks

  • Introducing the System.IO Namespace
  • Selecting Files
  • Browsing for Folders
  • Handling Path Information
  • Working with Directories and Files
  • Using Stream-Based Objects to Read and Write File Contents

 Project Settings in Visual Studio 2005

  • The Project Designer
  • Application Properties
  • Compilation Properties
  • Debugging Properties
  • Project References
  • Project Resources
  • Project Settings

Debugging Your Applications

  • Debugging Applications
  • Setting Breakpoints and Stepping through Code
  • Evaluating Variables and Objects
  • Edit and Continue
  • Debugging Code in Assemblies
  • Tracing and Instrumenting Applications

Container Controls

  • Introducing Container Controls
  • Grouping Controls with the GroupBox Control
  • Introducing the Panel Control
  • Displaying Multiple Panels with the SplitContainer Control
  • Laying Out Panels with the TabControl Control
  • Simple Layout Using the FlowLayoutPanel Control
  • Advanced Layout Using the TableLayoutPanel Control

Menus and Toolbars

  • Introducing the ToolStrips
  • Working with the ToolStrips

Creating MDI Applications

  • MDI Applications
  • MDI Parent and Child Forms
  • Managing Open Windows
  • Managing Menus
  • Working with Open Forms

Complex Windows Forms Controls

  • Introducing Complex Controls
  • NotifyIcon Control
  • WebBrowser Control
  • MaskedTextBox Control
  • RichTextBox Control
  • TreeView and ListView Controls
  • MonthCalendar and DateTimePicker Controls

Creating Custom Controls

  • Control Creation in Windows Forms
  • Inheriting from an Existing Control
  • Drawing Your Own Custom Controls
  • Creating Composite Controls

Working with ToolBox Components

  • Introducing Components
  • FileSystemWatcher Component
  • Process Component
  • EventLog Component

More ToolBox Components

  • Timer Component
  • BackgroundWorker Component
  • PerformanceCounter Component
  • ServiceController Component

Interoperability

  • COM and .NET
  • Calling COM Objects from .NET
  • Calling .NET Assemblies from COM
  • Using Platform Invoke
  • Web Services

Deploying Applications using Click-Once

  • ClickOnce Deployment
  • Publishing an Application
  • Setting Publish Options
  • Updating a Deployed Application
  • What Happens When You Publish an Application?
  • What Happens When You Publish an Update to an Application?
  • ClickOnce and Security
  • Using the Deployment API to Manage Updates

back to top


Your Instructor

Ken Getz is a nationally renowned speaker and best-selling author who specializes in programming with Visual C# and Visual Basic. He has been working with AppDev for more than 10 years, and is the author and presenter of some of AppDev's most popular courses (click here for list of courses). Ken is also a senior consultant with MCW Technologies and the author or co-author of several best-selling books including Access 2002 Developer's Handbooks (with Paul Litwin and Mike Gunderloy (Sybex)), Access Cookbook (with Andy Baron and Paul Litwin (O'Reilly)), VBA Developer's Handbook (with Mike Gilbert (Sybex)), and ASP.NET Developer's JumpStart (with Paul D. Sheriff (Addison-Wesley)). Since the inception of the program, Ken has been selected each year as a Microsoft Support MVP and is a member of the INETA speaker's bureau, traveling to speak at .NET user groups throughout the country. Ken is a frequent speaker at technical conferences, including Microsoft's Tech-Ed, as well as VSLive and DevConnections. Ken is also a technical editor for Advisor Guide to Microsoft Access and Advisor Guide to Microsoft Visual Basic and is a columnist for both CoDe Magazine and MSDN Magazine.

Robert Green is a senior consultant with MCW Technologies, a Microsoft Certified Partner. Before joining MCW, Robert worked at Microsoft for 8 years, most recently as a Program Manager on the Visual Basic product team and previously as a Product Manager for several products including Visual Studio, Visual Basic, Visual Studio Tools for Office and Visual FoxPro. Prior to joining Microsoft, Robert was a Vice President and co-founder of The Information Management Group, a consulting and education services firm in Chicago. Robert has been a frequent speaker at technology conferences, including TechEd, VSLive, VSConnections and Advisor Live. His articles have appeared on MSDN and Advisor Publication’s VB.NET Advisor, and will appear in other venues as well throughout the year. Robert is the co-author and co-presenter of AppDev’s Visual Basic 2005 and Visual C# 2005 training, along with Ken Getz.

back to top



About This Site | Privacy Policy | Site Map
©2010 AppDev Products, LLC. All Rights Reserved. PHONE: 800-578-2062 or 952-943-1363
10250 Valley View Road Suite 120 | Eden Prairie, MN 55344 | FAX: 952-942-8452 | info@appdev.com