views:

3997

answers:

3

What does Pro have that's not in Standard (or vice-versa)?

I need Visual Studio for personal use but I can't use the Express editions because I need T4.

A: 

You can find that out here

Filip Ekberg
I just get redirected to the VS 2008 main page...
Niklas
They might have changed the url. Let me look for it again.
Filip Ekberg
Not sure if there's a difference but that's vs 2k5. Not 2k8
SnOrfus
After checking, indeed it does make a difference.
SnOrfus
Someone gave me -1 for the link? HOW RUDE!
Filip Ekberg
That's because your answer is wrong--it links to a 2005 comparison, not 2008.
Michael Haren
+3  A: 

Here you go: Visual Studio 2008 Feature Matrix, straight from the horse's (i.e., Microsoft's) mouth.

Mihai Limbășan
Page redirects to VS 2010 Page
Palani
Sorry, unfortunately Microsoft's sites are outside of my control. Perhaps you could track down the original page and edit the answer?
Mihai Limbășan
+11  A: 

Here's a nice list:

Debugging Tools:

  • Attach to Remote Process
  • SQL-CLR Debugging
  • XSLT Debugger
  • T-SQL Debugging

Data Tools:

  • Database Projects
  • SQL Server Projects
  • Server Explorer

Reporting:

  • Crystal Reports Application & Crystal Reports for Visual Studio

Office development:

  • VSTO for Office 2003 and Office 2007
  • Sharepoint 2007 State Machine workflow template

Smart Device Development:

  • Device Emulator
  • Project Templates
  • Debugging Tools

Moocha and Filip Ekberg provided a really good reference to the feature matrix.


From the comments:

  • ctacke: Smart device development is better supported under Pro (Search for "Smart Device Development" on the feature matrix)
Michael Haren
For Smart Devices I'd also add Compilers and SDKs. You can't even compile them from the command line without VS '08 Pro.
ctacke
T4 is http://www.hanselman.com/blog/T4TextTemplateTransformationToolkitCodeGenerationBestKeptVisualStudioSecret.aspx
Subnus