简体   繁体   English

.NET Framework 4.5及更高版本是否可用于Embedded Compact 2013和Windows 10 IoT核心?

[英]Is .NET Framework 4.5 and later are available on Embedded Compact 2013 and Windows 10 IoT core?

I have been creating applications on Windows CE with .NET Compact Framework 3.5 and as you might guess lots of features of .NET 4, 4.5 and later does not exist in compact (espacially XAML support). 我一直在使用.NET Compact Framework 3.5在Windows CE上创建应用程序,您可能会认为.NET 4,4.5及更高版本的许多功能在紧凑型(特别是XAML支持)中不存在。

Are those features available on Windows Embedded Compact 2013 and/or Windows 10 Iot Core? Windows Embedded Compact 2013和/或Windows 10 Iot Core上是否提供这些功能?

Before down-voting consider that there are not enough resources on these topics on the internet. 在进行投票之前,请考虑在互联网上没有足够的资源来解决这些问题。 Best source of knowledge comes from experienced people. 最好的知识来源是经验丰富的人。

For Windows Embedded Compact 2013 it is basically the same situation than with older Win CE versions. 对于Windows Embedded Compact 2013,它与旧版Win CE版本的情况基本相同。 But you get a slightly updated .Net Compact Framework. 但是你得到了一个稍微更新的.Net Compact Framework。

It is actually possible to use XAML on WinCE, Microsoft calls it Silverlight in older WinCE versions: https://msdn.microsoft.com/en-us/library/ee502198.aspx The issue for you is that it is desinged to work with native code for performance reasons, if you like to use it with .Net CF you may want to have a look at: https://channel9.msdn.com/Events/TechEd/NorthAmerica/2010/WEM309 实际上可以在WinCE上使用XAML,微软在较旧的WinCE版本中将其称为Silverlight: https ://msdn.microsoft.com/en-us/library/ee502198.aspx你遇到的问题是它可以使用出于性能原因的本机代码,如果您想将它与.Net CF一起使用,您可能需要查看: https//channel9.msdn.com/Events/TechEd/NorthAmerica/2010/WEM309

For Windows IoT Core you can use "Universal Apps" they use XAML and the new ".Net Core" this should be more feature rich than then .NET CF and its supported on all new Windows Systems http://blogs.msdn.com/b/dotnet/archive/2014/12/04/introducing-net-core.aspx 对于Windows IoT Core,您可以使用“Universal Apps”,他们使用XAML和新的“.Net Core”,这应该比.NET CF更丰富,并且支持所有新的Windows系统http://blogs.msdn.com /b/dotnet/archive/2014/12/04/introducing-net-core.aspx

Widnows 10 Iot Core supports "Universal Apps". Widnows 10 Iot Core支持“通用应用程序”。 These are made with XAML. 这些都是用XAML制作的。

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

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