Microsoft Visual Studio Express is a set of freeware integrated development environments (IDE) developed by Microsoft that are lightweight versions of the Microsoft Visual Studio product line. The idea of express editions, according to Microsoft, is to provide streamlined, easy-to-use and easy-to-learn IDEs for users other than professional software developers, such as hobbyists and students. The final versions were released on November 19 , 2007 and the service pack 1 version were released on August 11 , 2008 . In line with popular demand since the Visual Studio 2005 Express Editions, these editions will always remain free-of-charge. Visual Studio 2008 Express Editions require Windows XP or a later Windows version; Windows NT 4.0, Windows 2000 and Windows 9x are no longer supported. Visual Studio 2005 Express Editions can be installed on Windows 2000 SP4. As of late April 2009, Microsoft has discontinued all previous versions of Visual Studio Express, including 2005. It is no longer possible to obtain these previous versions from the Microsoft website.

Products

Visual Studio Express consists of the following separate products:

  • Visual Basic Express
  • Visual Web Developer Express
  • Visual C++ Express
  • Visual C# Express
  • SQL Server Express

J Sharp was not updated for this release and is currently not planned. The version shipping with Visual Studio 2005 will be supported until 2015 as per the product life-cycle strategy.

An F sharp edition is being developed for Visual Studio 2010.

Visual Basic Express

Despite the fact that it is a stripped-down version of Visual Studio, some improvements were made upon Visual Basic 2008 from Visual Basic 2005. Visual Basic 2008 Express includes the following improvements over Visual Basic 2005 Express:

  • Includes the visual Windows Presentation Foundation designer codenamed "Cider"
  • Debugs at runtime
  • Better IntelliSense support
    • Fixes common spelling errors
    • Corrects most invalid syntax
    • Provides suggestions to class names when specified classes are not found

The Express Editions (2005 and 2008) mostly have the same following limitations: (Specific 2008 Express editions limitations here)

  • No IDE support for databases other than SQL Server Express and Microsoft Access
  • No support for Web Applications with ASP.NET (this can instead be done with Visual Web Developer Express, though the non-Express version of Visual Studio allows both web and windows applications from the same IDE)
  • No support for developing for mobile devices (no templates or emulator)
  • No Crystal Reports
  • Fewer project templates (e.g. Windows services template, Excel Workbook template)
  • Limited options for debugging and breakpoints
  • No support for creating Windows Services (Can be gained through download of a project template)
  • No support for OpenMP

Visual Web Developer Express

The Visual Web Developer Express is a freeware web development tool that allows developers to evaluate the web development and editing capabilities of the other Visual Studio 2008 editions at no charge. Its main function is to create ASP.NET websites. It has a WYSIWYG interface, drag-and-drop user interface designer; enhanced HTML & code editors; a (limited) database explorer; support for other web technologies (e.g., CSS, JavaScript, XML); and integrated, design-time validation for standards including XHTML 1.0/1.1 and CSS 2.1.

VS2005 lacks certain features, such as the Accessibility Checker; the ability to create standalone Class Library Projects (which can be done by the other language-specific Express Editions); the extensibility support necessary to load third-party add-ins, macros and some other features.

VS2008 Express Web Developer SP1 supports both class library and Web Application projects, which were not supported in VS2005 Express. It also includes a new integrated HTML designer based on Microsoft Expression Web. However, the functionality to publish the website you develop is not present in this edition.

Visual C++ Express

Visual C++ 2008 Express can build both native and managed applications. Included is the Windows Platform SDK which can be used to build applications that use the Win32 API. Applications utilizing either MFC or ATL require the Standard Edition or higher, and will not compile with the Express Edition.

Many Open Source projects have started providing project files created with Visual C++ Express; noteworthy examples include the Ogre and Irrlicht engines. Modding kits for commercial engines, such as Valve's Source engine, are also supporting this development system.

The Visual C++ 2008 Express Edition can be used to compile .NET as well as Win32 applications immediately after installation. However, natively compiling 64-bit applications through the IDE is not supported without some involved configurations. If the freely available Windows SDK is installed, 64-bit applications can be built on the command line using the x64 cross-compiler (Cl.exe) supplied with the SDK. True integration of 64bit compilers to the Visual C++ 2008 Express Edition is possible, but remains cumbersome.

Visual C++ 2008 Express does not include OpenMP support, 64-bit compilers, or a resource editor. The higher-end commercial editions of Visual Studio, specifically the Professional and Team Suite editions, have these features.

Visual C# Express

The list of breakpoints where the user could control the breakpoint features has been removed, so that now the user can only toggle breakpoints.

