01 CSharp Study Guide
01 CSharp Study Guide
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.
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
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