In this blog entry, I will demonstrate a very simple Hello World application using C# and Avalon, and attempt to explain how it works, and how the XAML and the C# code are all hooked up together. All the information and code is based on the February 2006 CTP, and may be subject to change [...]
Entries from May 2006
Examination of a simple C# based Xaml app
May 25th, 2006 · 5 Comments
Tags: WPF (Avalon)
C++/CLI in Action
May 10th, 2006 · 26 Comments
Some of you already know about this, but I have been working on a C++/CLI book for Manning Publications for the past five months or so. The book is titled “C++/CLI in Action” and is targeted at Visual C++ developers with a .NET background who’d like to interop their native code with managed frameworks. The [...]
DCOM helps you appreciate WCF
May 5th, 2006 · 4 Comments
I’ve been playing with Indigo (Windows Communication Foundation), and was fairly impressed with its support for duplex communication. With the help of my good friend and Win32 Guru Rama Vavilala, I also managed to get a DCOM sample working that used connection points for duplex communication via event sinks. Not only was the DCOM app [...]