Welcome to MSDN Blogs Sign in | Join | Help

September 2008 - Posts

So long Jay.

As a young PhD student about 10 years ago, I started out at the University of Utah in the lab of Jay Lepreau. Jay was an enigmatic demanding systems professor who was still genuine and approachable. I’m not sure what else to day, except that I’m still

WPF CompositionTarget.Rendering/Animation Responsiveness

Check out the following small program: public partial class App : Window { [ STAThread ] public static void Main( string [] args) { var win = new App (); Application app = new Application (); app.Run(win); } public App() { var canvas = new Canvas () {

Signals for WPF in C# AND XAML!

I would like to introduce the WPF signal library on codeplex, which is my wrapper around .NET 3.5 that provides a higher level interface to dependency properties in C#. Currently, databinding in C# and XAML is verbose and painful: you have to call BindingOperations
 
Page view tracker