Upcoming Windows Presentation Foundation stories

Thoughts and Technology: Custom Resizable Windows in WPF and Winforms(itaibh.blogspot.com)

submitted by itaibhitaibh(60) 7 days ago

The following post is relevant for both WPF and Winforms projects, wishing to create custom looking windows that can be dragged and resized from all directions (or specific ones). read more...

add a comment |category: |Views: 4

tags: another

WPF Architecture(explicitcoder.in)

submitted by divyang4481divyang4481(4) 12 days, 13 hours ago

gives overview of WPF architecutre read more...

add a comment |category: |Views: 16

tags: another

Indecent things with Mono.Cecil - An alternative to ILMerge for WPF(sblakemore.com)

submitted by onesteronester(90) 1 month, 23 days ago

ILMerge doesn't work on WPF assemblies, there are alternatives but they issues. Here is another take using a little known CLR feature not usable from C# and black magic IL kung-fu using Mono.Cecil read more...

add a comment |category: |Views: 10

tags: another

Design time data in WPF and Blend with little effort(www.codewrecks.com)

submitted by alkampferalkampfer(1873) 4 months, 6 days ago

Simple article that shows how easy is to create Design Time Data in WPF for Blend. read more...

add a comment |category: |Views: 7

tags: another

WPF Control Dev review and thoughts on UX (User Centered Design)(rohiton.net)

submitted by rohits79rohits79(30) 4 months, 12 days ago

WPF Control Development book review and thoughts on UX design read more...

add a comment |category: |Views: 5

tags: another

WPF 4.5 – Part 13 : binding to types that Implement ICustomTypeProvide(www.jonathanantoine.com)

submitted by jmix90jmix90(570) 6 months, 3 days ago

This is the part number 13 of the serie on the WPF 4.5 new features. ICustomTypeProvider is an interface already known in the Silverlight 5 world but it is shipped with full support in WPF 4.5 too. In this post we will discover what is the interface ICustomTypeProvider and how it can be used in WPF 4.5 ! read more...

add a comment |category: |Views: 19

tags: another

Using Ninject with MVVM Light(www.codecapers.com)

submitted by mceranskimceranski(345) 6 months, 21 days ago

A short tutorial on how to utilize Ninject in a WPF MVVM Application. read more...

add a comment |category: |Views: 38

tags: another

WordMerge the C# WPF app(www.jarloo.com)

submitted by CryptikCryptik(155) 7 months, 14 days ago

WordMerge is a C# WPF project that is designed to show how you can modify a ListBox to change the selection behavior. A tutorial is available, a video to show how it works and the full source code can be downloaded. read more...

add a comment |category: |Views: 1

tags: another

Create an Excel like Autofilter using the DataGrid and WPF(www.jarloo.com)

submitted by CryptikCryptik(155) 7 months, 14 days ago

Your users are probably used to Excel and how the filtering works, so why not mimic that style of filtering in your own applications? This tutorial shows how you can do it and includes the full source code. read more...

add a comment |category: |Views: 38

tags: another

Gradiently Coloring Cells in a WPF DataGrid(www.jarloo.com)

submitted by CryptikCryptik(155) 7 months, 16 days ago

Shows how you can use a MultiConverter to color the cells in a WPF DataGrid gradiently based on that cells value compared to the other cells in the grid, or in the column. read more...

add a comment |category: |Views: 8

tags: another

WPF 4.5 – Part 11 : New features for the VirtualizingPanel(www.jonathanantoine.com)

submitted by jmix90jmix90(570) 7 months, 20 days ago

Virtualizing panels are involved when an application’s performance needs to be improved. It provide a base panel for virtualization of children elements inside it. Instead of creating all the UI element which are inside an ItemControls, only the one which need to be displayed are created. Because the process of creating these elements is intensive, the use of a VirtualizingPanel makes an item controls display faster. The VirtualizingPanel comes with new features in WPF 4.5: two properties named ScrollUnit and CacheLength and virtualization on grouped data. In this post we will discover them in details. This post is a part of a serie on WPF 4.5 new features. read more...

add a comment |category: |Views: 22

tags: another

WPF 4.5 is here : check out the new features !(www.jonathanantoine.com)

submitted by jmix90jmix90(570) 8 months, 4 days ago

So what’s New in WPF Version 4.5 Developer Preview ? Here is a list of them and their regarding post. read more...

add a comment |category: |Views: 20

tags: another

WPF 4.5 – Part 6 : Markup Extensions for Events(www.jonathanantoine.com)

submitted by jmix90jmix90(570) 8 months, 4 days ago

The first time I read about this new feature and its description, I just shake my head and thought : “what is this ?”! Then Rob Relyea, the ex-PM of the WPF team and Fabien Lavocat save my day via Twitter : “create a delegate in the provide value method“. In this post, which is a part of a serie on the WPF 4.5 new features, we will discover what means exactly “Markup Extensions for Events“. read more...

add a comment |category: |Views: 9

tags: another

WPF 4.5′s MarkupExtension : Invoke a method on the ViewModel (www.jonathanantoine.com)

submitted by jmix90jmix90(570) 8 months, 4 days ago

WPF 4.5′s MarkupExtension : Invoke a method on the ViewModel / DataContext when an event is raised. We have seen in a previous post that WPF 4.5 enable the use of custom markup extensions to provide event handlers. In this post we’ll see that we can execute a method on the DataContext of the control when an event is raised using this new ability of the MarkupExtension. With some tiny modifications you can run it on Silverlight too ! read more...

add a comment |category: |Views: 6

tags: another

[WPF 4.5] Subscribing to an event using a markup extension(tomlev2.wordpress.com)

submitted by tom103tom103(161) 8 months, 4 days ago

This article presents a new feature of WPF 4.5 : the support of markup extensions for events read more...

add a comment |category: |Views: 13

tags: another

Experiencing Windows 8 touch on Windows 7 hardware(blogs.msdn.com)

submitted by rcashrcash(4149) 8 months, 13 days ago

Windows 8 is in a developer preview state now, but there is not yet a broad set of PC hardware upon which to experience some of the new, hardware-specific, aspects of Windows 8. Microsoft has been working with systems that have touch capabilities and allow you to experience new aspects of Windows 8. read more...

add a comment |category: |Views: 8

tags: another