Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Well... (Score 1) 413

Visual Studio is mostly written in C++, but there are some substantial components that are written in C#. A lot of the UI designers and plug-ins are written in C#. The "Properties" tab was one of the first that was written in C#. devenv.exe is just a tiny front-end to a giant, giant set of libraries. Look in the same directory, at many of the other DLLs. Many of those are C# libraries.

Comment Re:Well... (Score 1) 413

You are so full of shit. .NET is a cross-platform language platform. Microsoft already provides CLR on ARM, and subsets of it on PowerPC on Xbox 360, and will continue to do so. Let's count the architectures, shall we? x86, x64, IA-64, ARM, PPC. C# and MSIL are both public standards, with independent implementations. It's not about control, it's about providing a better language and library platform than C/C++ and Win32. It's not perfect, but it's not the proprietary suck-hole you wish it was.

Slashdot Top Deals

Solutions are obvious if one only has the optical power to observe them over the horizon. -- K.A. Arsdall

Working...