Email Alerts
-
Fast guide: Silverlight blogs
These blogs are a compilation of valuable Silverlight news, how-tos, insights and Silverlight knowledge that comes directly from the experiences of actual developers. Fast Guide
-
VB code: Graphics downloads
These VB code downloads help developers create and organize the graphics that enhance an application's UI. VBCode Downloads
-
Visual Studio 2005 Learning Guide
We've added a plethora of articles, tips, book excerpts and other references to this learning guide, which dives deeply into Microsoft's IDE for application development. Learning Guide
-
Vista Series: Windows Presentation Foundation
Vista may be on the horizon but it's inching nearer to your IDE each day. As a savvy developer, you know to start preparing now and we're here to help. We begin this 3-part series with the new graphical subsystem called Windows Presentation Foundatio... Learning Guide
-
Microsoft Visual Studio 2010 hits the mark: What developers are saying
Microsoft Visual Studio 2010 was released recently and so far developers and analysts have mostly positive feedback. With a host of new development and test tools, fixes to buggy tools and a WPF-based IDE, early adopters are saying VS 2010 hits the m... Article | 29 Apr 2010
-
Q&A: Why Microsoft TSF 2010 improvements and WPF base matter to Visual Studio developers
What's changed in Microsoft Team Foundation Server 2010 and why are those changes important to Visual Studio 2010? Also, what's the significance of part of Visual Studio 2010 being built on Windows Presentation Foundation? Microsoft MVP Steven Porter... Interview | 20 Apr 2010
-
Modeling tool provides 3D components for WPF apps
Electric Rain's ZAM 3D is a modeling and animation tool for developers and designers using WPF to build client applications. Article | 08 Jan 2008
-
Windows Developments: Product news, December 2007
This month's featured .NET development products include rich-text editors for Web development, an update to TeamCity and a server for bringing ASP.NET to WinCE apps. Article | 17 Dec 2007
-
Mobiform releases WPF component set
VantagePoint WPF Controls provide UI components such as sliders and buttons for highly graphical Windows Presentation Foundation development. Article | 17 Dec 2007
-
ComponentOne adds rich-text editor to Studio Enterprise
The company has added a WYSIWYG rich-text editor for its ASP.NET development tool and improved its spell checker. Components for Silverlight and WPF are now available, too. Article | 17 Dec 2007
-
What Visual Studio 2008 brings to client application development
For several years, Microsoft's tools for client application development, such as VSTO, have been a bit scattered. Visual Studio 2008 brings them all together. Article | 11 Dec 2007
-
Infragistics updates its presentation layer components
The company has released NetAdvantage for .NET 2007 Volume 3 and CTP versions of its tools for WPF, ASP.NET AJAX and Silverlight applications. Article | 21 Nov 2007
-
Microsoft's Acropolis to ease .NET client development
Acropolis is a set of components from Microsoft for developing Windows Presentation Foundation applications for the .NET Framework. It also supports WinForms. Article | 15 Jun 2007
-
Convert Flash files to XAML with Harmony
Electric Rain's Harmony will convert simple Flash SWF files to XAML files for use in Silverlight and Windows Presentation Foundation. Article | 12 Jun 2007
- See More: News on Windows Presentation Foundation
-
Changing the cursor in WPF
Expert Walt Ritscher discusses how in Windows Presentation Foundation you can set the mouse pointer for any element using the Cursor property. Tip
-
Setting defaults for null values in data sources in WPF
Dealing with null values in data sources can be tricky. Windows Presentation Foundation has built in support for binding to null data sources. Tip
-
Using search engines effectively in Visual Studio 2010
Visual Studio provides a number of handy search tools. The most obvious place to use search is in your source code but Microsoft has also made search available in other parts of the IDE like the ToolBox and property grid windows. Tip
-
Tooltips in child elements
A tooltip is a simple concept. You put a tooltip on a WPF control and whenever the mouse hovers over the control WPF launches the tooltip. This article explores some of these idiosyncrasies in WPF. Tip
-
Draw a bounding rectangle during selection
The bounding rectangle's purpose is to provide feedback to the designer during the selection process. It's a convenient way to show what is currently selected before applying the next operation. Tip
-
Using images in tooltips
The tooltip came from an idea regarding how to show contextual help in the user interface and is now considered an essential part of a UX designer's tool bag. Tip
-
Working with ColorDialog in WPF
In Windows, there is a native ColorDialog window. This dialog is not very friendly to WPF applications however. This tip shows how to force the dialog to give you the color in the correct WPF format. Tip
-
WPF: Force a shape to fill area while keeping stroke thickness
Enlarging a shape in WPF is simple enough. But if you want to auto-expand to fill a space you need to do some work. Using a ViewBox makes the shape expand, but it expands everything including the stroke drawn around the outside of the shape. This tip... Tip
-
Create graph lines with GeometryBrush
If you create an application where the user can drag content on the screen you should consider enabling alignment features. Learn about creating graph lines with GeometryBrush. Tip
-
Panning and zooming in WPF
Adding panning and zooming to your application is a little more work but it's a nice feature to add to your application. Learn how to show an image to the user in Windows Presentation Foundation. Tip
- See More: Tips on Windows Presentation Foundation
-
Windows Sharepoint Services (WSS)
Windows Sharepoint Services (WSS) is a portal-based platform for creating, managing and sharing documents and customized Web services. WSS is available as a free download included with every Windows Server license. (Continued...) Definition
-
Visual Studio Express (VSE)
Visual Studio Express (VSE) is a freeware version of Microsoft's Visual Studio development environment toolset... (Continued) Definition
-
LINQ (Language Integrated Query)
LINQ (Language Integrated Query) is a Microsoft programming model and methodology that essentially adds formal query capabilities into Microsoft .NET-based programming languages... (Continued) Definition
-
Expression Interactive Designer
Expression Interactive Designer is Microsoft's new tool for adding 3D images and multimedia content to an application's user interface, or UI. The product complements both Microsoft's existing application development tool, Visual Studio 2005, and the... Definition
-
Ajax (Asynchronous JavaScript and XML)
Ajax (Asynchronous JavaScript and XML) is a method of building interactive applications for the Web that process user requests immediately. Ajax combines several programming tools including JavaScript, dynamic HTML, XML, cascading style sheets, the D... Definition
-
Silverlight
Silverlight is: (1) A programming model for developing and distributing rich Internet applications (RIA) that use graphics, animations or video within the .NET Framework. Silverlight was previously known by its code name, Windows Presentation Foundat... Definition
-
GUI (graphical user interface)
A GUI (usually pronounced "GOO-ee") is a graphical (rather than purely textual) user interface to a computer. Definition
-
XAML (Extensible Application Markup Language)
XAML, Extensible Application Markup Language, is Microsoft's XML-based language for creating a rich GUI, or graphical user interface. XAML supports both vector and bitmap types of graphics, as well as rich text and multimedia files. Definition
-
Windows Workflow Foundation (WF or WinWF)
Windows Workflow Foundation (WF or WinWF) is Microsoft's programming model for building workflow-enabled applications in the Windows operating system. It includes a namespace, a workflow engine and design tools that can be used with Visual Studio .NE... Definition
-
Windows Communication Foundation (WCF)
Windows Communication Foundation (WCF) is Microsoft's programming model for using managed code to build unified Web services and other distributed systems that can talk to each other. Definition
- See More: Definitions on Windows Presentation Foundation
-
Changing the cursor in WPF
Expert Walt Ritscher discusses how in Windows Presentation Foundation you can set the mouse pointer for any element using the Cursor property. Tip
-
Setting defaults for null values in data sources in WPF
Dealing with null values in data sources can be tricky. Windows Presentation Foundation has built in support for binding to null data sources. Tip
-
Using search engines effectively in Visual Studio 2010
Visual Studio provides a number of handy search tools. The most obvious place to use search is in your source code but Microsoft has also made search available in other parts of the IDE like the ToolBox and property grid windows. Tip
-
Tooltips in child elements
A tooltip is a simple concept. You put a tooltip on a WPF control and whenever the mouse hovers over the control WPF launches the tooltip. This article explores some of these idiosyncrasies in WPF. Tip
-
Draw a bounding rectangle during selection
The bounding rectangle's purpose is to provide feedback to the designer during the selection process. It's a convenient way to show what is currently selected before applying the next operation. Tip
-
Using images in tooltips
The tooltip came from an idea regarding how to show contextual help in the user interface and is now considered an essential part of a UX designer's tool bag. Tip
-
Working with ColorDialog in WPF
In Windows, there is a native ColorDialog window. This dialog is not very friendly to WPF applications however. This tip shows how to force the dialog to give you the color in the correct WPF format. Tip
-
WPF: Force a shape to fill area while keeping stroke thickness
Enlarging a shape in WPF is simple enough. But if you want to auto-expand to fill a space you need to do some work. Using a ViewBox makes the shape expand, but it expands everything including the stroke drawn around the outside of the shape. This tip... Tip
-
Create graph lines with GeometryBrush
If you create an application where the user can drag content on the screen you should consider enabling alignment features. Learn about creating graph lines with GeometryBrush. Tip
-
Panning and zooming in WPF
Adding panning and zooming to your application is a little more work but it's a nice feature to add to your application. Learn how to show an image to the user in Windows Presentation Foundation. Tip
- See More: All on Windows Presentation Foundation
About Windows Presentation Foundation
.NET Framework rich client application development using Windows Presentation Foundation and third-party WPF tools.