First, let me begin by saying that I'm a huge fan of Silverlight. I've been working with it since the Alpha 1.1 was released at Mix07. I've written thousands of lines of Silverlight 1.1 code for a personal project of mine that I hope to share in the not too distant future. ...
The Caliburn framework is packed with a variety of features spread across three main assemblies. In this post, I'll be discussing a few features available in Caliburn.dll. I'll cover basic configuration of the framework and demonstrate how a WPF UI can communicate with a Controller/Presenter...
Caliburn is a WPF framework geared towards the creation of testable, maintainable and extensible client applications. It has strong support for MVC/MVP as well as many other features useful in the creation of a modern Windows application. I started building an early version of this framework in the first...
Well, with all of the hoopla surrounding Safari for Windows, I thought I'd make my own contribution to the browser wars: Ninja Browser. I call it "Ninja Browser" because you can code it so fast, you'll feel like a XAML ninja afterwards! Below is the entire XAML source for the browser: <Window xmlns...
The final frontier… This is the last set of WPF features that I want to cover before moving into a series of posts on Windows Workflow Foundation. Both animation and 3D are large areas when examined individually. In this post I would like to cover them both generally. Mostly, I will point out a number...