Xbap和Wpf应用的局限性和强度

时间:2021-05-05 23:40:46

I am about to start a new application. I am bit confused on deciding on wpf or xbap application. I need a list of limitations and advantages of Xbap and Wpf independently. Looking into these pros/cons, and my requirements, I can take a call.

我要开始一个新的申请。在决定使用wpf或xbap应用程序时,我有点困惑。我需要独立列出Xbap和Wpf的局限性和优点。看看这些优点和缺点,以及我的要求,我可以打个电话。

2 个解决方案

#1


1  

Xbap applications are Wpf applications that can be deployed through a browser (IE or Firefox). Xbaps must run under partial-trust, so there are some limitations on what you can do (you can't open child windows for example). Here's an overview of what XBaps are.

Xbap应用程序是可以通过浏览器(IE或Firefox)部署的Wpf应用程序。Xbaps必须在部分信任的情况下运行,因此您可以做的事情有一些限制(例如,您不能打开子窗口)。以下是XBaps的概述。

These days you probably want to also consider Silverlight, which is essentially a subset of Wpf, but with very much smaller download footprint (WPF is between 30 - 300 Mb, Silverlight, IIRC is about 4Mb). The decision between WPF vs Xbap vs Silverlight is discussed further here.

最近,您可能还想考虑Silverlight,它本质上是Wpf的一个子集,但是下载空间非常小(Wpf在30 - 300mb之间,Silverlight, IIRC大约是4Mb)。在这里进一步讨论了WPF与Xbap对Silverlight的决定。

#2


0  

XBAPs can also run in Full Thrust with some configuration.

XBAPs还可以使用一些配置进行完全插入。

#1


1  

Xbap applications are Wpf applications that can be deployed through a browser (IE or Firefox). Xbaps must run under partial-trust, so there are some limitations on what you can do (you can't open child windows for example). Here's an overview of what XBaps are.

Xbap应用程序是可以通过浏览器(IE或Firefox)部署的Wpf应用程序。Xbaps必须在部分信任的情况下运行,因此您可以做的事情有一些限制(例如,您不能打开子窗口)。以下是XBaps的概述。

These days you probably want to also consider Silverlight, which is essentially a subset of Wpf, but with very much smaller download footprint (WPF is between 30 - 300 Mb, Silverlight, IIRC is about 4Mb). The decision between WPF vs Xbap vs Silverlight is discussed further here.

最近,您可能还想考虑Silverlight,它本质上是Wpf的一个子集,但是下载空间非常小(Wpf在30 - 300mb之间,Silverlight, IIRC大约是4Mb)。在这里进一步讨论了WPF与Xbap对Silverlight的决定。

#2


0  

XBAPs can also run in Full Thrust with some configuration.

XBAPs还可以使用一些配置进行完全插入。