1 00:00:00,090 --> 00:00:02,460 ‫Welcome to the database chapter. 2 00:00:02,460 --> 00:00:07,440 ‫In this chapter, we're going to look at databases or databases depending on how you want to pronounce 3 00:00:07,440 --> 00:00:07,770 ‫it. 4 00:00:07,770 --> 00:00:11,880 ‫Both is fine, I think, not a native speaker either way. 5 00:00:11,880 --> 00:00:19,740 ‫Now you will learn how to use databases, so how to use a bunch of data and work with it in your program, 6 00:00:19,740 --> 00:00:26,610 ‫and how to even create this kind of data and how to create a database and all of the individual pieces 7 00:00:26,610 --> 00:00:28,230 ‫that are required for that. 8 00:00:28,230 --> 00:00:32,220 ‫And this is an important part of programming. 9 00:00:32,220 --> 00:00:40,050 ‫If you want to work as a full time C-sharp developer, knowing how to create databases and how to use 10 00:00:40,050 --> 00:00:46,230 ‫databases and even well, most importantly, you will get data from databases and you then have to do 11 00:00:46,230 --> 00:00:49,410 ‫something with that data and you will learn how to do all of that. 12 00:00:49,410 --> 00:00:55,020 ‫And we're also going to see how to do it in a more efficient way using link in the chapter after. 13 00:00:55,020 --> 00:01:00,540 ‫But the thing is, you need to know the fundamentals before you can go into the good stuff using link. 14 00:01:00,540 --> 00:01:04,200 ‫Okay, so let's go through the fundamentals and see you in the next video.