我几个月来一直在利用Prism 2.0个人项目。 我最近听到了卡利伯,并想知道,我是否有令人信服的理由来考虑这一点。
我像Prism公司的动态模块负荷能力一样。 我打算为我的申请建立单元,并愿意以模块方式部署单元。 是否也有可能用卡利伯来做到这一点?
Caliburn对棱晶有什么好处?
(我读到,到2010年9月,棱晶还将有新的版本,将利用4.0.Net。) 并且保持我的申请的灵活性,以便到那时也能够更新。
我几个月来一直在利用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
此外,如果你下载卡利伯恩,则有一个样本显示棱晶一体化。
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 ...
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.......
I m trying to implement a Silverlight infrastructure with Prism, Ado.Net Dataservices and Repository Patterns but having some problems, what I want to know is, if there s out there an working example ...
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 ...
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 ...
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 ...
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?
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 ...