Correct me if I am wrong, but is seems like you can now compile and run Hello World on Ubuntu without needing a Windows PC (which I remember was needed at some step before)?
I'd like to second the poster who said thanks for all your hard work.
It's pretty freakin' sweet to be able to develop my asp.net MVC sites in Monodevelop instead of VC. I really prefer KDE over Windows as a UI, and y'all let me work in Linux all the time now!
I second that sentiment. I mostly use C# for work - about half web stuff and half OpenGL-based user interfaces, and it's a real boon to be able to do all my work in Linux. Some other C# devs here work on Macs. We all appreciate the Mono team's hard work.
Yeah, just a portion of it (a modified fork of the GL bindings). We wrap our own framework around the bindings and combine that with SDL2, plus Cairo/Pango for vector drawing and writing text to textures, libogg/libopus for audio files, Assimp for 3D assets, etc.
It depends. The reference source site code is MS-RSL (see the License link in the upper right).
Some of the source is additionally available under MIT from the github repository, but the reference site includes things that are not "open source" like WPF and Winforms.
Thanks - and thank to you and the team for all your hard work. I just ran Hello World on Mono via dnx/dnu and my mind was blown. Who would have predicted Microsoft would be doing this in 2015?
Additionally check out the recent presentation from last week done by the "Open Source Engineering Team, Microsoft" which is based in Silicon Valley - https://www.youtube.com/watch?v=2ARzbQSWoIM
Thanks for your all hard work and sorry for the few times I was part of the anti-Mono crowd in the early days.
It is quite a valuable work, and if I would be running a business for mobile dev, Xamarin would be on top list vs C++ (which I use as a hobby currently).
A lot of code should just work, some will require a rebuild under the new environment... I don't think I've had many problems moving forward at any given point. I've been using C#/.Net since some of the early previews. Though, these days most of my time is spent with node.js, and I've been following rust and go with some interest.
I had to do this a few times in the early 1.x/2.x days as I needed to understand some of the internals for functionality I wanted/needed... as a cheat. Since 4, it's been really good, but I'm doing far more node these days. Sometimes I do miss it, but usually not so much.
http://blogs.msdn.com/b/dotnet/archive/2014/04/09/how-your-f...
> we also launched a new web site that hosts the latest version of the .NET Reference Source, called http://sourceof.net
I think http://referencesource.microsoft.com/ might even be a little bit older.