1 00:00:00,000 --> 00:00:04,848 [MUSIC] 2 00:00:04,848 --> 00:00:10,340 Congrats on taking an important step in the process of learning C#, practice. 3 00:00:10,340 --> 00:00:14,500 Without practice, it's all too easy to forget what you've just learned. 4 00:00:14,500 --> 00:00:18,620 This practice session is one of a series that we hope to create over time. 5 00:00:18,620 --> 00:00:23,480 So please let us know how you liked it, and if you'd like to see more like this. 6 00:00:23,480 --> 00:00:27,350 In this session, you'll practice creating a C# Workspace, 7 00:00:27,350 --> 00:00:31,620 including compiling and running a simple console application. 8 00:00:31,620 --> 00:00:35,370 As long as you've completed up through the first video of stage two 9 00:00:35,370 --> 00:00:39,540 of the C# basics course, you'll know everything that you need to know 10 00:00:39,540 --> 00:00:42,080 in order to complete these practice session. 11 00:00:42,080 --> 00:00:45,933 Let's review the steps to take in order to complete the session. 12 00:00:45,933 --> 00:00:51,492 Using Treehouse Workspaces, create a new C# Workspace, 13 00:00:51,492 --> 00:00:54,640 and add a file name program.cs. 14 00:00:54,640 --> 00:00:57,580 Then copy and paste the code from the teacher's note for 15 00:00:57,580 --> 00:01:00,780 this video into the program.cs file. 16 00:01:00,780 --> 00:01:05,470 And lastly, using the Workspaces console, compile, and run the program. 17 00:01:06,560 --> 00:01:10,150 If you did everything correctly, you should see the message, 18 00:01:10,150 --> 00:01:15,110 I love learning C# at Treehouse, printed to the console when you run the program. 19 00:01:16,210 --> 00:01:18,880 Remember, you can create a new workspace 20 00:01:18,880 --> 00:01:21,610 from the Workspaces section of the Treehouse website. 21 00:01:22,720 --> 00:01:26,501 If you get stuck at any point, see the teacher's notes for hints and 22 00:01:26,501 --> 00:01:31,700 links to videos that cover what you need to know in order to complete this session. 23 00:01:31,700 --> 00:01:34,680 And if you can't quite get it, don't worry, 24 00:01:34,680 --> 00:01:37,640 I'll show you how I did it in the next video. 25 00:01:37,640 --> 00:01:39,400 Good luck, and we'll see you in a bit.