开发者

Convert WPF application to Silverlight

I have WPF Application. Is it possible to quickly convert WPF app to Silvelight application, if not which technic I have to use to transform my WPF app to Silverlight. And also I want to know about limitations of Silvelight app.

T开发者_如何转开发hank you in advance.


Yes its possible to quickly convert a WPF application to Silverlight, for example:-

 <TextBlock Text="Hello, World" />

will convert with hardly any changes. Does that help? Clearly not. It really does depend on how much stuff from WPF your app uses that isn't in Silverlight.

You should read through the WPF Compatibility section of the Silverlight documentation to assess how much of your WPF application will port to Silverlight.

What are the limitations of a Silverlight app? Well it can't make a decent cup of tea I know that. Seriously thats far too broad a question. Define what sort of things the app does and that'll guide the advice you get.

For example, is it a LOB app? Does need access to the local file system? Does it depend on third-party components? etc.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