Windows Presentation Foundation-18 Hours of Free Video Tutorials

Get 5 Hours of FREE PREMIUM Videos:

LearnVisualStudio.NET Free Preview


LearnVisualStudio.NET Free Preview: Declaring Variables and Assigning Values

I am a lifetime member of LearnVisualStudio.net and a Premium Plus member of dotNetVideos.net.

LearnVisualStudio.net is awesome because it grows in value each year as more videos are added.

dotNetVideos.net is also great because it focuses a lot on MS Certifications and practical interview questions.


- Wade Harvey (IdealProgrammer.com)

LearnVisualStudio Premium Videos

Visual C# 2010 for Absolute Beginners C# for Absolute Beginners C# for Absolute Beginners Study Guide Visual Basic for Absolute Beginners Visual Basic Express Edition Study Guide
Visual Basic 9.0 Language Enhancements Entity Framework Linq To Sql Windows Phone 7 Development Unit Testing
ASP.NET MVC 3 (In Progress) ASP.NET MVC Hands On Project ASP.NET For Absolute Beginners Visual Web Developer C# Study Guide Visual Web Developer VB.NET Study Guide
ASP.NET Controls Series ASP.NET AJAX ASP.NET Architecture Series ASP.NET Server Controls Silverlight 4.0
Windows Presentation Foundation Windows Forms Controls Visual Studio 2010 New Features Visual Studio Team System 2008 Visual Studio Team System Features
Getting Started With Sql Server Express Edition


dotNetVideos Premium Video Catalog

Interview Questions & Answers Windows AzureASP.NET MVC 4Windows Phone 7 (3 Videos)Visual Studio 2011 Application Lifecycle Management
LightSwitchHTML 5SOLIDVisual Studio Add-OnsVisual Studio 2010 ALM Lab Management
ASP.NET 4 Deep Dive Microsoft Enterprise Library 5 with ASP.NET 4 (10 Videos)Virtualization Techniques for Developer (5 Videos)Test Series - 70-519: Designing and Developing Web Applications Using Microsoft .NET Framework 4 (20+ Videos)
Test Series - 70-519: Supplemental70-513: Test Series (MCTS) Windows Communication Foundation 4 (20+ Videos)70-515:Web Applications Development with Microsoft .NET Framework 4 (20+ Videos)Test Series - 70-516: Accessing Data with Microsoft .NET Framework 4 (20+ Videos)Test Series: 70-432: Microsoft SQL Server 2008, Implementation and Maintenance (20+ Videos)
Test Series: 70-433: SQL Server AdministrationFrom Novice To Professional - C# (25 Videos)From Novice To Professional - VB.NET (25 Videos)




Premium (Not Free) Video Tutorials

Free Video Tutorials & Free Tools

WPF Whiteboard - wpf, wpf listbox, wpf application, wpf button, wpf page, wpf browser, wpf file, wpf resource, wpf video, wpf downloadHere is an 18-part series by Microsoft's  Bill Steele. Windows Presentation Foundation (WPF)is one of the four pillars of the Microsoft .NET Framework version 3.0. In this series, Bill demonstrates how to build a that uses wpf buttons, wpf listboxes, and a .

"Bill" Steele, MCSD, is one of my favorite presenters.  He is very entertaining and has a good sense of humor, in addition to being very good at making complicated topics seem simple.

Creative Commons License photo credit: adKinn

 

Windows Presentation Foundation

 

1. Introduction
Key Concepts:

  • The origin of WPF
  • Why we have it
  • What it can do

August 06, 2007 54 minutes

2. What Is the Extensible Application Markup Language?
Key Concepts:
  • Extensible Application Markup Language (XAML)
  • How XAML can be used to describe user interfaces in a declarative programming paradigm

August 13, 2007 54 minutes

3. Conceptualizing Windows Presentation Foundation
Key Concepts:
  • The WPF tree structure
  • how properties, events, and commands are handled

August 20, 2007 50 minutes

4. Hello World
Key Concepts:
  • Your first Windows Presentation Foundation (WPF) application, Hello World
  • Basic structure of a WPF-based application, including controls, layout, and positioning

