Answered by:
WPF app to a web app

Question
-
I need to create a windows application and then convert it to a web app in the distant future,. If I create the app using WPF, can I take the XAML and move it to a silverlight web app without many issues or will I have to recreate the web app overall? Is the XAML from a WPF app and a Silverlight app interchangeable?Tuesday, June 26, 2012 2:59 PM
Answers
-
Well, in the past I would have supported the idea of Silverlight. But it seems that Silverlight is going to the trashcan in favor of HTML5. Internet Explorer 10 in Windows 8, when run in Metro mode will not support add-ins of any kind, so that means no flash, no BHO's, no PDF's, etc. Unless IE10 comes with Silverlight at its very core, this also means no Silverlight. As of today, I am unaware if IE10 comes with Silverlight at its core, so I cannot say for sure. But for the looks of this, I tend to believe Silverlight is being canned.
Jose R. MCP
Code Samples- Proposed as answer by Sheldon _Xiao Thursday, June 28, 2012 6:12 AM
- Marked as answer by Sheldon _Xiao Friday, July 6, 2012 8:27 AM
Tuesday, June 26, 2012 3:13 PM -
You should focus on a WCF service for your app.
After it, whatever your front-end is, U can use this service.
Will be easy to change between them and also u could use more than one app at same time.
- Proposed as answer by Sheldon _Xiao Thursday, June 28, 2012 6:12 AM
- Marked as answer by Sheldon _Xiao Friday, July 6, 2012 8:27 AM
Tuesday, June 26, 2012 6:27 PM
All replies
-
Well, in the past I would have supported the idea of Silverlight. But it seems that Silverlight is going to the trashcan in favor of HTML5. Internet Explorer 10 in Windows 8, when run in Metro mode will not support add-ins of any kind, so that means no flash, no BHO's, no PDF's, etc. Unless IE10 comes with Silverlight at its very core, this also means no Silverlight. As of today, I am unaware if IE10 comes with Silverlight at its core, so I cannot say for sure. But for the looks of this, I tend to believe Silverlight is being canned.
Jose R. MCP
Code Samples- Proposed as answer by Sheldon _Xiao Thursday, June 28, 2012 6:12 AM
- Marked as answer by Sheldon _Xiao Friday, July 6, 2012 8:27 AM
Tuesday, June 26, 2012 3:13 PM -
You should focus on a WCF service for your app.
After it, whatever your front-end is, U can use this service.
Will be easy to change between them and also u could use more than one app at same time.
- Proposed as answer by Sheldon _Xiao Thursday, June 28, 2012 6:12 AM
- Marked as answer by Sheldon _Xiao Friday, July 6, 2012 8:27 AM
Tuesday, June 26, 2012 6:27 PM