Hacker News new | ask | show | jobs
by thaumasiotes 451 days ago
From 2004, which some might argue should count as the early 2000-2010s:

> But they really want to give away the development tools. Through their Empower ISV program you can get five complete sets of MSDN Universal (otherwise known as “basically every Microsoft product except Flight Simulator“) for about $375. Command line compilers for the .NET languages are included with the free .NET runtime… also free. The C++ compiler is now free.

https://www.joelonsoftware.com/2004/06/13/how-microsoft-lost...

1 comments

And eventually they open sourced .NET, VC++ standard library, adopted clang, Go, Java (ironically), started contributing to Rust.

DevDiv nowadays is much more than .NET and C++, and not always takes decisions into .NET favour, see Typescript rewrite decision.