Still running NETMF on Endpoint?

Hello everyone,
I’m excited hearing about the new Endpoint. I was just little confused when reading that it takes about 5 secs to be up and running. Is it still based on NETMF or is any other core OS running there?

No NETMF. This is same .net 8 you have on your desktop :smile:

Does it mean that the MSIL code is not interpreted any longer? Is it compiled to machine code before deployment? I am just thinking about the efficiency and whether there can be an increase in performance not just based on higher processor frequency… How is it about the threads? Are there the same rules applied to thread scheduling as they were in NETMF?

Not interpreted. Threads are handled by .net 8. We do not do anything different on our end.