Sign in
WPF & Silverlight Designer
The Visual Designer for creating WPF & Silverlight applications in Visual Studio
Pages
Home
Table of Contents
Learn
Videos
FAQ
Team MSDN Forum
Search
Common Tasks
RSS for posts
Atom
RSS for comments
Tags
Binding Builder
Data Binding
Debugging
Extensibility
FAQ
How To
Known Issue
Layout
Metadata
Pages
Sample Data
Setup
Silverlight
Tips & Tricks
Tips & Tricks
Toolbox
Video
WPF
Archive
Archives
June 2010
(10)
May 2010
(3)
April 2010
(1)
March 2010
(2)
February 2010
(9)
January 2010
(16)
June, 2010
MSDN Blogs
>
WPF & Silverlight Designer
>
June, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WPF & Silverlight Designer
Debugging Data Bindings in a WPF or Silverlight Application
Posted
over 3 years ago
by
karl140.6
4
Comments
The WPF and Silverlight platforms use late bound data binding resolution for bindings in XAML files. This feature allows a DataContext to be set at run-time and the objects within that DataContext to resolve their property bindings then. This late binding...
WPF & Silverlight Designer
Tips and Tricks for working with the WPF and Silverlight Designer in Visual Studio 2010
Posted
over 3 years ago
by
karl140.6
7
Comments
This article is a collection of tips and tricks that we have gathered over the time we've spent building and using the Visual Studio 2010 WPF and Silverlight Designer, which you might not find elsewhere. We think they make working in the designer more...
WPF & Silverlight Designer
Sample Data in the WPF and Silverlight Designer
Posted
over 3 years ago
by
karl140.6
3
Comments
Objective Requirements Retail release of Visual Studio 2010 and the latest Silverlight 4 tools for Visual Studio 2010 . Table of Contents Background Faux Types and Real Types Images in Sample Data Files Adding New Sample Data File Consuming Sample Data...
WPF & Silverlight Designer
Known Issue: Control Design-Time Assemblies File Locking When Using WPF and Silverlight Designer
Posted
over 3 years ago
by
karl140.6
0
Comments
File Locking Issues when using WPF and Silverlight Designer When creating and testing a registered assembly (e.g. an assembly registered via TCI), it is possible to run into a file locking issue that causes compilation to fail. While there are a...
WPF & Silverlight Designer
Three New WPF and Silverlight Designer Videos Posted
Posted
over 3 years ago
by
karl140.6
0
Comments
The WPF and Silverlight Designer Team has posted the following new widescreen videos: Layout Techniques for Windows Forms Developers Grid Control Design-Time Row and Column Manipulation Features Creating and Consuming Resource Dictionaries in WPF and...
WPF & Silverlight Designer
How to Enable Using the Binding Builder in WPF and Silverlight Applications
Posted
over 3 years ago
by
karl140.6
2
Comments
When the Data Sources Window is used to generate the UI, the generated XAML injects design-time information so that the Binding Builder can be used to create bindings for the UI controls. What if your application was written in Visual Studio 2005 or 2008;...
WPF & Silverlight Designer
Using WPF and Silverlight UserControls
Posted
over 3 years ago
by
karl140.6
13
Comments
UserControls promote code reuse, separation of concerns and simplify development by partitioning applications into smaller blocks of code. In this article you'll learn why you would use a UserControl, how to create one from the Toolbox, understand when...
WPF & Silverlight Designer
Layout Techniques for Windows Forms Developers
Posted
over 3 years ago
by
karl140.6
5
Comments
This article has a corresponding video that can be viewed here . In a typical Windows Forms application control placement is set using the Location property, setting the X and Y sub property values. The Windows Forms designer provides a complete set of...
WPF & Silverlight Designer
Creating and Consuming Resource Dictionaries in WPF and Silverlight
Posted
over 3 years ago
by
karl140.6
9
Comments
This article has a corresponding video that can be viewed here . Resource Dictionaries are a powerful feature in WPF and Silverlight that enable developers to organize and consume reusable resources. After completing this walk through you'll understand...
WPF & Silverlight Designer
Create Silverlight Master – Detail UI Using Data Sources Window Object DataSource
Posted
over 3 years ago
by
karl140.6
8
Comments
This article has a corresponding video that can be viewed here . Master – Detail layouts are the bread and butter of Line of Business (LOB) applications. This walkthrough will show you how to drag & drop from the Data Sources Window to create the...
Page 1 of 1 (10 items)