Book Image

Visual Studio 2012 Cookbook

By : Richard Banks
Book Image

Visual Studio 2012 Cookbook

By: Richard Banks

Overview of this book

<p>There’s a new technology wave coming, and for Microsoft this is reflected in Windows 8, HTML5 web development, .NET 4.5 and C++11. Riding that wave is a new version of their flagship development tool, Visual Studio 2012, and "Visual Studio 2012 Cookbook" has you putting the new features into practice from the get-go! <br /><br />Among the exciting new features of Visual Studio 2012 is support for Windows 8, HTML5 and asynchronous development, as well as Team Foundation Server 2012 integration. “Visual Studio 2012 Cookbook” doesn’t waste time explaining what you already know from prior Visual Studio versions; instead you’ll see targeted and focused recipes on only new features so that you can get up to speed and back to work faster.<br /><br />“Visual Studio 2012 Cookbook” empowers you to take advantage of all the new features in Visual Studio 2012 so that you can develop applications for the next technology wave.</p> <p>The task-based recipes in this guide will have you up and running with improvements like support for Windows 8 development, HTML5 and JavaScript, .NET 4.5, asynchronous code and C++11.</p> <p>And since most people don’t develop alone, you’ll also see how the new team development features of Visual Studio 2012 and Team Foundation Server 2012 can help your whole team work smarter, not harder.<br /><br />Time is short and you’re in a hurry, so “Visual Studio 2012 Cookbook” will help you discover what’s new by way of a simple recipe format that is quick and easy to digest.</p>
Table of Contents (17 chapters)
Visual Studio 2012 Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


C++ as a language has been declining in use over recent years and becoming more of a specialist language, to the point where it is now commonly seen as the language for writing operating systems, device drivers, games engines, and those rare applications when speed is of the essence.

This decline hasn’t been helped by the slow pace of improvements in the C++ language and the volume of code needed when compared to more modern languages. However the introduction of Windows 8 and Visual Studio 2012 sees a chance for the decline to stop. Microsoft has recognized that C++ developers are still a viable and valuable part of the developer ecosystem and that it’s about time they got some love. C++ developers will be pleased with the support for C++ 11; the inclusion of reference counting smart pointers alone will make memory management much simpler. They will also be pleased with the tooling improvements Visual Studio 2012 offers and this is what we’ll be looking at in the recipes in...