I\'m wanting to start a WPF application using caliburn.micro so I can use TDD as much as possible, I\'ve used caliburn.micro before with WP7 but WPF seems to be a different ship, and the documentation
Are there any information around the net about using Caliburn.Micro with an ORM such as NHibernate, preferably under WPF.
I use Caliburn Micro & Fluent Ribbon in my WPF app based on .NET 4.0. My problem is that change between views is too slow. I think that I know root of this problem.
In Silverlight (or WPF) application, I have a Conductor which is a Conductor.Collection.OneActive What is a good way to animate a transition between screens (I\'d like a simple slider) when I call Ac
I\'m using 开发者_高级运维Caliburn.Micro to build a composite UI app, and have decided to use Castle Windsor to build ViewModel objects, so that any services they need to operate can be injected autom
I have a Conductor<MyItem>.Collection.OneActive ViewModel and try to attach the application bar buttons to methods of MyItem with cal:Action开发者_开发百科.TargetWithoutContext=\"{ Binding Activ
I have a UserControl that contains two ContentControls that need to have different UserControl Views bound to them at runtime.The attached-Property solution noted here does not seem to work in Silverl
In Caliburn.Micro documentation the authors mention such possibility: documentation link IHandle inherits from a marker interface IHandle. This allows the use of casting to determine if an object i
One of the things I really miss from javascript/jquery work is being able to have major pieces (jquery, common plugins) served up t开发者_StackOverflow社区o the client via CDN.It has lots of benefits
Does Caliburn.Micro support design time data? I tried out with following steps; I created a simple hello开发者_运维技巧 world program. Where ShellViewModel is derived off of IShell. By running the sa