-
Two awesome releases in the last week! Much thanks to the great community surrounding both projects! Here’s what’s new: Durandal 1.2.0 Tons of bug fixes. Lots of improvements to the router. Better support for integrating with Q, KendoUI and Dojo. More docs. Check out the full set of changes. Caliburn...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
03-18-2013
Filed under:
Filed under: WPF, Xaml, WPF/e, Caliburn, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet, JavaScript, Durandal
-
I’m labeling this the Thomas Ibel/Nigel Sampson release. Why? Because these two hardworking gentlemen have put great effort into bringing you the most mature version of Caliburn.Micro yet. In the two months since our 1.4 release they’ve dealt with almost every outstanding issue on our list. Great...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
01-20-2013
Filed under:
Filed under: WPF, Xaml, WPF/e, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7
-
Today I’m happy to announce the official release of Caliburn.Micro v1.4. This release brings a ton of bug fixes across all platforms, nuget fixes…and best of all…full support for WinRT and WP8. That means that Caliburn.Micro now supports WPF, SL4, SL5, WP7, WP8 and WinRT. AWESOME...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
11-15-2012
Filed under:
Filed under: WPF, Xaml, WPF/e, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet
-
If you fit into any one (or more) of these three categories… You like tabletop RPGs You build Xaml applications You build Html/JS applications 1. RPGWithMe For some time I’ve been cranking away building my company’s first real product. I’m very excited to officially announce...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
08-02-2012
Filed under:
Filed under: WPF, Xaml, databinding, game development, Control Templates, WPF/e, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7
-
I started work with “Xaml-based” platforms in the pre-Beta days of WPF, so I’ve been working with this technology longer than most. Back then I was utterly awed and inspired by it’s capabilities. Today I’m frustrated and sometimes outraged. As I’ve traveled to various...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
04-18-2012
Filed under:
Filed under: WPF, .NET 3.0, Xaml, databinding, WPF/e, .NET 3.5, Caliburn, Featured, Silverlight, RIA, UI Architecture, Caliburn Micro, WP7
-
Have you ever had an error crop up when debugging an application which has made you simply want to pull each hair out of your head one by one with a pair of tweezers because that would be less painful than debugging the error? Today I had just this happen to me. Today when I hit F5 to launch our Silverlight...
-
I’m extremely pleased to announce the release of Caliburn.Micro v1.3 . This is a great release with many bug fixes and several API improvements. We also support several new platforms. Here’s the highlights: Support for WP7 Mango Support for Silverlight 5 Basic MVVM Support for WinRT/Metro...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
01-20-2012
Filed under:
Filed under: WPF, Xaml, databinding, WPF/e, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet, MVP
-
When building applications it is very common to have a set of screens which are basically list/edit screens. And when having these list/edit screens it is also common to allow users to delete a row. In this post I am going to show how you can add a neat little UI wrinkle to your deleting...
-
What Happened To Me I’d say that 2011 was a pretty good year for me as a .NET open source developer. After all, Caliburn.Micro had it’s first official release in April 2011 just in time for the Mix Open Source fest. At the festival, the framework had a great showing. I had tons of people...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
01-04-2012
Filed under:
Filed under: WPF, .NET 3.0, Xaml, WPF/e, .NET 3.5, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet, MVP
-
If you have created any silverlight applications which need to communicate to a WCF Endpoint you know that you must communicate with WCF via Async actions. As you may know there are multiple ways to get your Silverlight application to communicate with a WCF service. One way is to simply create...
-
Today I was building a UI in Silverlight which needed a Data Grid and a Data Pager. When I setup my pager I had it bound to the various properties that I cared about (Source, PageIndex, PageSize, etc) via my ViewModel. However when I ran the page for the first time I received the error below...
-
The AutoCompleteTextBox is a great tool in Silverlight to allow you to provide relevant information to your users as they are typing as seen below: But there are a few issues with this control Pretty much every sample on the net uses the code behind to do the heavy lifting and not binding It will not...
-
Today after pulling latest from our TFS server, and doing a few auto merges (turns out that the AutoMerge is at fault here again)(some day I will learn NOT to trust TFS to do anything, but doubt it) I tried to fire up our Silverlight Browser app and I was presented with this lovely error. I was a bit...
-
Today I ran into a very odd issue when trying to reload the Silverlight Image Control with a new image which happened to have the EXACT same URL as the previously loaded image. See in our application we provide a way to upload an image and also allow the user to not simply create a new image but rather...
-
Ok, silverlight and unit testing just plan sucks, I firmly believe that the devs for silverlight did NOT care about testability, but that is off topic. When doing any type of unit testing (and not with the built in silverlight testing framework which actually runs the app, talking code level testing...