Any guarantees about patents? Can using and extending .Net will cause in the future claims of software patents violations?
Microsoft takes .NET open source and cross-platform
71–80 of 937 posts
Re: Microsoft takes .NET open source and cross-platform
#72The key points seem to be: "Available Wednesday, Visual Studio Community 2013 is a free, fully featured edition of Visual Studio including full extensibility." So, it sounds like this will replace the Express edition and let you install extensions like you can in the Pro version. "Visual Studio 2015 and .NET 2015: build for any device - Built from the ground up with support for iOS, Android and Windows, Visual Studio…
Xamarin is working with a great many companies who would think twice about working with Microsoft directly. This way Microsoft can shove money to Xamarin to forward the ecosystem without scaring anyone.
Re: Microsoft takes .NET open source and cross-platform
#73Re: Microsoft takes .NET open source and cross-platform
#74http://www.visualstudio.com/en-us/products/visual-studio-com... returns a 404.
Re: Microsoft takes .NET open source and cross-platform
#75If you would have shown me this headline 15 years ago I would have thought it was an onion article. Who would have thought they would have come this far?
Re: Microsoft takes .NET open source and cross-platform
#76Wow - I have to say I'm impressed. I wonder how extensive the cross platform support is, and what sort of work has gone into targeting iOS? What does this mean for Xamarin and Mono?
Re: Microsoft takes .NET open source and cross-platform
#77Google and Apple need some other party to keep them sharp, it might as well be MS.
Re: Microsoft takes .NET open source and cross-platform
#78http://www.hanselman.com/blog/AnnouncingNET2015NETasOpenSour...
or
http://webcache.googleusercontent.com/search?q=cache:http://...
Re: Microsoft takes .NET open source and cross-platform
#79The key points seem to be: "Available Wednesday, Visual Studio Community 2013 is a free, fully featured edition of Visual Studio including full extensibility." So, it sounds like this will replace the Express edition and let you install extensions like you can in the Pro version. "Visual Studio 2015 and .NET 2015: build for any device - Built from the ground up with support for iOS, Android and Windows, Visual Studio…
The iOS and Android part don't make sense to me. Surely you won't be running VS on your iPad? So are they saying it has support for compiling to iOS and Android? Wouldn't they need to mention Xamarin in that sentence for it to make sense?
My money is on the App Creation naively in VS 2015 - via Xamarin or similar plugins - instead of having to rely on tools like Eclipse or IdeaU.
I think I'd lose my mind if I could develop apps in Visual Studio and C# instead of having to use Java and pay $1000/year for Xamarin.
Re: Microsoft takes .NET open source and cross-platform
#80It will be interesting to see how this will work in practice. C# will port over just fine. But the .Net libraries? System.Windows has little to nothing in it, and right now using things like System.IO.* on Linux and Mac is just asking for trouble. What are they going to do, hack in System.IO.* Linux support after the fact? Or just add Linux.IO.* which is even more of a hack. In either case you're going to get very me…