简体   繁体   English

从现有的Silverlight应用程序开发Windows移动应用程序

[英]Develop a Windows mobile app from existing silverlight application

I have developed a Dynamic Data Grid Silver light 4.0 Web application. 我开发了一个Dynamic Data Grid Silver light 4.0 Web应用程序。 [you can assume it as a Data Pulling Grid with some animations] This web application is very huge with some 10 Xaml files and a big Ms-Sql Database. [你可以把它假设为带有一些动画的数据拉动网格]这个Web应用程序非常庞大,包含10个Xaml文件和一个大的Ms-Sql数据库。 I also used web services from Sivlerlight to get data. 我还使用Sivlerlight的Web服务来获取数据。

Now, I am planning to build a WINDOWS Mobile app for my software. 现在,我打算为我的软件构建一个WINDOWS Mobile应用程序。 I need some suggestions for this. 我需要一些建议。

Do i need to start the development from scratch for Windows app. 我需要从头开始为Windows应用程序开发。 (or) Can i reuse the Silver light Xaml files that i used in the Web application. (或)我可以重用我在Web应用程序中使用的Silver light Xaml文件。 If i use the same XAP file, will it cost any performance issue ? 如果我使用相同的XAP文件,是否会导致任何性能问题?

Any Concerns/ Improvisations / Comments ? 有任何疑虑/即兴/评论?

If it's Windows Mobile (and not Windows Phone) then no. 如果它是Windows Mobile(而不是Windows Phone)那么没有。 Microsoft never made Silverlight available to Windows Mobile (there were plans to port it to WM6.1 originally, but they were ditched when WP7 work started). 微软从来没有让Silverlight可用于Windows Mobile(最初有计划将它移植到WM6.1,但是当WP7工作开始时它们被抛弃了)。

If it's Windows Phone, then it depends. 如果它是Windows Phone,那么它取决于。 I understand that Silverlight on WP7 has a different widget-set available, but your XAML and application code should work with only minor modifications (of course, assuming you have redesigned to fit WP7's screen form-factor). 我知道WP7上的Silverlight有一个不同的小部件集可用,但是你的XAML和应用程序代码只能进行微小的修改(当然,假设你已经重新设计以适应WP7的屏幕外形)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将现有的Windows Store应用程序移植到Windows8移动应用程序? - How to port existing Windows Store Application to Windows8 Mobile App ? 开发新的Windows Phone 8应用程序的平台:WinRT还是Silverlight? - Platform to develop a new Windows phone 8 app: WinRT or Silverlight? 为Windows Mobile,Android和iPhone开发C#应用程序 - Develop a C# application for Windows Mobile, Android & iPhone 确保Windows Mobile应用程序未运行-从桌面应用程序 - Ensuring Windows Mobile application is not running - From a desktop app 在现有应用程序中使用Silverlight - Using Silverlight with Existing Application Windows 应用程序使用 Silverlight - Windows application using Silverlight 在Windows Phone 8.1 Silverlight应用程序中更改应用程序根框架 - Change app root frame in Windows Phone 8.1 Silverlight application SilverLight应用程序(不是Silverlight业务应用程序)中的Windows身份验证 - Windows authentication in SilverLight Application (not Silverlight Business Application) 开发类似于Windows资源管理器的应用程序 - develop an application similar to windows explorer WP7的现有Silverlight应用程序 - Existing silverlight app to WP7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM