DotNetShoutout - Stories tagged with to
3
Shouts

3D and Azure : yes we can ! (Help me win a Nokia Lumia !)

published 509 days, 16 hours, 26 minutes ago posted by jmix90jmix90 512 days, 15 hours, 6 minutes ago
Monday, December 26, 2011 8:15:27 AM GMT Friday, December 23, 2011 9:35:07 AM GMT
In the past, I played a lot with 3D inside WPF. A few days ago, I discovered something awesome : using the power of the Cloud to create beautiful 3D scene. (more)
category: How To | clicked: 13 | comment | | source: www.jonathanantoine.com
tags: Cloud, computing, to, How-To, raytracer, How, 3D, Azure
2
Shouts

WPF 4.5 – Part 10 : Live shaping (live filtering, grouping and sorting of collections) | Jonathan ANTOINE's thoughts on WPF, Silverlight, WinRT, NUI...

posted by jmix90jmix90 591 days, 10 hours, 19 minutes ago
Wednesday, October 05, 2011 2:22:16 PM GMT
For each item list used in a WPF application, a collection view is in fact created and used by the controls. This view enables navigation, filtering, grouping and sorting from the XAML or the code. It is a very powerful feature that is offered to the developers since a long time in WPF. In WPF 4.5 as in WPF 4.0 the grouping, sorting and filtering operations are done when the item is added to the collection or when the Refresh method is called. The drawback is that if an item property value involved in o... (more)
category: How To | clicked: 22 | 1 comment | | source: www.jonathanantoine.com
tags: Filtering, SORTING, to, How-To, WPF, Tip, wpf 4.5, collection, collectionview, How, Tips, grouping
6
Shouts

Migrate the Jetpack theme from Silverlight to WPF

published 943 days, 10 hours, 5 minutes ago posted by jmix90jmix90 946 days, 1 hour, 2 minutes ago
Monday, October 18, 2010 2:36:01 PM GMT Friday, October 15, 2010 11:39:17 PM GMT
There is a great theme named Jetpack available for Silverlight applications which can be found on the Tim Heuer web site. I was wondering if it can be used in WPF applications and the answer is yes ! *Here are the modifications I had to do to make all this work. * (more)
category: How To | clicked: 28 | comment | | source: blog.lexique-du-net.com
tags: Silverlight, Themes, Theme, to, How-To, WPF, windows presentation foundation, How, Tips
5
Shouts

Freeze brushes directly in the XAML to improve your application's performances

published 1131 days, 8 hours, 17 minutes ago posted by jmix90jmix90 1132 days, 3 hours, 31 minutes ago
Tuesday, April 13, 2010 4:24:15 PM GMT Monday, April 12, 2010 9:10:35 PM GMT
When you read the MSDN guidelines to improce WPF's performances you can find that it's a good idea to freeze Freezable objects. It's a quite easy thing to do via the code but it's quite harder to do it directly in the XAML. In this post we will see how to do so. (more)
category: How To | clicked: 6 | comment | | source: blog.lexique-du-net.com
tags: tricks, trick, to, How-To, freeze, Performance, WPF, Tip, how to, freezable, Windows, example, How, Tips, presentation, Foundation