I like C# as a language, but for security reasons I have to remove the .net framework.
What exactly is meant by 'Native', does it compile to native code so that I can deploy apps with their own dot net framework or a runtime rather than a system integrated one. Is it possible to block the dot net runtime if it comes from or installed by a 3rd party source (I have had viruses that install versions of the dot net framework as they infect systems.)
When Microsoft mentions their partnership with Xamarin (creator of Mono), does this mean I will be able to write C# code that uses DirectX in Mono on Windows without using SlimDX?
Will dot net come preinstalled with Windows 10 and can it be removed in the home and pro versions?