A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
We've heard a lot of good things so far about the New York Times reader that Microsoft and the NYT Co. worked to put together to showcase WPF technologies. Now an independent firm, Identity Mine has ...
Let's say I have some existing, unmanaged C++ APIs that also include C code (using extern "C"). If I wanted to write a basic C# WPF GUI front-end utilizing these pieces, is that a good idea, or just ...
In a silverlight app, I have a BitmapImage defined as System.Windows.Media.Imaging.BitmapImage and it as a method called "SetSource" where I can set the source like this: Code: BitmapImage bitmap = ...