caliburn.micro
Caliburn Micro WPF Window Management
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[详细]
2023-03-28 06:41 分类:问答Caliburn.Micro and ORMs (NHibernate)
Are there any information around the net about using Caliburn.Micro with an ORM such as NHibernate, preferably under WPF.[详细]
2023-03-27 14:16 分类:问答Slow switch between view (views contains datagrid with many items)
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.[详细]
2023-03-27 10:51 分类:问答Sliding transition animation between Screens in Caliburn Micro
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[详细]
2023-03-25 21:14 分类:问答Caliburn.Micro - resolving ViewModels from IoC container using Castle.Windsor
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[详细]
2023-03-25 13:21 分类:问答Attach TargetWithoutContext to an AppBarButton
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[详细]
2023-03-25 07:49 分类:问答Two dynamically assigned ContentControls in single view in Caliburn.Micro
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[详细]
2023-03-23 23:29 分类:问答Caliburn.Micro. Automatically call eventaggregator.Subscribe() for IHandle implementors with Autofac
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[详细]
2023-03-23 23:05 分类:问答is there an existing 'Silverlight assemblies via CDN' option similar to how Google/Microsoft offer up jquery?
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[详细]
2023-03-23 01:49 分类:问答Does Caliburn.Micro support design time data?
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[详细]
2023-03-22 04:06 分类:问答