August 27, 2007 58 minutes

5. Controls
Key Concepts:
  • Various types of controls that Windows Presentation Foundation (WPF) and their uses

September 04, 2007 52 minutes

6. Panels
Key Concepts:
  • Various ways of utilizing the panel-style controls within Windows Presentation Foundation (WPF)
  • the StackPanel
  • WrapPanel
  • DockPanel
  • how to assemble multiple panels to produce controls with enhanced effects like collapsing and docking

September 10, 2007 53 minutes

7. Deploying XAML-Based Applications
Key Concepts:
  • Deploying an application based on the Windows Presentation Foundation (WPF)
  • Extensible Application Markup Language (XAML) Binary Application file format for distributing applications via the browser
  • Other style applications such as gadgets and standard desktop deployment models

.September 17, 2007 65 minutes

8. Resource Files
Key Concepts:
  • Types of resources you can use within a Windows Presentation Foundation (WPF) application
  • Binary resources versus logical resources
  • How to define resources and access them statically or dynamically
  • How to interact with the system resources

September 24, 2007 60 minutes

9. Data Binding
Key Concepts:
  • Data binding
  • Control rendering using data templates and value converters
  • Collection object to sort, filter, and navigate through the data
  • Data providers

October 01, 2007 59 minutes

10. Adding Pizzazz with Style
Key Concepts:
  • styles
  • templates
  • themes

October 08, 2007 60 minutes

11. 2-D Graphics
Key Concepts:
  • Shapes
  • Brushes
  • Effects
  • Basics of the 2-D graphics system

October 15, 2007 60 minutes

12. 3-D Graphics
Key Concepts:
  • cameras
  • transforms
  • models
  • How to transform simple 2-D objects into 3-D objects that can be manipulated via code

October 22, 2007 60 minutes

13. Animation
Key Concepts:
  • How to use procedural code and the Extensible Application Markup Language (XAML) to produce graphics that appear to be alive
  • Animation classes
  • storyboards
  • KeyFrames

October 29, 2007 60 minutes

14. Multimedia
Key Concepts:
  • audio
  • video
  • speech
  • MediaElement
  • MediaTimeline

November 05, 2007 60 minutes

15. Compatibility with Win32
Key Concepts:
  • How to use Windows Presentation Foundation applications based on the Extensible Application Markup Language (XAML) with "classic" applications based on Win32
  • How to use controls created in WPF within Win32-based applications
  • How to use classic Win32-based controls in the WPF world

November 12, 2007 60 minutes

16. Creating Controls
Key Concepts:
  • How to create custom controls
  • The difference between user controls and custom controls
  • Creating the user interface and behaviors for each control
  • How to add dependency properties and routed events to your controls

November 19, 2007 60 minutes

17. Layout with Custom Panels
Key Concepts:
  • Master the layout of panels by using the communication between parent and child controls
  • Example panel control that behaves like the Ribbon control in the 2007 Microsoft Office system

November 26, 2007 60 minutes

18. Helpful Tools
Key Concepts:
  • Other tools
  • Microsoft Silverlight

.December 03, 2007 60 minutes

Related posts:

  1. Architecting Desktop Applications with 2.0 – 15 Free Video Tutorials "Architecting Modern Desktop Applications in.NET" is a 15-part 25+ hour...
  2. ASP.NET Soup To Nuts – 26 hours of FREE Videos I just finished watching Bill Steele of Microsoft explain ASP.NET...
  3. ADO NET Tutorial: (25 Hours) ADO.NET Step By Step Video Tutorial Microsoft's Lindsay Rutter and Glen Gordon present 25 hours of...
  4. Windows Forms Applications: C# Grid, VB NET Grid, C# Component, NET Webbrowser Six free one-hour video tutorials on building windows forms applications...
  5. Introduction to Ruby on Rails – Best Rated Free Video Tutorials Here are some of the best rated free video tutorials...

Related posts brought to you by Yet Another Related Posts Plugin.

Comments are closed.

This blog uses the cross-linker plugin developed by Web-Developers.Net