February 2008 - Posts

User Experience in Toronto and Las Vegas

I’m presenting at the Toronto Code Camp on Saturday about What’s new in Visual Studio 2008 for WPF 3.5 and Silverlight developers. My presentation will be an updated version of the presentation I gave at ObjectSharp’s Visual Studio 2008 At the Movies event, which hopefully you’ll find interesting and useful if you’re doing client-side [...]

Are your CLR-based apps leaking?

I can’t resist linking to a superb article in the WPF Performance blog on finding memory leaks in WPF-based applications. Particularly interesting is the section pertaining to Event Handler-based leaks. Here’s the brief summary, from the article: In general, if you do this: Foo.SomeEvent += new EventHandler(Bar.SomeMethod) Then when you done using Bar, but you are [...]

Hello ObjectSharp world!

I'm keeping a blog these days at http://www.robburke.net that has lots of .NET developer content, and I'm trying to syndicate the techie bits of that blog here. Easier said, right? Has anyone out there managed to get a Wordpress blog to cross-post to Read More...

WPF Developer Tools I Can’t Code Without

1. Visual Studio 2008. Express Edition is free. But the story doesn’t end here… 2. Expression Blend 2. Current build is the December Preview. I’m guessing the next drop will happen around Mix08 in March. Does a much better job of visually editing XAML (for instance, elements in Resource Dictionaries) than [...]

WPF at the Movies: Follow-Up Links

It was great to be part of ObjectSharp’s VS2008 at the Movies event this morning. Thanks to all of you who braved a quintessentially Canadian snowstorm to be there! My favourite part of the WPF/Silverlight presentation was being able to show some of the work ObjectSharp has been doing with WPF and .NET 3.5 at Thermo [...]

Learn WPF by example (a recipe)

Ever wonder how the experts build clever things into their WPF applications? Here’s one way to find out which uses a few of my favourite tools for building WPF and Silverlight apps. Required Ingredients: 1. Snoop, an excellent utility that lets you visualize and probe a running WPF application. 2. Lutz’s tried and true Reflector utility, which [...]

Search

Syndication