开发者

Launching a Silverlight app from another or embeeding one?

I have been tasked with a project which will entail multiple apps, a master apps which will launch child apps.

Is there a way to launch another SL application from with a SL application? or embed a SL app within another?

OR

Am I bar开发者_StackOverflowking up the working tree, and should I just have the apps as one.

The reasoning for multiple apps is thats what the architect has given as the outline.

hanks.


Having a single application will keep the app coherant feeling to the user, as well as ease development.

Typically, the goal with this type of architecture is to prevent loading of XAPs unnecessarily in order to reduce memory/bandwidth consumption.

If this is the case, I would recommend rethinking the architecture, and using something like MEF. This allows automatic discovery and loading of XAPs from the server, while still keeping the application as a single application.

Here's a blog post showing the basic ideas.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