- Visual Studio 2013 Cookbook
- Jeff Martin Richard Banks
- 396字
- 2021-07-16 12:26:31
While you were gone
Since the launch of VS2012, Microsoft has released four updates referred to as 2012.1, 2012.2, and so on. Each have added functionality to the original program, and each installed package is cumulative, meaning that only the newest one has to be installed to provide the benefits of all previous updates.
VS2012 Update 1
First and foremost is the ability VS2012.1 provides for C++ developers to target Windows XP clients while using the VS2012 compiler. This is a key ability if you desire to continue compiling applications that run on Windows XP and Vista as well as Windows 7 and 8. JavaScript programmers will appreciate the inclusion of memory profiling and memory analysis tools. SharePoint developers will gain load testing support and the use of SharePoint emulators. Full details are available at http://support.microsoft.com/kb/2797915.
VS2012 Update 2
This update includes ASP.NET and Web Tools 2012.2, unit testing support for Windows Phone, and broader unit testing capabilities for Windows Store apps. 2012.2 includes a host of bug fixes and stability improvements that benefit all areas of the program, right from the debugger to memory leaks in C++ based solutions, and several use cases that would cause the IDE to crash. Full details are available at http://support.microsoft.com/kb/2797912.
VS2012 Update 3
2012.3 primarily provides bug patches and performance improvements. Notable for those using VS2012 and VS2013 concurrently is 2012.3's improved compatibility with VS2013 projects. Several stability fixes were made that among other things prevent crashes in web projects, fix a conflict between VS2012 and VS2010, and correct slowdowns when developing mixed-mode C++ applications. Installing Update 3 provides the ability to install the Microsoft Visual Studio Tools for Git, a popular open source version control system. Full details are available at http://support.microsoft.com/kb/2835600.
VS2012 Update 4
Similar to 2012.3, this update is focused in bug fixes and stability enhancements. As this release coincides with the production release of VS2013, it provides some improved compatibility for sharing projects/solutions between VS2012 and VS2013. Full details are available at http://support.microsoft.com/kb/2872520.
Tip
At the time of this writing, there is no reason to avoid installing the latest update available for VS2012 whether using an Express edition or one of the premium editions. Several meaningful improvements have been made to the product since its original release date that benefit all users. Microsoft provides both a web-based installer and a complete standalone ISO at http://go.microsoft.com/fwlink/?LinkId=301713.
- What's New in TensorFlow 2.0
- Visual Foxpro 9.0數(shù)據(jù)庫(kù)程序設(shè)計(jì)教程
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程
- Kotlin開(kāi)發(fā)教程(全2冊(cè))
- Android傳感器開(kāi)發(fā)與智能設(shè)備案例實(shí)戰(zhàn)
- Visual FoxPro 6.0程序設(shè)計(jì)
- Machine Learning for OpenCV
- 進(jìn)入IT企業(yè)必讀的324個(gè)Java面試題
- Mastering Embedded Linux Programming
- 少兒編程輕松學(xué)(全2冊(cè))
- Building Clouds with Windows Azure Pack
- HTML5 Canvas核心技術(shù):圖形、動(dòng)畫(huà)與游戲開(kāi)發(fā)
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)與習(xí)題精解
- 第五空間戰(zhàn)略:大國(guó)間的網(wǎng)絡(luò)博弈
- Learning ROS for Robotics Programming