win8express full exe

seeders: 1
leechers: 0
Added on July 7, 2012 by rohit_kumarin Applications > Windows
Torrent verified.



win8express full exe (Size: 1.13 MB)
 win8express_full.exe1.13 MB


Description

[size=200]APPLICATION FOR WINDOWS 8


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 Studio product line. Express Editions were conceived beginning with Visual Studio 2005. The idea of Express editions is to provide streamlined, easy-to-use and easy-to-learn IDEs for users other than professional software developers, such as hobbyists and students.
Contents [hide]
1 History
2 2005-2010 products
2.1 Visual Basic Express
2.2 Visual Web Developer Express
2.3 Visual C++ Express
2.4 Visual C# Express
3 2012 products
4 SQL Server Express
5 Extensibility
6 See also
7 References
8 Further reading
9 External links
[edit]History

The first versions of Visual Studio 2005 Express were released on October 2005 and the Service Pack 1 versions were released on December 2006. Visual Studio 2005 Express Editions run on Windows 2000 SP4 and above Windows NT-based platforms. In response to popular demand since their original release,[2] Microsoft has stated that these editions will always remain free-of-charge. Visual Studio 2008 Express editions were released in November 2007 and their SP1 on August 11, 2008. Visual Studio 2008 and 2010 Express Editions require Windows XP SP3 or a later Windows version; Windows 2000 is no longer supported for development but can be a target platform if using 2008 Express. Windows Phone support is only available on Windows Vista or a later Windows version. Microsoft may make previous versions of Visual Studio Express unavailable. Visual Studio 2005 Express editions are not available for download from Microsoft's website.[3]
Visual Studio 2010 Express Editions were released in April 2010 alongside Visual Studio 2010. Free registration is mandatory in order to continue using Visual Studio 2010 Express Editions beyond 30 days.[4][dead link] Earlier with Visual Studio 2005 and 2008 Express Editions, registration was not required for the ISO version but was required for the web download version.
[edit]2005-2010 products

The Visual Studio 2005, 2008, and 2010 Express IDE's were geared toward single project types. For example, where the full retail editions supported multiple project types within a solution, with the Express editions you might develop a web application in Visual Web Developer Express that consumed a class library developed and built separately in Visual C# Express.
Visual Studio 2005, 2008, and 2010 Express consisted of the following separate products:
Visual Basic Express
Visual C++ Express
Visual C# Express
Visual J# Express (2005 only)
Visual Web Developer Express
Visual Studio Express for Windows Phone (2010 only)
SQL Server Express
The version shipping with Visual Studio 2005 will be supported until 2015 as per the product life-cycle strategy.
[edit]Visual Basic Express
Visual Basic 2005/2008 (but not Visual Basic 2010) Express Edition contains the Visual Basic 6.0 converter that makes it possible to upgrade Visual Basic 6.0 projects to the Visual Basic.NET. The Express Editions (2005 and 2008) mostly have the same following limitations:[5] (Specific 2008 Express editions limitations here[6])
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 (for example, Windows services template and 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
Limited deployment options for finished programs
Visual Basic Express lacks some advanced features of the standard versions. For example, there is no Outlining feature Hide selection to collapse/expand selected text.
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 forms of invalid syntax
Provides suggestions to class names when specified classes are not found
[edit]Visual Web Developer Express
Visual Web Developer Express is a freeware web development tool, with the role of former ASP.NET Web Matrix,[7] that allows developers to evaluate the web development and editing capabilities of the other Visual Studio 2005/2008/2010 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 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.
Visual Studio 2005 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.[8]
Visual Studio 2008 Express Web Developer SP1 supports both class library and Web Application projects, which were not supported in Visual Studio 2005 Express.[9] It also includes a new integrated HTML designer based on Microsoft Expression Web. However, the functionality to publish self-developed websites is not present in this edition.
[edit]Visual C++ Express
The Visual C++ Express Edition can be used to compile .NET as well as Win32 applications. The Windows Platform SDK compilers and core files are included which can be used to build applications that use the Win32 API. To build applications using either MFC or ATL, the libraries have to be obtained from alternative sources such as the free-to-download Windows Driver Kit.
However, natively compiling 64-bit applications through the IDE is not supported without some involved configurations. If the freely available full version of the 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.[10] True integration of 64-bit compilers to the Visual C++ 2008 Express Edition is possible, but remains cumbersome.[11] In Visual C++ Express 2010 however, it is as simple as changing the Platform Toolset to the Windows SDK instead of the built-in v100.
Since Visual Studio Express 2012 for Windows Desktop, 64-bit desktop application build is supported without needing to install an older version of the Windows SDK. [12]
Visual C++ 2008 and 2010 Express does not include a resource editor. The higher-end commercial editions of Visual Studio, specifically the Professional and Team Suite editions, have these features.[13]
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.[14]
The limitations of Visual C++ Express are:
No resource editor.
No built-in MFC support.
No built-in ATL support.
No profiling support.
No built-in x64 compiler for editions. (A 64-bit compiler is included with Windows SDK or Visual Studio Express 2012.)[12]
No support for OpenMP.
No support for add-ins or IDE macros.
Ability to attach the debugger to an already-running process is possible by enabling Tools -> Settings -> Expert settings (starting with 2010).
No option for crash dump generation (Debug->Save Dump As).
While Microsoft lists memory windows as unavailable in Express editions of Visual Studio 2010,[15] third parties have reported that they are available when Expert Settings are enabled.[16][17]
[edit]Visual C# Express
Visual C# Express is an easy-to-use, free, lightweight, integrated development environment (IDE) designed for beginning developers, students, and hobbyists interested in building console-based applications, class libraries, Windows Forms and Windows Presentation Foundation applications. It can be used to create applications and games (when combined with the XNA Game Studio) for Windows, Xbox 360 and Zune.
There is a substantial community for C# Express due to the many game enthusiasts that are taking up programming.[18][19][20]
Limitations: 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:[21]
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.[22]
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.
Additionally it has been observed that the express version requires that the time between builds be greater than approximately 20 seconds. If a project is rapidly modified and rebuilt the target will not be updated even though the source has been modified and saved.

Sharing Widget


Download torrent
1.13 MB
seeders:1
leechers:0
win8express full exe