Live data from Hacker News

Visual Studio 2015 announced

visualstudio.com

21–30 of 47 posts

Re: Visual Studio 2015 announced

#21
post #10

Been hearing a lot about Visual Studio 2015 recently, as far as I am aware it is not even in Beta yet... I am a .Net developer in a Corporate IT job, so I am exactly in the demographic Microsoft aims for as users (not buyers though). Visual Studio is hands down the best IDE, period. The pricing is absolutely, absolutely insane.

MSDN (especially in the enterprise/corporate environment) is absolutely worth it.

If you're just doing basic development, the community edition is actually really good and completely free.

Re: Visual Studio 2015 announced

#22
post #10

Been hearing a lot about Visual Studio 2015 recently, as far as I am aware it is not even in Beta yet... I am a .Net developer in a Corporate IT job, so I am exactly in the demographic Microsoft aims for as users (not buyers though). Visual Studio is hands down the best IDE, period. The pricing is absolutely, absolutely insane.

Enterprise has gotten cheaper - it was 10 grand at one point. I used to have a personal subscription, and even with any tax-return benefits, I couldn't swing that.

Re: Visual Studio 2015 announced

#23
post #17

Is Visual Studio made with .NET? If it was I could dream of a Mac/Linux version one day...

Yes. It's a WPF app running on the framework. MS has no plans to open source WPF or include the required assemblies into the CoreCLR so I doubt we will ever see VS running on a *nix platform.

Re: Visual Studio 2015 announced

#24
post #15

This is a confusing announcement from Microsoft. They are actually announcing a new product lineup (1) and not a new release for actual download . The article predicts that the actual release (RTM) will be in the summer. The current (beta) release is still CTP 6 which was already announced a few weeks ago. I suppose this is a press release intended more for the corporate IT manager planning his purchasing budget (wha…

I'm not sure how this is confusing. It very clearly says that it is announcing a new product line in the first sentence of the announcement.

Re: Visual Studio 2015 announced

#26
post #10

Been hearing a lot about Visual Studio 2015 recently, as far as I am aware it is not even in Beta yet... I am a .Net developer in a Corporate IT job, so I am exactly in the demographic Microsoft aims for as users (not buyers though). Visual Studio is hands down the best IDE, period. The pricing is absolutely, absolutely insane.

MSDN (especially in the enterprise/corporate environment) is absolutely worth it. If you're just doing basic development, the community edition is actually really good and completely free.

Interesting. What value would msdn give me?

Re: Visual Studio 2015 announced

#28
post #16

There is an Android version. I am curious, are there people out there who use Android device to code? I tried a bit QPython but it was frustrating not to be able to use the app I created from outside of QPython.

It can build for Android (aka you can make Android apps with it); it does not have a version running on Android. And yes, I use tablets and phones to code on, but nothing production yet. Cannot say it's that much less productive than on desktop though for what I do.

Edit: is iOS/Android building Xamarin or?

Edit2: Yep , this is Xamarin.

Re: Visual Studio 2015 announced

#29
post #10

Been hearing a lot about Visual Studio 2015 recently, as far as I am aware it is not even in Beta yet... I am a .Net developer in a Corporate IT job, so I am exactly in the demographic Microsoft aims for as users (not buyers though). Visual Studio is hands down the best IDE, period. The pricing is absolutely, absolutely insane.

MSDN (especially in the enterprise/corporate environment) is absolutely worth it. If you're just doing basic development, the community edition is actually really good and completely free.

I consider test coverage analysis pretty basic development nowadays, which is not covered by the community edition.

Re: Visual Studio 2015 announced

#30
VS2015 seemed to be pretty much the same as VS2013, although my experience was limited to the enhanced project support for Apache Cordova.

Findings:

- There's a very bad (known) bug that renders the entire IDE unusable. If you attempt to modify the markup of certain databound elements (possibly others), an error message will pop up and the IDE will cease to function in a predictable manner

- The VS Android Emulator is great, but it needs a bit more work. For example, it modifies you network settings without notifying you (installs Virtual adapters). Now if something else modifies those settings, the Emulator will refuse to start. You have to poke around a bit with the Hyper-V manager to get things working again. They should have a "restore default settings" option. (My Emulator refuses to work now even after I removed and reinstalled it).

- The VS emulator would be better if it had a default "Shared" folder that could be used to transfer files between the device and host.

- You can't specify the port you want to run Ripple on. I believe they are planning on fixing this, but it's a big problem at the moment as VS will just choose randomly from 40 different ports, each time creating a new folder and recreating your local databases. This makes it hard to track down bugs, or continuing from a known state.

- Build support is very limited. You have to muck about with the project settings to do trivial things like redirecting output based on Project configuration

- The Javascript debugger needs work. It will sometimes break whenever a new Javascript file is loaded. Or it will break on lines where no breakpoints have been set, even though no (visible) error occurred.

Other than that the IDE seems more-or-less the same as what I'm used to in VS2013.

Post reply on HN