English 中文(简体)
棱两可
原标题:Choosing Between Prism and Caliburn

我几个月来一直在利用Prism 2.0个人项目。 我最近听到了卡利伯,并想知道,我是否有令人信服的理由来考虑这一点。

我像Prism公司的动态模块负荷能力一样。 我打算为我的申请建立单元,并愿意以模块方式部署单元。 是否也有可能用卡利伯来做到这一点?

Caliburn对棱晶有什么好处?

(我读到,到2010年9月,棱晶还将有新的版本,将利用4.0.Net。) 并且保持我的申请的灵活性,以便到那时也能够更新。

最佳回答

棱镜和卡利伯是补充框架。 当你在计生联和棱镜中注重微型和小型设备时,卡利伯尔确实能够使许多问题成为缺陷。 这是一种简化(两者的特征比仅仅这样多),但这是你想要合并的主要原因。

Caliburn has builtin Prism support so you can use both. Here s an article I found of someone using the integration to setup their first module. http://rauhski.blogspot.com/2009/10/build-application-with-caliburn-and.html

此外,如果你下载卡利伯恩,则有一个样本显示棱晶一体化。

问题回答

暂无回答




相关问题
Getting a list of loaded modules from PRISM in WPF

I have a WPF application built on top of PRISM. When the user tries to close the application I need to check the dirty status of any loaded views. I was hoping to enumerate a list of the loaded ...

Silverlight 3 different behavior between browsers

I have a silverlight project that runs normally, its just a listbox that retrieivies some value. This project run correctly in Internet explorer but do not runs correctly in Safari 4 or Firefox 3.5.......

Where should the data be stored in MVVM?

I ve got this Silverlight Prism application that is using MVVM. The model calls a WCF service and a list of data is returned. The ViewModel is bound to the View, so the ViewModel should have a List ...

ADO.NET DataServices with Prism

I ve start using prism with silverlight 3, but, we are trying to implement it to work with ADO.NET DataServices. The "DataServiceQuery" query type required to use with Silverlight, requires a ...

Best logging approach for composite app?

I am creating a Composite WPF (Prism) app with several different projects (Shell, modules, and so on). I am getting ready to implement logging, using Log4Net. It seems there are two ways to set up the ...

Localization in Prism WPF App

I m looking for the best way to localize a Prism 2 WPF app that might have several modules ported to Silverlight 3. Has anyone successfully localized a Prism 2 WPF app with several modules?

Where to put the calls to WCF or other webservices in MVVM?

I m building Silverlight applicaitions using Prism and MVVM. When calling WCF services on your own server, or even external webservices like the Bing api, would this be done from the Model? or from ...

热门标签