Page 1 of 1

.NET going open source

Posted: Wed Nov 12, 2014 6:00 pm
by Dayman
NEW YORK — Nov. 12, 2014 — On Wednesday, Microsoft Corp. reinforced its commitment to cross-platform developer experiences by open sourcing the full server-side .NET stack and expanding .NET to run on the Linux and Mac OS platforms. Microsoft also released Visual Studio Community 2013, a new free edition of Visual Studio that provides easy access to the Visual Studio core toolset. The announcements kicked off Microsoft’s Connect (); event, where the company released Visual Studio 2015 Preview and .NET 2015 Preview.
http://news.microsoft.com/2014/11/12/microsoft-takes-net-open-source-and-cross-platform-adds-new-development-capabilities-with-visual-studio-2015-net-2015-and-visual-studio-online/

Interesting. Why all of a sudden?

Re: .NET going open source

Posted: Wed Nov 12, 2014 6:18 pm
by sledgehammer_999
How about qBittorrent v4.0.0 be rewritten in C# ? [/joking]

Why going open source? Maybe they see that Windows is losing market share and they want to consolidate their software base. They are a software company after all. It may encourage people to continue using .NET if they know they can run it on other platforms too.

Re: .NET going open source

Posted: Wed Nov 12, 2014 9:11 pm
by Nemo
Hm.. Interesting indeed. Thanks for the heads up Dayman.

Re: .NET going open source

Posted: Thu Nov 13, 2014 1:40 pm
by ciaobaby
There has been a change of management and ideals at M$ and they HAVE realised, that Linux is 'hot on their heels' and is not going to 'go away' any time soon.

http://www.zdnet.com/why-microsoft-love ... 000035218/

Re: .NET going open source

Posted: Thu Nov 13, 2014 9:41 pm
by Dayman
[quote="ciaobaby"]
There has been a change of management and ideals at M$ and they HAVE realised, that Linux is 'hot on their heels' and is not going to 'go away' any time soon.

http://www.zdnet.com/why-microsoft-loves-linux-7000035218/
[/quote]

AFAIR Skype servers run gentoo hardened.

P.S. As per .net I think this move is way too late. Mono is already being used for enterprise software on production.

Re: .NET going open source

Posted: Thu Nov 13, 2014 9:46 pm
by Dayman
[quote="Dayman"]
AFAIR Skype servers run gentoo hardened.
[/quote]
Finally found the link http://arstechnica.com/business/2012/05/skype-replaces-p2p-supernodes-with-linux-boxes-hosted-by-microsoft/

"linux with grsecutiry patches", which means gentoo hardened with 90% probability

Re: .NET going open source

Posted: Fri Nov 14, 2014 6:40 am
by Douman
This is mostly for server and core parts of .NET anyway. Not like they would be able to replace Mono anyway. As long as they stick to winapi they are stuck(though i think MS doesn't care)

Re: .NET going open source

Posted: Sun Nov 16, 2014 7:43 pm
by thexfile
Microsoft should develop their own flavor of desktop Linux. Keep it all open.

Re: .NET going open source

Posted: Sun Nov 16, 2014 9:41 pm
by ciaobaby
[quote="thexfile"]
Microsoft should develop their own flavor of desktop Linux. Keep it all open.
[/quote]

Now that's NOT a comforting thought, given the M$ track record of breaking perfectly good applications when they start 'fixing' them. :)

Re: .NET going open source

Posted: Mon Nov 17, 2014 12:53 pm
by sledgehammer_999
Already there are a lot of voices criticizing Canonical(ubuntu) for diverging too much from GNU/Linux. Imagine what will happen if MS produces its own distro. :D

Re: .NET going open source

Posted: Fri Nov 21, 2014 11:06 pm
by Peter
Only the server part is open-source. The GUI part like WPF of Windows Forms are both remain closed.
This open-source move won't mean that Microsoft will support cross-platform either.

So we won't have a Linux/whatever Visual Studio, or a gui ported, or a Linux .net runtime, or anything.
Linux and other systems will need to use Mono, just like always. (GTK# sucks. yuck.)
^ This means == no easy porting, no breakthrough of any sort.

Mono guys said that they will start replacing parts of their code with the one that MS released recently.
(Even so, I always found Mono crap. Started using it like 5-6 years ago.)