Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between Visual Studio 2008 Standard and Professional?

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.

like image 867
Nesizer Avatar asked Jan 02 '09 21:01

Nesizer


People also ask

Which Visual Studio version is best?

Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads.

What is Visual Studio Professional used for?

It is used to develop computer programs, as well as websites, web apps, web services and mobile apps. Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight.

What's the difference between Visual Studio Community and professional?

The Visual Studio Community is open, whereas the professional edition is not accessible. The community can be used by developers or a smaller team of at least five individuals. But there are few limitations to the professional edition.

What are the different versions of Visual Studio?

There are three editions of Visual Studio: Community, Professional, and Enterprise. See Compare Visual Studio editions to learn about which features are supported in each edition.


3 Answers

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)
like image 102
Michael Haren Avatar answered Oct 23 '22 02:10

Michael Haren


Microsoft Download Center, "Visual Studio 2008 Product Comparison Guide" http://www.microsoft.com/downloads/en/details.aspx?familyid=727BCFB0-B575-47AB-9FD8-4EE067BB3A37&displaylang=en

like image 5
Scott Jackson Avatar answered Oct 23 '22 01:10

Scott Jackson


Much as I hate to steer you away from giving us money, you'll find that T4 is indeed available in Express editions.

However, it's 'Add new item' templates are missing so it's not very obvious. If you create a text file and then rename it to have a .tt extension then it should magically start working.

like image 1
GarethJ Avatar answered Oct 23 '22 01:10

GarethJ