Slashdot Mirror


Visual Studio 2015 Supports CLANG and Android (Emulator Included)

Billly Gates (198444) writes "What would be unthinkable a decade ago is Visual Studio supporting W3C HTML and CSS and now apps on other platforms. Visual Studio 2015 preview is available for download which includes support for LLVM/Clang, Android development, and even Linux development with Mono using Xamarin. A little more detail is here. A tester also found support for Java, ANT, SQL LITE, and WebSocket4web. We see IE improving in terms of more standards and Visual Studio Online even supports IOS and MacOSX development. Is this a new Microsoft emerging? In any case it is nice to have an alternative to Google tools for Android development."

5 of 192 comments (clear)

  1. Download Here by jamesl · · Score: 5, Informative

    Visual Studio 2015 Preview Downloads
    http://www.visualstudio.com/en...

  2. Re:One word: Silverlight by ahabswhale · · Score: 2, Informative

    You mean other than the fact that they bailed on it?

    --
    Are agnostics skeptical of unicorns too?
  3. Re:We all dance in the streets by Daltorak · · Score: 4, Informative

    Finally Microsoft was given me a reason to install Windows on all my machines to support their glorious Visual Studio 2015. I will lock all my projects up in Team Foundations installed on Windows Server.

    I know this is is meant as a jokey comment, but it's worth noting that VS2015 has native Git support as well so Github etc. works without any plugins. (Even has Gravatar support if you turn it on) And it's not some half-assed in-house implementation, either: VS uses the OSS libgit2 library and MS developers are active contributors to that project.

  4. IDE war - it is like browser war by postmortem · · Score: 1, Informative

    .. and MS loses again. MS was left in dust by Netbeans and Eclipse. They do much more, and all for free. Both have strong open source community that shells out useful plugins that extend the many languages that are supported. So finally MS decided to play catch-up game.

    And there are some that still believe Visual Studio is the best. In reality VS is same as IE vs rest: IE is slowest, least compliant, least open, least extensible.

  5. Re:Problem is Visual Studio slow and non-portable by Maury+Markowitz · · Score: 4, Informative

    > Even the bloated Eclipse is faster than VC++ on Windows - at least if you run Eclipse on Linux

    I've run Eclipse on OS X, Windows and Linux. None of those are *remotely* as fast to work with as VS. The fact that Google is trashing Eclipse in favour of Android Studio is proof positive of the problems with Eclipse, and the compile-to-the-metal that both MS and Google are adopting is an indictment of the entire byte code regime, IMHO.

    I've also used Xcode and VS head-to-head, and VS is definitely the superior platform. Although Xcode offers many of the same features, and outright superior GIT integration (it's like two clicks and one url to get it working), the indexing system is completely broken so you can't even do things like "find all references". When running one of the CLR languages the superiority of VS is magnified through on-the-fly compiles and such. Xcode claims to offer this, but it's horribly broken, and the late-stage operations like code signing and packaging make it a moot point anyway.

    I don't know if you'll ever *really* be able to write iOS apps on VS, but if that day comes, I'd switch in a heartbeat.