0 1 00:00:03,890 --> 00:00:04,160 Hello. 1 2 00:00:04,900 --> 00:00:11,410 In this video, we will see how to access the code that will be shown in the lectures. First, 2 3 00:00:11,620 --> 00:00:16,420 paste this link to the browser and it will take you to my GitHub repository. 3 4 00:00:19,310 --> 00:00:23,780 And here it is. Now you can download the code in two ways. 4 5 00:00:24,230 --> 00:00:28,790 First, you can simply download it as a zip file and unpack it. 5 6 00:00:29,030 --> 00:00:31,020 What is probably the simple solution 6 7 00:00:31,040 --> 00:00:38,630 if you are not familiar with Git. Simply click here and select Download Zip. 7 8 00:00:40,710 --> 00:00:41,820 Let's see this file. 8 9 00:00:54,070 --> 00:00:57,250 And here is the content, with the solution file. 9 10 00:00:59,980 --> 00:01:07,090 Another way is to clone this repository with Git. To do so, simply copy this link into the clipboard 10 11 00:01:08,740 --> 00:01:11,710 and use it in whatever Git tool you prefer. 11 12 00:01:12,910 --> 00:01:14,530 I am using Git Bash. 12 13 00:01:18,370 --> 00:01:20,530 The command is simply "git clone" 13 14 00:01:20,770 --> 00:01:23,020 and then the address of the repository. 14 15 00:01:29,910 --> 00:01:30,570 Here we are. 15 16 00:01:31,140 --> 00:01:32,970 The folder created by Git. 16 17 00:01:34,920 --> 00:01:38,120 This is exactly the same thing he downloaded as a Zip. 17 18 00:01:38,910 --> 00:01:40,650 Let's make sure everything works. 18 19 00:01:41,130 --> 00:01:44,070 Let's open this file with Visual Studio 19 20 00:01:44,210 --> 00:01:47,010 which we learned how to install in the previous lecture. 20 21 00:01:50,630 --> 00:01:53,300 Here we are. In the Solution Explorer 21 22 00:01:53,330 --> 00:01:56,840 you can find projects for all lectures from the course. 22 23 00:01:57,320 --> 00:01:59,780 Let's just make sure this solution builds. 23 24 00:02:04,260 --> 00:02:05,040 All right. 24 25 00:02:05,460 --> 00:02:07,350 Seems like we are good to go. 25 26 00:02:07,770 --> 00:02:09,330 See you in the next video 26 27 00:02:09,600 --> 00:02:13,680 where we'll talk about the first interview question from our list.