Are you looking forward to learning C# with Windows forms and with a variety of projects? Then this course will help you build a solid foundation in C# with ease.
This course provides a step-by-step guide to create executable Windows form projects using C#. You will learn to code in C# and gain an in-depth understanding of the structures of Windows forms by understanding various fundamental concepts such as namespace, class, keyword, and so on. You will also learn to use the .NET framework, understand the difference between classes versus structs and explore the concept of enumerations.
In the further section, you will learn about changing variables using compound operations. Learn about the practical examples of while loops, for loops and understand gridviews with for loops. Also, learn about how to work with double loops and for each loop with arrays. There are specific sections added that are focused on practical applications of C#.
By the end of this course, you will be able to create Windows forms project by coding in C# for each part all by yourself.
All resources and code files are placed here: https://github.com/PacktPublishing/Learn-C-with-Windows-Forms-and-a-Var…
Learn to create an executable Windows Form project
Learn to interpret a hierarchy consisting of name spaces, classes, and methods
Understand the purpose of the files that make up a Window Forms project
Understand how visual object changes are reflected in code in the appropriate file
Understand implicit method calls like String.Format and String.Concat
Learn to prevent null reference exceptions with combo boxes