Microsoft Visual Studio Express
Microsoft Visual Studio Express is a set of integrated development environments developed by Microsoft as a freeware and registerware function-limited version of the non-free Microsoft Visual Studio. Express editions started with Visual Studio 2005.
Visual Studio Express was supplanted by the Visual Studio Community edition, which is also available for free, but with a different . Compared to Visual Studio Express, the new license is more friendly to open-source but less for some closed source developers. The community edition works with plugins, a feature that was previously exclusive to the paid editions. Express editions of Visual Studio 2015 are, however, still available for the time being. Microsoft's alternative is Visual Studio Community 2019.
History
Visual Studio 2005 Express, the first version of Visual Studio Express, was released on October 2005, with support until 2015. It runs on Windows 2000 SP4 and later. Service Pack 1 for 2005 Express was released on December 2006. Registration was not required; free-of-charge registration for use after a 30-day trial period has been required since the release of Visual Studio Express 2008. 2008-2012 products can be registered offline using registration keys. Since 2013 product, registration is done via online.Visual Studio 2008 Express was released in November 2007, with its Service Pack 1 released on August 11, 2008. Visual Studio 2008 and 2010 Express require Windows XP SP3 or later. Although Windows 2000 is no longer supported, Visual Studio 2008 Express can develop applications to run on Windows 2000. Windows Phone support is available with Windows Vista and later.
Visual Studio 2010 Express was released in April 2010, alongside Visual Studio 2010.
2005–2010 products
Visual Studio 2005, 2008, and 2010 Express are geared toward single project types. For example, developers must launch Visual Web Developer Express to build web applications, while class libraries must be developed separately in Visual C# Express. The commercial editions of Visual Studio, however, support multiple project types without separate launch.Visual Studio 2005, 2008, and 2010 Express consist of the following separate products:
- Visual Basic Express
- Visual C++ Express
- Visual C# Express
- Visual J# Express
- Visual Web Developer Express
- Visual Studio Express for Windows Phone
Visual Basic Express
- No IDE support for databases other than SQL Server Express and Microsoft Access
- No support for web applications with ASP.NET
- No support for developing for mobile devices
- Absence of Crystal Reports
- Fewer project templates
- Limited options for debugging and breakpoints
- No support for creating Windows Services
- No support for OpenMP
- Limited deployment options for finished programs
- No code folding
- Includes the visual Windows Presentation Foundation designer codenamed "Cider"
- Debugs at runtime
- Better IntelliSense support
- *Fixes common spelling errors
- *Corrects most forms of invalid syntax
- *Provides suggestions to class names when specified classes are not found
Visual Web Developer Express
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 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 and code editors, a limited database explorer, support for CSS, JavaScript and XML, and integrated, design-time validation for standards including XHTML 1.0/1.1 and CSS 2.1.Visual Web Developer 2005 Express lacks certain features, such as the Accessibility Checker, the ability to create standalone class library projects, third-party add-ins and macros. Visual Web Developer 2008 Express SP1 supports both class library and web application projects. It also includes a new integrated HTML designer based on Microsoft Expression Web. However, this edition cannot publish self-developed websites.
Visual C++ Express
Visual C++ Express compiles.NET and Win32 applications in 32-bit only. It includes Windows SDK's compilers and core files, which developers can use to build Win32 applications.Limitations of Visual C++ Express:
- No support for MFC or ATL. These libraries can, however, be installed from an older version of the Windows SDK and Windows Driver Kit.
- Lack of a resource editor, which is available in commercial editions of Visual Studio.
- No profiling support
- No support for add-ins or IDE macros
- No option for crash dump generation
- No "list of all breakpoints" window.
- No support for cross-language debugging, for example a C# application calling a C++ DLL.
- No out-of-box support for developing 64-bit applications.
- No support for OpenMP
- The debugger cannot be attached to a running process
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, also support this development system.
Visual C# Express
Visual C# Express is a free, lightweight, integrated development environment designed for novice developers, students and hobbyists to create applications and video games for Windows, Xbox 360 and Zune. It can build console, Windows Forms and Windows Presentation Foundation applications, and class libraries.Microsoft has found that a substantial community of game players are taking up C# programming.
Limitations
Visual C# Express does not have a breakpoint control panel; breakpoints can only be toggled.The following refactoring modes were also unavailable:
- Encapsulate field
- Promote local to parameter
- Reorder parameters
- Remove parameters
- Extract interface
The ability to attach the debugger to an already-running process is also unavailable, 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.
2012–2013 products
For the 2012 release of Visual Express, Microsoft changed its distribution of editions so that each version is geared toward an overall solution type, and can contain more than one project type. For example, a web solution might consist of a web application project and a couple of C# class-library projects. This change was made to reflect the wide diversity of applications available for the web and the new WinRT platform used on Windows 8 and Windows Phone 8.Microsoft has released five Visual Studio Express 2012 products:
Edition | Description | Desktop OS | Server OS |
Visual Studio Express 2012 for Web | Allows development of web applications. Includes integrated features for deploying to Microsoft's Windows Azure cloud computing platform. | ||
Visual Studio Express 2012 for Windows 8 | Allows development of Metro-style applications for Windows Store in C#, VB.NET, C++ and JavaScript. Note: This edition runs only on Windows 8. | Windows 8 | |
Visual Studio Express 2012 for Windows Desktop | Allows development of conventional Windows desktop applications in C#, VB.NET and C++, targeting Windows client technologies such as Windows Presentation Foundation, Windows Forms, and the Win32 API. Unlike previous Express editions, it has built-in support for compiling 64-bit applications through IDE. Update 1 adds support for Windows XP in C++ applications. | ||
Visual Studio Team Foundation Server Express 2012 | Provides source control, work-item tracking, application lifecycle management and build automation for teams of up to five developers. | ||
Visual Studio Express 2012 for Windows Phone | Consists of the Windows Phone 8 SDK that enables developing applications for Windows Phone 7.5 and Windows Phone 8 and testing them on an emulator. Supports C++,.NET Framework and DirectX. As part of its.NET Framework support, it can integrate with Microsoft Expression Blend. | Windows 8 |
In October 2013, Microsoft released four new versions of its Visual Studio Express products. Like the 2012 Express edition, they are geared toward an overall solution type which may mix different types of projects. However, different IDEs are still offered for different destination platforms. They are:
- Visual Studio Express 2013 for Web
- Visual Studio Express 2013 for Windows: Note: Works on Windows 8.1 only.
- Visual Studio Express 2013 for Windows Desktop
- Visual Studio Team Foundation Server Express 2013
2015–2017 products
The Visual Studio Express 2015 editions are:- Express for Desktop – for creating desktop Windows programs
- Express for Web - for creating responsive websites, web APIs, or "real-time online experiences"
- Express for Windows – core tools for creating Universal Windows Platform apps. Requires Windows 10.
- Team Foundation Server 2015 Express – platform for source code control, for project management, and for team collaboration
The Visual Studio Express 2017 editions are:
- Express for Desktop - Supports building managed and native desktop applications.*
Extensibility