0% found this document useful (0 votes)
35 views

01 CSharp Study Guide

C#

Uploaded by

hs87
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

01 CSharp Study Guide

C#

Uploaded by

hs87
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Introduction

About the Videos


1 Use the pause and re-wind buttons on the Windows Media Player controls to review information you may have missed. Alternately, you can use the following keyboard combinations to navigate through the videos using Windows Media Player: Pause Rewind Fast Forward Stop Volume Up Volume Down Mute Ctrl+P Ctrl+Shift+B Ctrl+Shift+F Ctrl+S F10 F9 F8

2 Our minds often work faster than an instructor can speak. If this is the case, you can adjust the playback speed, increasing it by as much as 25 to 30 percent. Select the following menu options: Play > Play Speed > Fast. Alternately: Fast Ctrl+Shift+G Normal Ctrl+Shift+N Slow Ctrl+Shift+S 3 If you are having playback issues for example, if the video looks fuzzy there are a couple of things that you can do to improve performance: http://www.learnvisualstudio.net/VideoProblems.aspx Note: Members of LearnVisualStudio.NET have access to this series encoded in different formats which can eliminate most playback issues.

About the Study Guides

The study guides have one or two sections meant to help guide you as you watch the lessons. Important: There are no guide chapters for the last four lessons ... in these lessons we are creating an entire application from start to nish. Please follow along by opening the source code for these lessons provided on Microsofts site. Active Participant One study habit weve found effective with the videos is to formulate questions about the content BEFORE you begin watching it. Use the Active Participant section as a check list that you keep close while viewing the videos, checking off (or even writing in answers in the white space) for each of the questions. This keeps your mind attuned to what you are viewing, how it ts into the context of the video as a whole, and what signicant information you should be focusing on during the course of the lesson. Exercises The exercises are intended to be homework for you to stretch up to and beyond what you learned in the video lesson. Attempt these exercises on your own after youve watched the video.

About LearnVisualStudio.NET

We believe in the power of visual learning to assist you in building your skills, comfort level and eventually, your career. LearnVisualStudio.NET has over 500 video tutorials on VB.NET, C#, ASP.NET, Atlas, and more. Come see what else we can offer at, www.LearnVisualStudio.NET

Study Guide

01 / 11

Visual C# 2005 Express Edition

Getting Started with Visual C# 2005 Express Edition


Active Participant
1 Make sure you understand how to create a new project, how to save your work and close the project, then re-load the project for further work. Also, understand the purpose for Projects and Solutions. 2 Understand how to use the Solution Explorer and the tabs in the main area to navigate through the project les ... how to open/view the les, add new or existing les, rename & remove les, etc. 3 What is the purpose of debugging? Understand how to set a break point, how to step through each line of code as it executes, etc.

Exercises
The solutions to these exercises can be viewed in the following video le: 01 - Solutions to Exercises in Study Guide for Lesson 01 (CS).wmv available from the same place you downloaded this Study Guide.

1 Create a new Windows Forms application called My Turn, add three buttons, and write code behind each button that displays a message box that says You clicked the rst button, You clicked the second button, You clicked the third button, respectively. 2 Set a break point on each of the three lines of code your wrote, then try to walk through the code using the instructions from the video.

www.LearnVisualStudio.NET

Copyright 2006, LearnVisualStudio.NET

You might also like