The following refactoring modes were also removed:

  • Encapsulate field
  • Promote local to parameter
  • Reorder parameters
  • Remove parameters
  • Extract interface

This effectively reduces the refactoring capabilities of Visual C# Express to Renaming and Extracting Methods.

Developers state the reason of this removal as "to simplify the C# Express user experience". However this created a controversy as some end users claim it is an important feature, and instead of simplifying it cripples the user experience.

The ability to attach the debugger to an already-running process has also been removed, hindering scenarios such as writing Windows services and re-attaching a debugger under ASP.NET when errors under the original debugging session cause breakpoints to be ignored.

SQL Server Express

Main article: SQL Server Express

SQL Server Express is a freeware, light-weight, and redistributable edition of Microsoft SQL Server. It provides an integrated data storage solution for developers writing Windows applications and Web sites that have basic data storage needs. SQL Server Express replaces MSDE 2000 and significantly expands on its feature set.

The SQL Server Management Studio Express can also be downloaded to provide a graphical user interface for administering SQL Server Express.

The SQL Server Express Edition has the following limitations:

  • Limited to one physical CPU
  • Lack of enterprise features support
  • One GB memory limit for the buffer pool
  • Databases have a 4 GB maximum size
  • No Data mirroring and/or clustering
  • No profiler tool
  • No workload throttle
  • No UI to import/export data to table
  • No Server Agent background process

Extensibility

Visual Studio is extensible by nature, ultimately consisting of a core "shell" that implements all commands, windows, editors, project types, languages, and other features through dynamically loadable modules called "packages". Microsoft encourages and fosters third party partners to create modules for Visual Studio via the free VSIP program. However, according to Dan Fernandez, Microsoft "made a business decision to not allow 3rd party extensibility in Express".

See also

  • Microsoft Visual Studio

References

  1. ^ "Registration Issues". Microsoft . http://www.microsoft.com/express/support/RegFAQ/ . Retrieved 2009-09-02 .  
  2. ^ ""Microsoft Brings Programming to the Masses With Visual Studio Express"". Microsoft. April 19, 2006 . http://www.microsoft.com/presspass/press/2006/apr06/04-19VSExpressFreePR.mspx . Retrieved 2006-09-13 .  
  3. ^ "Visual Basic 2005 Editions". Microsoft Corporation . http://msdn.microsoft.com/en-us/library/b4z62wxz(VS.80).aspx . Retrieved 2007-0

    Visual Studio 2008 Express Editions

    Visual Studio is a comprehensive suite of tools designed to help developers create innovative and next-gen applications. Even beginning developers can get in on the act with the ...

    ...

    Visual Basic Downloads

    Visual Basic 2008 Express Edition Now Available; Visual Studio 2008 SDK and Shell; Code Gallery Find the latest Visual Basic code samples in the Code Gallery.

    ...

    Visual Basic 2008 Express Edition

    Design Windows Presentation Foundation (WPF) applications with built-in designer support; Create data-enabled applications with the lightweight SQL Server ...

    ...

    Introduction to Visual Basic 2008 Express Edition

    Tier One: Introduction to Visual Basic 2008 Express Edition. This introductory video covers the main features of the Visual Basic 2008 Express Edition, and walks you through some ...

    ...

    Visual Basic Orcas Express Edition CTP | SharpBasic.com

    Hello people, good news. Visual Basic Orcas Express Edition CTP is available for download from Microsoft. Here are few high lights. Easy-to-use development experience including ...

    ...

    Visual Basic 2005 Express - O'Reilly Media

    Many beginning programming books try to teach the reader three things at the same time: how to write a program, how to write a program using a particular programming language, and ...

    ...

    Visual Basic Express Edition Forum

    Search Forums: Search Visual Basic Express Edition Forum Search All Visual Studio Express Editions Forums Search All MSDN Forums

    ...

    The Visual Studio 2005 Express Tutorial

    Re-Write Completed! A few weeks ago, I announced that I was starting a project to completely rewrite the Visual Studio 2005 Express tutorial. Today, I'm announcing that the re ...

    ...

    Visual Basic 2005 Express: Now Playing Book/CD Package: Amazon.co.uk ...

    This item: Visual Basic 2005 Express: Now Playing Book/CD Package by Wallace Wang

    ...

    Microsoft Visual Studio Express - Wikipedia, the free encyclopedia

    Microsoft Visual Studio Express is a set of freeware [1] integrated development environments (IDE) developed by Microsoft that are lightweight versions of the Microsoft Visual ...

    ...