Introduction to Windows Forms
This course is designed to help you get started building applications with Windows Forms. It starts with basics and moves to application layout options, data binding, and deployment. Demonstrations are primarily done using Visual Basic.
What you'll learn
This course is designed to help you get started building applications with Windows Forms. We start by examining the core elements of WinForms by building an application just using code. Once we understand the foundation of Windows Forms, we turn our attention to the tooling included in Visual Studio. We then look at some common application layouts, building a complete application for each. Next is an examination of the data binding features of Windows Forms. We’ll bind to simple objects, DataSets and LINQ to SQL entities. Finally we see how we can easily deploy Windows Forms applications using ClickOnce.