Students will learn to create their own computer programs using the C# programming language. Thisprogramming course is meant forANYONE WHO WANTS TO LEARN TO CODE. Of course wecover C# syntax butmore importantlywe introduce the PROBLEM SOLVING SKILLSnecessaryto convert practical problems to solutions in code. You get paid for solving problems everything else is just a technicality. Our focus will be working with Visual Studio on WINDOWS machines. All coding examples are fully compatible with the LATEST Visual Studio Edition (As of 2021 Visual Studio Community 2019)for WINDOWS. Unfortunately they are not MAC compatible.A language like C# is typically learned “in a vacuum,” and stripped of potentially distracting visual elements or front-end graphical interfaces. This type of learning process - which is considered the standard approach - is great for communicating the fundamentals. It allows you to focus on the most important and basic programming concepts you will need to understand, and is often presented through the output of a static, text-based console window. However, learning a language in this console vacuum can also be bland and boring, and can often lead to students becoming disengaged entirely. Students are more likely to remain engaged by learning how to buildWindows applications from day one in tandem with learning the C# programming language. Therefore, my lecturesare designed to keep you engaged with the process of learning C# fundamentals by presenting themthrough a series of lessons aimed at creating simple, Windows Form basedapplications. This course, by jumping right into apps with a Graphical User Interface, allows the learner to feel like they are learning concepts that produce a tangible result. The first section of the course serves as a primer/refresher to get everybody up to speed. This course assumes absolutely nothing about what you already know, and skips no steps in getting youto know Windows Forms. It walks you carefully through every possible feature you can imagine, and has in its source code hundredsof existing projects you can learn from, or expand on to make your own project. It’s worth sifting through a dozen mediocre Udemy courses to find agemlike this. It’s pretty close to a one stop shop for taking you from knowing nothing about WinForms, to building your own applications. This course has more hours of video instruction (30+ hours), lectures (146+)and exercises and supplemental resources (326+) than virtually any other Introductory C# course offered on Udemy. All for one low price. Students will be exposed to all the stages in software development and develop problem-solving skills as well as learn the syntax of the C# language. The challenges/applicationsare drawn from a variety of situations in thehome, schoolandworkplace. They address a wide spectrum of interests including: Businesssortingsearchingdata analysisconnecting to a sequential and relational database (SQL)Scienceprobabilistic simulations (using random numbers)deterministic simulations (using concepts from physics and math. Plinko Game )Social Studies (Geography)Distance between two cities Table LookupsCountry Telephone codesMathhidden pitfalls of computer arithmetic in real world applicationsfamous mathematical algorithms and their applications (Euclidean Algorithm)solving mazes and puzzles using the concept of recursionCryptography validating codes like SIN (social insurance numbers) , VIN, ISBNcoding and decoding messages using classical encryption techniquesa peek into more advanced techniques (Steganography)Graphicscreatinga program that plays a classical memory game on a 4x4 gridcreating applications utilizing drag and drop eventsGaminganimation basicsusing a back buffer (double buffer) to improve flickercreating simple 2d games using keyboard and mouse movement and incorporating sound effectsMy goal is not just to show you how to program, but to help you understand what you are doing, and why you are doing it. But, having said that, I will try to present the material in such a way that we don’tgettoo hung up on rigid standards. Once you get afeel for the material youcould certainly get more serious and take auniversity or college course or take a more advanced online course. Not only do the videos show you how to become a programmer in great detail, but each time animportantconcept is taught, I offer youa challenge that is designed to help you really understand what you have just learned. You will go away and complete the challenge, and then come back and see the challenge answered and explained in detail in the video, allowing you to check your results!I am online daily to respond to any problems you may encounter. Here’s how I will help you to succeed:o Each lecture starts with a list of objectives/speaking noteso Every example covered in the lecture is available for download in the resources section including the objectives/speaking noteso Almost every lecture has a set of Practice problems with full solutions providedo My writing and teaching follows the KISS principle: