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


The Internet remains a critical focus for modern application development. When its popularity began to skyrocket in the 1990s, the focus was on users who usually accessed the Internet via their web browsers and e-mail clients. The proliferation of devices beyond a traditional desktop computer (smart phones, tablets, dedicated gaming consoles, and more) in the 21st century has brought about the current situation where users expect to be able to access their data from anywhere on any device.

As developers, we need to support as many of these devices as we can to provide the best user experience. Users on a desktop expect a full-featured application that takes advantage of the larger screen and the typical peripherals (keyboard, mouse, and so on), whereas mobile users expect a touch-centric application that is sensitive to bandwidth limitations.

Web development in VS2015 has been further improved to support all of these use cases. Whether you are writing client-facing code or the...