Today, I'm happy to make available the Release Candidates for both Caliburn 2.0 and Caliburn.Micro 1.0 ! The docs for both have been updated significantly, though they will continue to evolve over the coming months. Get em' while they're hot!
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on 02-21-2011
Filed under: WPF, Xaml, databinding, WPF/e, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7
I’ve been working on the Silverlight client for the RavenDB . In Raven, you can write a Linq query in the Silverlight client that will ultimately be executed against a Raven server somewhere. The execution of the query is asynchronous and we want that to be explicit in the api. It should be obvious to...
First a confession, and I know I’ll invoke shame for this one: I have done Very Little Testing with Silverlight. I won’t bore you with reasons or excuses, but I wasn’t up on the state of unit testing in Silverlight until very recently. (In fact, I might still be missing some chunks.) The Problem...
If you have ever tried used the HyperlinkButton inside your WP7 application and navigate to an external URL you are familiar with the following error. "Navigation is only supported to relative URIs that are fragments, or begin with '/', or which contain ';component/'.\r\nParameter...
Today I setup to use Dotfuscator’s product for Windows Phone 7 . Since this was the first time I had used the product I started by checking out the help files ‘quick start’ guide, which was pretty straight forward and easy to follow. The end result was a xap file which was obfuscated...