top | item 9896119

Visual Studio 2015 Final Release Event

38 points| jsingleton | 10 years ago |visualstudio.com | reply

55 comments

order
[+] jsingleton|10 years ago|reply
TL;DR: 20th of July (4 days time)

Not a massive fan of "...all versions of Visual Studio 2013 and 2015 will require you to sign in using a Microsoft account..." though. [source: from an email]

[+] FreddyQ44|10 years ago|reply
I don't understand the reasoning behind that at all.

OK, MS wants our data. So do Apple, Google, FB. No news. But they already have everything: The user (MS account) when downloading VS. The id of the copy (serial number or whatever), all kind of information related to the Windows Version, the currently logged in user, machine data, ... VS or Windows can collect usage data, etc.

Why do they want me to sign in VS? They already have it all, don't they?

Or are there simpler (less paranoid :-)) reasons?

[+] option_greek|10 years ago|reply
Umm.. I don't think that is true. I use VS2013 for work and it only asks for that during the first time launch and provides a "skip for now" link at the bottom. The behavior is same even with community edition.
[+] drfritznunkie|10 years ago|reply
Remember, this is Microsoft we're talking about here, which means we've got about 50/50 chance of only half the company actually following through and implementing this ;)

Do not, under any circumstance, underestimate the sheer insanity of any Microsoft licensing scheme. At my new $dayjob, they spend $1-2MM/year on Microsoft licenses and support, and it's taken close to 9 months to get Microsoft to fix some incorrectly issued licenses. Not to mention, Microsoft has rolled out some new license portal that only like TWO people know about at Microsoft, so a bunch of shiny new licenses (to the tune of $750K) went "missing" because no one, even our Microsoft rep, apparently knew about the new portal which the licenses had been created in (and which, in fine Microsoft tradition, does not support any of our old licenses...)

As the only linux guy here, it is astounding, absolutely astounding to me, how many man hours are wasted just dealing with Microsoft licensing. They probably could have ported their entire stack to open source alternatives in the time it's taken just to get our SQL Server licenses straightened out. But I get the feeling that being a Microsoft shop means you have to develop Stockholm Syndrome just to make it through your day, or else you'd go mad from dealing with Microsoft and their VARs.

[+] snarfy|10 years ago|reply
What? That's horrible, but seems to be the way Microsoft is moving under Nadella. Sign in to everything. Everything is a service.
[+] farresito|10 years ago|reply
Yes, I noticed that when I was trying the beta. Quite unfortunate, but it seems that's how most things work nowadays.
[+] drinchev|10 years ago|reply
I hope this is the event that the TypeScript team is waiting for to release 1.5 out of the current beta.
[+] ubertaco|10 years ago|reply
I'm kinda bummed that they are waiting for what seems like an arbitrary date to non-VS devs (I do my dev work on a Linux personal machine and an OSX work machine). But hey, I can wait a couple extra days, I suppose.
[+] jimmcslim|10 years ago|reply
I'm eagerly waiting 1.6 with JSX support.
[+] rottyguy|10 years ago|reply
Tangential: New to c++ dev on Linux after years with devstudio/windows. What do you guys recommend for a dev env for a guy like me (say on a mac). Thanks!

Edit: I see Jetbrains has CLion. Any good?

[+] blinkingled|10 years ago|reply
Check out QtCreator. It's for writing Qt based C++ programs but I'm fairly certain you can use it equally well for plain old C++ code.
[+] RoboSeldon|10 years ago|reply
Are you on Linux or on a Mac ?

If you are on a Mac, you should definitely give a try to XCode it is, after all, the official Apple IDE. Not even close to Visual Studio, but not as bad (for C++ at least) as many people advertise.

For Linux, Kdevelop seems nice, other Linux C++ IDEs: Eclipse, NetBeans, CLion.

You should also probably try Vim and Emacs at least once, start with their included tutorials.

[+] on_and_off|10 years ago|reply
CLion is definitely worth checking out. The JetBrains guys know what they are doing.
[+] Sir_Cmpwn|10 years ago|reply
Years of visual studio w/C# on Windows, then moved to Linux here. I suggest you dive straight into the deep end, learn vim, and go in raw.
[+] ohitsdom|10 years ago|reply
Visual Studio Code looks promising, and should feel familiar to you.