Home > Blogs
Browse by Tags
Home > Blogs
I normally don’t cross-link WPF articles unless sooper-excited because I figure all of us in the WPF-o-sphere are reading each other’s blogs. But I was particularly interested on Rudi Grobler’s recent look into XAML obfuscation because I’ve encountered obfuscation issues from a couple of sides in a recent project.
To sum up, XAML obfuscation is a [...]
Posted:
Tuesday, May 27, 2008 10:54 AM
from
robburke.NET |
Filed under: WPF, ObjectSharp, Tech Events, Tech, Canada, Microsoft, Location-based, Visualization, training
I’m excited to be launching a WPF training course through Toronto-based consultancy ObjectSharp. The course is called “Windows Presentation Foundation for Developers and Lead Designers,” and, as the title suggests, it offers a hands-on experience designed to give developers and lead designers the knowledge, background, tips and references they’ll need to build smart client [...]
Posted:
Thursday, May 15, 2008 3:59 PM
from
robburke.NET |
Filed under: WPF, Silverlight, Tech Events, Tech, Microsoft, DevTeach, line of business, LOB, Prism, snippets, coding guidelines
Some WPF Line-of-Business App follow-up after my presentation at DevTeach today:
Great Snippets: Great code snippets I have installed into my Visual Studio for WPF development are the Dr Wpf and Nerd+Art snippet packs.
WPF Coding Conventions: The coding guidelines I use for WPF are a riff on Paul Stovell’s XAML and WPF Coding Guidelines.
Application Quality Guide: [...]
Posted:
Wednesday, May 14, 2008 11:06 PM
from
robburke.NET |
Filed under: WPF, Silverlight, Tech, Microsoft, Photography, Visualization, .NET 3.5 SP1, futuristic interfaces, Shader Effects
This Channel 9 Video is so impressive, I couldn’t help but think that this is the closest we’ve come to allowing any creative team to invent and then build an interface like the futuristic ones imagined for movies like Minority Report or Iron Man.*
* minus the holography bits. although maybe some awesome researcher could come [...]
Greg is in the middle of writing a great explanation of how to build custom WPF 3.5 SP1 pixel shader effects on his blog. He helped me re-create his sample ColorComplementEffect, so I thought I’d offer a sample solution containing an end-to-end custom WPF Pixel Shader Effect using the .NET 3.5 SP1 Beta bits.
Download [...]
A “Week of WPF” begins on Channel 9 with the announcement that the third major release of WPF (3.5 SP1) has gone beta!
Tim Sneath’s blog entry has fantastic detail about what’s coming in this release and all the download/update details (Silverlighters: see caveat below).
Folks attending my “WPF for Line Of Business apps” presentation on Thursday [...]
I had been merrily using WPF’s built-in support for the Command Pattern for ages (see Commanding Overview, MSDN Docs, and article on implementing the command pattern in WPF, Jeff Druyt)… when suddenly it occured to me that I had no idea what triggered WPF to determine whether or not a command can be executed.
Let me [...]
The WPF Performance Suite includes the following tools for profiling WPF applications at runtime:
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 Analyzer: for analyzing the working set characteristics of your application.
Event Trace: for analyzing events and generating [...]
Custom WPF Bitmap Effects, authored in a Managed C++ assembly, complete with sample project to help you roll your own. It works, complete with live preview, in Expression Blend. Done by a guy called Rob who has a blog called Run To The Hills. ‘Nuff said.
Check it out!
p.s. My suggestion to Rob: [...]
I’m currently consulting independently for a team of developers and designers. The process has been a joy, both for me and for my clients. In part, it has shown me that Blend (2.5) has matured to the point where it delivers on the promise of dramatically improving the developer-designer workflow.
I had the good fortune [...]