简体   繁体   English

将.Net 3.5 Compact Framework应用程序迁移到Windows 10 Mobile

[英]Migrating .Net 3.5 Compact Framework app to Windows 10 Mobile

We have an app written to run on the .NET 3.5 Compact Framework. 我们编写了一个可在.NET 3.5 Compact Framework上运行的应用程序。 It runs primarily on Windows Mobile 5 & 6 devices and used SQL CE 3.5 for it's database. 它主要在Windows Mobile 5和6设备上运行,并使用SQL CE 3.5作为其数据库。

We'd like to update the app to run on Windows 10 Mobile. 我们希望将应用程序更新为在Windows 10移动版上运行。 I'm just starting to research app development for Windows 10 Mobile, so I was hoping to get some pointers to get me headed in the right direction. 我刚刚开始研究Windows 10移动版的应用程序开发,因此我希望获得一些指导,以使我朝正确的方向前进。 I'm just looking for high level advice on these two questions: 我只是在寻找关于以下两个问题的高级建议:

  1. What Visual Studio project type would allow the most reuse of existing code and libraries? 哪种Visual Studio项目类型可以最大程度地重用现有代码和库?

  2. Are there other project types that we should consider because they support non-Windows devices as well? 我们是否还应考虑其他项目类型,因为它们也支持非Windows设备? Would I be able to reuse much code if I chose that project type? 如果选择该项目类型,是否可以重用很多代码? Is there a database solution that works with this project type cross platform? 是否有适用于此项目类型跨平台的数据库解决方案?

Thanks in advance. 提前致谢。

1: UWP (supports a variety of modern Microsoft platforms) 2: Xamarin (supports Android and Ios) - resuse will depend on how well layered the original app is. 1:UWP(支持各种现代Microsoft平台)2:Xamarin(支持Android和Ios)-重用取决于原始应用程序的分层程度。 You can use SQLite RDBMS 您可以使用SQLite RDBMS

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM