The WPF book Christopher and I wrote earlier this year is finally off to the printers! It's 480 pages of full color goodness. We were pretty excited to have the opportunity to talk about things like SoC/SRP, DI, MVP, etc within the context of building some real applications. Below is the table of...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on 06-04-2008
Filed under: WPF, .NET 3.0, Xaml, databinding, Control Templates, Animation, 3D, WPF/e, .NET 3.5, Caliburn, Silverlight
I've just put together a document briefly describing the current set of features that Caliburn supports. I've added it to the official documentation and copied it below. If you are new to Caliburn, this should give you a good idea about what we've been up to. I say "we"...
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. ...
If you are WPF developer and you are not familiar with Costa's blog , you should really check it out. Lots and lots of good posts about data binding in WPF. The most recent post is about debugging data binding, which has been a personal pain point on recent projects. (Really it was more testability...
Databinding and Data Templates are perhaps the most powerful features of WPF. Whatever your experiences with databinding in previous technologies, MS or otherwise, I think you will be impressed with the new goods. To begin with, support for datadinding is built into WPF from its core. Almost every graphics...