34
These days I saw our colleague Maniero commenting on the existence of .NET Native in a response on C# and C++.
I saw that Microsoft announced in April 2014 the preview of . NET Native. And searching on the subject I found this page explaining http://msdn.microsoft.com/pt-br/vstudio/dotnetnative.aspx .
From what I understand the idea is to allow code written in C# to be compiled to machine native code. This would make apps faster and using less memory.
As the subject is new and I am full of questions, here are some of them:
- Why Microsoft is doing this?
- No longer need to have the . NET Framework installed on the machines?
- We will have to compile our codes for different types of architectures (x86 x64)?
- Programs that use . NET Native will be able to run on any type of device and operating system?
- I will be able to develop a driver or an operating system with this
- This is only for Windows Store apps?
- There will be some difference in how we develop today?
Anyone who can share a little about the subject is very welcome. Even if you want to edit something in the question in order to enrich the issue.
Some questions are answered on FAQ
– Franchesco