Wow, this is impressive. Does this mean the .Net framework is next?
You can view and download the whole .NET source here: http://referencesource.microsoft.com/
41–50 of 459 posts
Wow, this is impressive. Does this mean the .Net framework is next?
You can view and download the whole .NET source here: http://referencesource.microsoft.com/
Anyone else getting deja vu? Makes me think of Sun open sourcing Java.
So while this development is positive, one should take it with a grain of salt. MS still can't be just trusted blindly.
Everyone on Roslyn is really excited about this and we hope that it serves as a signal that big things are happening in .NET to make the entire platform more open and agile! P.S. We're the Visual Basic compiler too :)
Man, this is a crazy world. Cats and dogs living together. Open source MS projects. The falcon cannot hear the falconer
As a C# developer who genuinely likes the C# language (although I loathe vast swaths of the .NET framework libs) I'm actually super-excited about this. C# is a great language, and I hope to see it flourish outside of the MS walled garden. Miguel de Icaza does what he can with Mono, but it can be so much more.
But I still hope Microsoft does well, because frankly I like .NET
Released under the Apache 2 license. http://roslyn.codeplex.com/SourceControl/latest#License.txt
Everyone on Roslyn is really excited about this and we hope that it serves as a signal that big things are happening in .NET to make the entire platform more open and agile! P.S. We're the Visual Basic compiler too :)
Wow these contributions are a huge deal for Mono. I've spent the last few months making sure C# code works well in Mono and there are a lot of things that are missing or buggy. WebClient for example on Mono is missing DNS refresh timeout which means your app will never update a dns cache entry. If the ip of a server changes, you're pretty much screwed in Mono.