Microsoft Acquires Xamarin
251–260 of 405 posts
Re: Microsoft Acquires Xamarin
#252Re: Microsoft Acquires Xamarin
#253Earlier quoted context omitted.
...Xamarin studio isn't a competitor to Visual Studio? That's all I know that Xamarin makes, so I think this article is going a bit over my head, but it'll be a shame if I suddenly need a Microsoft account to use it. I do like diversity in my language tooling.
Ask them about Alan Truing - he kept his work secret so should have had his career ruined by the likes of you.
Poor guy. His name autocorrects to one of the best-known names in computing.
Re: Microsoft Acquires Xamarin
#254Xamarin 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
#255Earlier quoted context omitted.
That makes no sense. It's pretty clear that .NET is Microsoft's future, and Xamarin extends the reach of .NET.
Look at Winforms, WPF and Silverlight. They are all .Net and all abandoned. I wouldn't bet my long term future on Xamarin.
I would argue that Winforms is now a mature technology and requires little upkeep, but it is still a part of the stack.
WPF development has slowed significantly, but still proceeds.
Re: Microsoft Acquires Xamarin
#256Earlier quoted context omitted.
You're thinking of old Microsoft. New Microsoft is all about Azure, the walled gardens of windows is slowly being left behind. Take a look at .NET Core.
Take a look at DX12, WPF, etc. The walled garden is still there and getting worse, they're just sacrificing their other markets.
Re: Microsoft Acquires Xamarin
#257Scary. Xamarin sells tools to support multi-platform app development. Microsoft would want that only to the extent that it assisted migration to Microsoft platforms. Not away from them.
Can't speak for what they intend to do, but current moves by Microsoft seem to be very much on the contrary direction of assisting migration or locking down existing citizens of their platform: Visual Studio Code, Roslyn (C# compiler), TypeScript, those are all cross-plaftorm. Not to mention the ones that are getting there, like ChakraCore (JS Engine). Still having a hard time understanding the new Microsoft, but so…
Re: Microsoft Acquires Xamarin
#258Earlier quoted context omitted.
Nonsense. The last 5 years show it's a whole new Microsoft. Disclaimer: I have been one of the ones pushing the last 5 years to make that statement true. ;)
It worries me more that Microsoft has a track record of abandoning developer tools for the next shiny thing.
Re: Microsoft Acquires Xamarin
#259Earlier quoted context omitted.
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.
JS apps being faster to develop than C# ? Maybe prototype, but .NET/C# are superior dev platforms in every way.
In terms of runtime performance, I guess in theory c# should be faster than javascript, but it depends on a lot of things, like the program being run, the speed of the mono runtime on the android or IOS platform being used, etc.