Introduction to Windows Forms

Pluralsight
Course Summary
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.
-
+
Course Description
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.
-
+
Course Syllabus
Forms, Controls and Events- 51m 31s
—Course Introduction 3m 58s
—Module Introduction 0m 40s
—Forms 2m 57s
—Demo: Forms 4m 10s
—Controls 1m 50s
—Demo: Controls 4m 57s
—Events and Event Handlers 4m 34s
—Demo: Event Handlers 7m 49s
—Using The Designer 1m 9s
—Demo: Using The Designer 8m 38s
—Generated Code 2m 52s
—Demo: Generated Code 7m 37s
—Summary 0m 20sMore on Forms and Controls- 45m 7s
—Introduction 0m 38s
—Form Lifecycle 1m 47s
—Demo: Form Lifecycle 7m 2s
—Dialogs 1m 55s
—Demo: Dialogs 6m 57s
—Custom Dialogs 1m 51s
—Demo: Custom Dialogs 4m 32s
—Menu and Toolbars 3m 39s
—Demo: Menu and Toolbars 8m 14s
—User Controls 0m 56s
—Demo: User Controls 6m 5s
—Application Layouts 1m 31sBuilding MDI Applications- 32m 24sBuilding SDI Applications- 31m 28sBuilding Explorer-Style Applications- 28m 46sIntroduction to Data Binding- 37m 27sBinding to DataSets- 45m 57sBinding to LINQ to SQL- 30m 10sData Sources and Drag-Drop Data Binding- 30m 59sDeployment- 17m 24s