Posts Tagged WPF

Saturday, November 29, 2008 10:16

WPF performance profiling tools

WPF performance profiling tools

The WPF Performance Suite is a set of performance profiling tools that allow you to analyze the runtime behavior of your WPF application.
This suite includes the following tools:

Perforator – for analyzing rendering behavior.
Visual Profiler – for profiling the use of WPF services, such as layout and event handling, by elements in the visual tree.
Working Set [...]

Saturday, November 29, 2008 10:16

PoshConsole – a PowerShell console written in WPF

PoshConsole - a PowerShell console written in WPF

 
PoshConsole is a modern PowerShell Console. The PoshConsole is written in WPF and including a custom ConsoleTextBox control which could be reused for other purposes.PowerShell Console will also include lots of powerful features like tab-completion and keyboard navigation.It has separate options for setting the window’s opacity, always on top ,show in taskbar and has fully [...]

Saturday, November 29, 2008 10:16

Shaped Windows in WPF

Shaped Windows in WPF

In previous versions of Microsoft .Net Framework, creating shaped windows was a time-consuming process that involved Win API calls.Not anymore – one of the modern  aspects of WPF is that you can make  non-rectangular windows in simple way.Creating shaped forms works in the following manner.First, you create an image, which, when we are finished, will [...]

Saturday, November 29, 2008 10:16

WPF on steroids – Outlook clone

Two engineer from the Switzerland branch of Microsoft Ronnie Saurenmann and  Ruihua Jin developed an Outlook clone using WPF, XAML, Expression Blend etc. The online demonstration(XPAB) is available at this url. Check out the 90 pages tutorial about how you can develop an application similar to MS Outlook(be sure to download the project [...]

Saturday, November 29, 2008 10:16

A Spy++ like utility for WPF applications

A Spy++ like utility for WPF applications

Take a look at a tool called Snoop that I found useful while developing and debugging WPF Applications.
Features

Browse the visual tree of running WPF applications.
Inspect properties of elements at runtime.
Edit properties of elements at runtime.
Inspect RoutedEvents that are occurring, including the elements that handle them.
Magnify sections of the User Interface.
Locate [...]

Saturday, November 29, 2008 10:16

WPF/E Resources List

Here’s list of links related to WPF/E
WPF/E Downloads: http://msdn2.microsoft.com/en-us/asp.net/bb187452.aspx WPF/E SDK: http://www.microsoft.com/downloads/details.aspx?FamilyID=c744cbb8-d4d9-4bf9-ad5c-eef36e064911&displaylang=en MSDN Dev Center: http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx Samples Pack for Feb CTP: http://www.microsoft.com/downloads/details.aspx?FamilyId=515684FD-C8A0-4588-88C5-54CE224925E7&displaylang=en WPF/E Reference: http://msdn2.microsoft.com/en-us/asp.net/bb187448.aspx Examples: http://weblogs.asp.net/mschwarz/archive/2006/12/14/a-short-list-of-wpf-e-exmaples.aspx WPF/E QuickStarts – Channel 9: http://channel9.msdn.com/go/wpfe/quickstarts/
 
Technorati tags: links, WPF, samples

Bookmark [...]