Earlier quoted context omitted.
ever downloaded Oracle JDK?
Microsoft doesn't make that.
Microsoft Acquires Xamarin
301–310 of 405 posts
Re: Microsoft Acquires Xamarin
#302Miguel finally gets his job at Microsoft: https://en.wikipedia.org/wiki/Miguel_de_Icaza#Early_software... Congrats!
...
>>> egularly used Mac OS X instead of Linux for desktop computing
Haven't heard of him before, seems like he's choosing being pragmatic over being philosophically right. I like this :)
Re: Microsoft Acquires Xamarin
#303Earlier quoted context omitted.
MS already have one; Visual Studio Code. The crazy has been coming a while.
Visual Studio Code is very different from Visual Studio and was made exclusively to capture the unwashed masses of web developers that have been lead to believe by false prophets that they shall exclusively use 30 year old editors running in terminal emulators, themselves mimicking 40 year old interfaces, to accomplish their work. (Some sarcasm intended)
The other devs are still using a better terminal editor.
As a personal anecdote, I did give VSC a try when I had to write some TypeScript. Installed a couple of plugins for Neovim and I was both at home (which means, more productive) and still had the same functionality I used in VSC.
Re: Microsoft Acquires Xamarin
#304No sarcasm intended. This is not an attack or a warning. This is curiosity.
Re: Microsoft Acquires Xamarin
#305Re: Microsoft Acquires Xamarin
#306Xamarin bought by Microsoft two days after Skype for Linux can't join calls by new clients. Oh yeah. The future is bright. Just not for the Linux desktop pieces of Mono.
Desktop Linux was, is, and will probably always be a niche thing. And if the open source community is so great, as some of its proponents argue, let them build their own Skype. The non desktop pieces of Mono should be getting lots of improvements, though.
Re: Microsoft Acquires Xamarin
#307I 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.
I think if Microsoft want to attract developers to building for Windows (including phones and tablets), then adding first class support in Xamarin and reducing the licensing fees would be a huge win.
Re: Microsoft Acquires Xamarin
#308.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…
silverlight ^_^
Re: Microsoft Acquires Xamarin
#309Do apps written in C# with Xamarin perform better than those written in React Native? What are the differences?
React Native applications will be faster to develop thanks to React being inherently fast to develop. I would expect a React Native app to perform the same or better than Xamarin, due to React Native's asynchronous bridge approach. I don't have data to back this up, though.
Better than HTML5 is still not good enough.