Step 1: Download vs11beta |
: Http://www.microsoft.com/click/services/Redirect2.ashx? Cr_cc = 200098155
Step 2: Check System Requirements and install |
1. Windows 7 (x86 and x64)
2. Windows 8 consumer Preview (x86 and x64)
3. Windows Server 2008 R2 (x64)
4. Windows Server 8 Beta (x64)
I don't need to post any hardware requirements. As long as it's not an antique host
PS: If you have installed Visual Studio 11 Developer Preview before, you 'd better uninstall it first (I uninstalled it to install it successfully !), It is best to find a free time for installation. My machine configuration is not low, the installation time is not short, and the CPU usage is very high. Basically, it is difficult to do anything else!
Differences and experience
1. interface changes, concise style, good to understand, there are two deep, shallow can be selected (toolbar --> tool --> options --> environment --> General --> color theme)
2. The. net4.5 file used by vs11 has no compatibility issues. My machine has vs08 and vs10.
3. As a web developer, the 4.5 update experience is very small, which gives me the greatest feeling that I can develop Metro applications.
4. Integrated expression Blend
5. C # asynchronous Syntax of vnext
------------------------------------------ The following describes some intuitive improvements to web development -----------------------------------------------------
6. The integrated web server is changed to IIS Express
7. The automatic enhancement of javascipt and CSS (which can improve the speed of writing a lot of code, for example, CSS color will produce a color selector)
8. Better support for HTML5 and css3 (HTML5 and css3 support for vs10)
9. HTML element formatting and CSS code folding and expansion (this is a very practical modification)
10. Search enhancement (this is a good enhancement. It can help developers save a lot of trouble in big solutions ^_^ !)
① Add a search in the toolbar
② Solution Search
③ Search pages and folders (CTRL + F)
11. Support for generating event processing functions
12. Page inspector
This function is very useful for web development. Currently, most web developers use browser plug-ins such as firebug to make page style layout debugging.
1. After the installation is successful, the following error may occur: perfwatsonpackage cannot be correctly loaded.
Solution:
First: Ignore it. ^_^!
Second:
1. In the c: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ common7 \ ide \ extensionsdirectory, find two folders containing the random name under the directory, and delete them.
2. Find the perfwatsonextension. vsix file in the c: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ common7 \ ide directory and reinstall it.
2. If you cannot use the English version, you can download the Chinese package.
: Http://www.microsoft.com/visualstudio/11/zh-cn/downloads#ultimate
PS: it is best to install the Chinese Language Pack after vs11 is installed, restart the computer, and then install
Some things cannot be realized in a short time. In vs11, the detailed improvement is still very good for developers, saving time and effort. The focus of my writing this version should be on the development of Metro applications, you can download and try it out. The previous versions do not conflict with each other. You can also study the development of Win8 applications. ^_^!