You are on page 1of 4

Introduction

Introduction

Learning to Program in Visual C# 2008 Intro-1


Copyright © by Application Developers Training Company
All rights reserved. Reproduction is strictly prohibited.
Introduction

Prerequisites
This course assumes that students have some programming background. No
specific experience with Visual Studio 2008 or the .NET Framework is
required. As with any such course, the more experience you bring to the
course, the more you’ll get out of it. This course moves quickly through a
broad range of programming topics, but it does not require any prior .NET
skills.

Intro-2 Learning to Program in Visual C# 2008


Copyright © by Application Developers Training Company
All rights reserved. Reproduction is strictly prohibited.
Installing the Practice Files

Installing the Practice Files

Software Requirements
This course assumes a full installation of Visual Studio .NET 2008, using the
default installation settings. If you specified a particular profile when you
installed Visual Studio, your menu settings might be slightly different than
those shown in this course. The first chapter of the course walks you through
modifying the profile, so you should save any specific settings you’ve made,
as directed in the chapter.

Installation
The two Installer files provided, ProgAppsCS2008.exe and
ProgAppsCSLabs2008.exe, will create the following default subfolders:
C:\AppDev\ProgApps2008\CS\Samples and
C:\AppDev\ProgApps2008\CS\Labs. After the files are installed, a
subfolder(s) for each chapter and lab are created and placed within one of the
corresponding folders. Please refer to the individual chapters to locate the
correct folder.

You will be able to open the sample solutions in Visual Studio 2008.

Demonstration Applications
Each of the demonstrations in this course runs as a Console application, so that
the content can apply to both Windows and Web developers. As such, each
demonstration application makes use of a shared application that provides the
main menu for the sample application. If you’re interested, you may want to
investigate the code in the ConsoleMenu application. It uses only concepts
covered in this course, but it uses concepts from all chapters of the course, and
its code may not make sense until you’ve completed the course. Reviewing
this code at the completion of the course, however, will provide a good review,
and a demonstration of how to use some of the more advanced concepts from
the course.

Learning to Program in Visual C# 2008 Intro-3


Copyright © by Application Developers Training Company
All rights reserved. Reproduction is strictly prohibited.
Introduction

About the Authors


Ken Getz and Robert Green are both Senior Consultants with MCW
Technologies, a Microsoft Certified Partner. Both are members of the INETA
Speakers Bureau, a select group of recognized .NET experts focused on
speaking at user groups throughout the country. When not creating
applications for clients, Ken and Robert write articles for technical journals
such as MSDN Magazine, MSDN Online, CoDe Magazine, Advisor Guide to
Microsoft Access, and Advisor Guide to VB.NET, and have written over ten
technical books on various development topics. In a prior career, Robert
worked at Microsoft on a number of developer products. Both authors speak
regularly at industry conferences, including Microsoft’s Tech-Ed, VS
Connections, VSLive, and Advisor Devcon.

Intro-4 Learning to Program in Visual C# 2008


Copyright © by Application Developers Training Company
All rights reserved. Reproduction is strictly prohibited.

You might also like