Slashdot Mirror


Is Microsoft 'Reaping the Rewards' From Open-Sourcing Its .NET Core? (infoworld.com)

An anonymous reader quote InfoWorld: Two years ago Microsoft did the unthinkable: It declared it would open-source its .NET server-side cloud stack with the introduction of .NET Core... Thus far, the move has paid off. Microsoft has positioned .NET Core as a means for taking .NET beyond Windows. The cross-platform version extends .NET's reach to MacOS and Linux...

Developers are buying in, says Scott Hunter, Microsoft partner director program manager for .NET. "Forty percent of our .NET Core customers are brand-new developers to the platform, which is what we want with .NET Core," Hunter says. "We want to bring new people in." Thanks in considerable part to .NET Core, .NET has seen a 61% uptick in the number of developers engaged with the platform in the past year.

The article includes an interesting quote from Microsoft-watching analyst Rob Sanfilippo. "It could be argued that the technology generates indirect revenue by incenting the use of Azure services or Microsoft developer tools."

3 of 257 comments (clear)

  1. Re:not quite correct by NotInHere · · Score: 5, Insightful

    The reality is that javascript is the universal language at the moment of 'get stuff done'

    It is, but javascript is a gigantic mess, and therefore shouldn't be used for teaching, just like C++ (which is a mess too, but a smaller one).

  2. Re:int vs float vs double by Anonymous Coward · · Score: 5, Insightful

    > Wouldn't you say that the same problems wrt. type-lessness applies to Python? It not, why?

    No, because Python has strong typing and Javascript doesn't.

    Python: 1 + "2" => error

    Javascript: 1 + "2" => "12"

  3. Re:Maybe it's people fleeing Oracle? by Guspaz · · Score: 5, Insightful

    We're 16 years into C# and 14 years into .NET, and they've gone from "will not sue" licensing to full blown opensource and multiplatform, with alternate GPL'd implementations if you don't like Microsoft's. How long do we need to wait before you'll move beyond blind religious zeal?