Book Image

Visual Studio 2015 Cookbook - Second Edition

By : Jeff Martin
Book Image

Visual Studio 2015 Cookbook - Second Edition

By: Jeff Martin

Overview of this book

Visual Studio 2015 is the premier tool for developers targeting the Microsoft platform. Learning how to effectively use this technology can enhance your productivity while simplifying your most common tasks, allowing you more time to focus on your project. Visual Studio 2015 is packed with improvements that increase productivity, and this book walks you through each one in succession to help you smooth your workflow and get more accomplished. From customization and the interface to code snippets and debugging, the Visual Studio upgrade expands your options — and this book is your fast-track guide to getting on board quickly. Visual Studio 2015 Cookbook will introduce you to all the new areas of Visual Studio and how they can quickly be put to use to improve your everyday development tasks. With this book, you will learn not only what VS2015 offers, but what it takes to put it to work for your projects.
Table of Contents (17 chapters)
Visual Studio 2015 Cookbook Second Edition
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

Introduction


Historically, Visual Studio has focused on specific Microsoft-centric languages, including C++, C#, and Visual Basic. Between the Internet, mobile devices, and the ever-increasing rapid pace of change, new computer languages are being created in an effort to ease development, and present new solutions to problems. In view of these changes, it is easy to see that Microsoft seeks to position VS2015 as the tool of choice for any development work taking place on Windows, regardless of the ultimate target platform.

The benefit to us as users of VS2015 is that as we improve our understanding and usage of this platform, we can then make use of it in a greater number of situations. In this chapter, we will look at TypeScript, Python, and IronPython, a few languages that offer some unique capabilities when compared to the traditional languages offered in Visual Studio. Then we will conclude this chapter by learning about VS2015's capability to target non-Windows platforms when writing...