1 00:00:00,090 --> 00:00:02,100 ‫Welcome to the WP chapter. 2 00:00:02,100 --> 00:00:08,730 ‫In this chapter you're going to learn how to use the Windows Presentation Foundation namespace or library 3 00:00:08,730 --> 00:00:13,410 ‫in order to write your own beautiful user interfaces. 4 00:00:13,410 --> 00:00:20,580 ‫I'm saying, right, because you're actually going to code user interfaces using XAML, but also using 5 00:00:20,610 --> 00:00:21,090 ‫C sharp. 6 00:00:21,090 --> 00:00:25,680 ‫So you will see how to use or how to create user interfaces both ways. 7 00:00:25,860 --> 00:00:28,800 ‫Of course, you can drag and drop your user interfaces. 8 00:00:28,800 --> 00:00:35,400 ‫That's the easiest way, but at the same time it's not very flexible or you're not super flexible when 9 00:00:35,400 --> 00:00:37,560 ‫it comes to controlling everything. 10 00:00:37,560 --> 00:00:42,150 ‫So if you want to have full control, it's always good to understand how to do all of that in code. 11 00:00:42,150 --> 00:00:47,970 ‫And we're going to look into a little more complex topics when it comes to what actually happens and 12 00:00:47,970 --> 00:00:51,090 ‫how data is passed through the user interface. 13 00:00:51,090 --> 00:00:54,570 ‫And we're going to build your our own user interfaces. 14 00:00:54,570 --> 00:01:03,390 ‫So finally, we're at the point where we're not just looking at this gray more even black boring console 15 00:01:03,390 --> 00:01:08,940 ‫that we have there, but we can actually make user interfaces and create them and see what this code 16 00:01:08,940 --> 00:01:12,780 ‫does and see what a button does when we click on it. 17 00:01:12,780 --> 00:01:16,350 ‫And we can even control what happens when we click on a button and all of the good stuff. 18 00:01:16,860 --> 00:01:19,380 ‫So I'd say, let's dive right into it. 19 00:01:19,380 --> 00:01:20,550 ‫I hope you're excited. 20 00:01:20,550 --> 00:01:21,990 ‫See you in the next video.