This is giant news for the .NET ecosystem. It means that MS is serious about their push into Mobile and Linux, and that .NET developers aren't going to have to work with Xamarin's ever-so-slightly-behind libraries anymore. It also means that MS now produces an IDE on Linux, which is a crazy change from 10 years ago.
Microsoft Acquires Xamarin
201–210 of 405 posts
Re: Microsoft Acquires Xamarin
#202.NET now needs a solid compile-to-browser story - which is presumably coming with some future version of web assembly (initial version doesn't support GC or threads) I'm looking forward to the day where I can ditch C++ for portability - .NET really is an ideal replacement for most apps - you can write apps that don't stress the GC by using value types and can control memory layouts relatively well (unlike Java) and a…
Re: Microsoft Acquires Xamarin
#203Re: Microsoft Acquires Xamarin
#204Earlier quoted context omitted.
Yes indeed, right now Xamarin is very very buggy and also pretty slow. I think the software will get MUCH better if the teams at Microsoft will start working on it.
or its embrace extend extinguish?
Re: Microsoft Acquires Xamarin
#205I wonder when/if they will announce pricing changes. I would love to use Xamarin but the current licensing fees (2 developers across iOS/Mac/Android) of $6k/year are a total non-starter. If it gets rolled into MSDN or BizSpark I would pretty much jump on it immediately. The current alternative of writing C++ that runs across iOS/Mac/Android/Windows is a massive headache.
Re: Microsoft Acquires Xamarin
#206Earlier quoted context omitted.
MS already have one; Visual Studio Code. The crazy has been coming a while.
Visual Studio Code doesn't do an eighth of what VS 2015 does. VS 2015 on Linux with a full CLR would be huge. Think about the opportunities for existing enterprise programmers, alone.
Re: Microsoft Acquires Xamarin
#207.NET now needs a solid compile-to-browser story - which is presumably coming with some future version of web assembly (initial version doesn't support GC or threads) I'm looking forward to the day where I can ditch C++ for portability - .NET really is an ideal replacement for most apps - you can write apps that don't stress the GC by using value types and can control memory layouts relatively well (unlike Java) and a…
You can compile .NET code to JavaScript using JSIL:
Re: Microsoft Acquires Xamarin
#208Miguel finally gets his job at Microsoft: https://en.wikipedia.org/wiki/Miguel_de_Icaza#Early_software... Congrats!