WPF(C#) On Windows 10 Iot Enterprise

Copper Contributor
It was developed in the following environment.

os: windows 10 iot enter
Tools: Visual Studio 2017~9, ​​WFP (C#)
CPU: Intel Xenon
hw : NI PXI System

Q1. Can WPF be developed on win 10 iot enter?

Q2. Can soft real time be implemented in C# environment?

I want a guaranteed 5ms period in multithreading.

 
 

 

1 Reply
A1: yes, if you include all the OS feature Visual Studio needs A2: If soft realtime means that is is OK to miss deadines in some occations, it would be technically possible. But the unpredictable nature of a managed runtime (aka Garbage Collection) might be a huge problem. I would consider implementing (soft) real time using native code (C/C++/Rust) See: https://docs.microsoft.com/en-us/windows/iot/iot-enterprise/soft-real-time/soft-real-time