Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: what is lost from Visual Studio 2008 PRO to Visual Studio 2012 free?  (Read 725 times)

Nadaka

  • Bay Watcher
    • View Profile
    • http://www.nadaka.us

I am about to embark on the task of redoing my asp.net web site and other things. I have an old copy of the full featured Visual Studio 2008 left over from when I used to work in a Microsoft only company.

I know I would .net versions above 3.5 and MVC versions above 2.

But does anyone know what features I would lose by moving to the latest free visual studio?

I can't really seem to find any information from either google or the msdn library, and I am a bit out of touch with the ms community after spending the last 5 years in a java only company.
Logged
Take me out to the black, tell them I ain't comin' back...
I don't care cause I'm still free, you can't take the sky from me...

I turned myself into a monster, to fight against the monsters of the world.

gimlet

  • Bay Watcher
    • View Profile
Re: what is lost from Visual Studio 2008 PRO to Visual Studio 2012 free?
« Reply #1 on: March 16, 2013, 09:03:26 am »

I haven't used it this century, but I did just recently see you can still get a 90 day free trial of VS2012 Pro -  http://www.microsoft.com/visualstudio/eng/downloads
This looks like a decent summary of diffs, if you follow the link in the last post too: http://programmers.stackexchange.com/questions/166716/visual-studio-2012-express-vs-professional
Logged

Nadaka

  • Bay Watcher
    • View Profile
    • http://www.nadaka.us
Re: what is lost from Visual Studio 2008 PRO to Visual Studio 2012 free?
« Reply #2 on: March 16, 2013, 10:30:02 am »

Yea. that part is easy to find. Finding a comparison of 2008 professional isn't. And I don't want to rely on a 90 day free trial for maintaining the software I write.
Logged
Take me out to the black, tell them I ain't comin' back...
I don't care cause I'm still free, you can't take the sky from me...

I turned myself into a monster, to fight against the monsters of the world.

Fayrik

  • Bay Watcher
    • View Profile
Re: what is lost from Visual Studio 2008 PRO to Visual Studio 2012 free?
« Reply #3 on: March 21, 2013, 03:42:19 pm »

You might have to look up what the difference between 2008 and 2010 versions were, then 2010 and 2012, and then compare that to the express version. It's long winded, but I don't expect Microsoft would make it any easier.

Personally I just stuck to the 2008 version. I didn't really see the point in downgrading to 2010 express. (Which can be run in tandem, I must note.)

Then 2012 came around, and it broke backwards porting to 4.0/windows XP.
Logged
So THIS is how migrations start.
"Hey, dude, there's this crazy bastard digging in the ground for stuff. Let's go watch."

Vespulan

  • Bay Watcher
  • HARRRRRRRR Vespulan.
    • View Profile
Re: what is lost from Visual Studio 2008 PRO to Visual Studio 2012 free?
« Reply #4 on: March 24, 2013, 01:09:59 pm »

Personally I just stuck to the 2008 version.
So did I, general rule of thumb for me is if someone updates some programming software, it won't work with anything.  If you have 2008 Pro then I'd stick with it :P
Logged

Nadaka

  • Bay Watcher
    • View Profile
    • http://www.nadaka.us
Re: what is lost from Visual Studio 2008 PRO to Visual Studio 2012 free?
« Reply #5 on: April 13, 2013, 10:27:26 am »

As an update: I discovered that the biggest thing missing from VS Express is the ability to connect to arbitrary databases in the designer, which makes it a lot harder to use a MySql backend.

Note that this was an undocumented dis-feature.
« Last Edit: April 13, 2013, 10:34:16 am by Nadaka »
Logged
Take me out to the black, tell them I ain't comin' back...
I don't care cause I'm still free, you can't take the sky from me...

I turned myself into a monster, to fight against the monsters of the world.