万本电子书0元读

万本电子书0元读

顶部广告

Visual Studio 2013 Cookbook电子书

售       价:¥

41人正在读 | 0人评论 9.8

作       者:Jeff Martin

出  版  社:Packt Publishing

出版时间:2014-03-17

字       数:228.4万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
This book is a practical guide to using Visual Studio 2013 that will help you become familiar with the improvements made over previous versions. Each recipe provides a handson approach to the new features with stepbystep instructions on how to increase your productivity. If you are a developer excited about the new features introduced in Visual Studio 2013, then no matter what your programming language of choice is, Visual Studio 2013 Cookbook is for you. You should have a good knowledge of working with previous versions of Visual Studio to enjoy the recipes in this book. This book provides practical examples to help you use Visual Studio 2013 more effectively.
目录展开

Visual Studio 2013 Cookbook

Table of Contents

Visual Studio 2013 Cookbook

Credits

About the Authors

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers, and more

Why Subscribe?

Free Access for Packt account holders

Instant Updates on New Packt Books

Preface

While you were gone

VS2012 Update 1

VS2012 Update 2

VS2012 Update 3

VS2012 Update 4

Choosing a version of Visual Studio 2013

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Downloading the color images of this book

Errata

Piracy

Questions

1. Discovering Visual Studio 2013

Introduction

Synchronizing settings

Getting ready

How to do it…

How it works…

There's more…

Touring the VS2013 IDE

Getting ready

How to do it…

See also

Project round-tripping

Getting ready

How to do it…

How it works…

There's more…

Windows Store applications

The Model-View-Controller (MVC) framework

MSI setup (.vdproj)

Upgrading an existing project

Creating a new project

Managing the editor windows

Getting ready

How to do it...

How it works...

There's more...

Single-click preview in Solution Explorer

Customizing tab and window behavior

Finding Visual Studio commands

Getting ready

How to do it…

There's more…

Searching and navigating

Getting ready

How to do it…

There's more…

Quickly searching your code

Navigating in depth

Getting ready

How to do it...

How it works...

There's more...

Navigation behavior

CSS, HTML, and JavaScript files

2. Getting Started with Windows Store Applications

Introduction

Getting a Windows Store app developer license

Getting ready

How to do it…

How it works…

There's more…

Choosing the right development technology

Creating a Windows Store app

Getting ready

How to do it…

How it works…

There's more…

Choosing the right project type

Blank App

Grid App

Split App

Fixed Layout App

Navigation App

Hub App

Class Library

Portable Class Library

Unit Test Library

Coded UI Testing

DLL (Windows Store apps)

Static Library (Windows Store apps)

Windows Runtime Component

DirectX App (XAML) and DirectX App

Technology choice impacts available project templates

.NET projects and the Windows Store apps profile

Language interoperability

Adding a Windows Store item template to your app

Getting ready

How to do it...

How it works...

There's more…

Additional Windows Store item templates

Blank Page

Basic Page

Split Page

Items Page

Item Detail Page

Grouped Items Page

Hub Page

Group Detail Page

Resource Directory

Templated Control

User Control

File Open Picker Contract

Search Results Page

Share Target Contract

Settings Flyout

Resources File

Page Control

Language impacts item template options

See also

Using the Windows Store app simulator

Getting ready

How to do it…

How it works...

There's more...

Resolution and resizing

Remote debugging

Location settings

Taking screenshots

See also

Defining capabilities and contracts

Getting ready

How to do it…

How it works…

There's more…

Contact Picker

File Open Picker

Search

File Type Associations

Share Target

Capabilities

Internet (Client)

Internet (Client & Server)

Home or Work Networking

Library access

See also

Analyzing your App's performance

Getting ready

How to do it…

How it works...

There's more...

Packaging your Windows Store app

Getting ready

How to do it...

How it works…

There's more...

See also

Validating your Windows Store app

Getting ready

How to do it...

How it works...

See also

3. Web Development – ASP.NET, HTML5, CSS, and JavaScript

Introduction

Getting started with Bootstrap

Getting ready

How to do it…

There's more…

Visual Studio 2012 Templates

See also

Previewing changes across multiple browsers

Getting ready

How to do it…

How it works…

There's more...

Creating HTML5 web pages

Getting ready

How to do it…

There's more…

Taking advantage of the CSS editor improvements

Getting ready

How to do it...

How it works...

Understanding the JavaScript editor improvements

Getting ready

How to do it...

How it works...

There's more…

See also

Adding bundling and minification to JavaScript and CSS files

Getting ready

How to do it...

How it works…

See also

Verifying pages with the Page Inspector tool

Getting ready

How to do it...

How it works...

There's more…

Partial pages and user controls

If Page Inspector is too narrow

4. .NET Framework 4.5.1 Development

Introduction

Adding the Ribbon to a WPF application

Getting ready

How to do it...

How it works...

See also

Creating a state machine in Visual Studio

Getting ready

How to do it...

How it works...

There's more…

Panning

C# Workflows

Versioning your workflows

Creating a task-based WCF service

Getting ready

How to do it...

How it works...

See also

Managing packages with NuGet

Getting ready

How to do it…

How it works...

There's more…

Automatically loading packages

Using custom package locations

Unit testing .NET applications

Getting ready

How to do it…

How it works…

There's more…

Can I restrict the unit tests that automatically execute?

Asynchronous tests

Automatically trigger test execution

See also

Sharing class libraries across runtimes

Getting ready

How to do it...

How it works...

There's more…

Detecting duplicate code

Getting ready

How to do it...

How it works...

There's more…

5. Debugging Your .NET Application

Introduction

Maximizing everyday debugging

Getting ready

How to do it…

There's more…

Debugging on remote machines and tablets

Getting ready

How to do it...

How it works...

There's more…

Debugging an ASP.NET process

Deploying directly to a remote machine

Missing symbols

Debugging code in production with IntelliTrace

Getting ready

How to do it...

How it works...

There's more…

Finding the variable values

Debugging parallel code

Getting ready

How to do it…

How it works…

See also

Visualizing concurrency

Getting ready

How to do it...

How it works...

See also

6. Asynchrony in .NET

Introduction

Making your code asynchronous

Getting ready

How to do it...

How it works...

There's more…

See also

Understanding asynchrony and the Windows Runtime

Getting ready

How to do it...

How it works...

Using asynchrony with web applications

Getting ready

How to do it...

How it works...

There's more…

See also

Working with actors and the TPL Dataflow Library

Getting ready

How to do it...

How it works...

There's more…

See also

7. Unwrapping C++ Development

Introduction

Using XAML with C++

Getting ready

How to do it...

How it works...

There's more…

Unit testing C++ applications

Getting ready

How to do it...

How it works...

There's more…

Running a unit test in debug mode

See also

Analyzing your C++ code

Getting ready

How to do it…

How it works…

There's more…

See also

Using a custom rule set

Getting ready

How to do it…

How it works…

There's more…

Working with DirectX in Visual Studio 2013

Getting ready

How to do it...

How it works...

There's more…

Is managed DirectX supported?

See also

Creating a shader using DGSL

Getting ready

How to do it…

How it works...

See also

Creating and displaying a 3D model

Getting ready

How to do it...

How it works...

There's more…

See also

Using the Visual Studio Graphics Diagnostics

Getting ready

How to do it...

How it works...

There's more…

8. Working with Team Foundation Server 2013

Introduction

Creating a new TFS project

Getting ready

How to do it…

How it works…

There's more…

Managing your work

Getting ready

How to do it...

How it works...

There's more…

Using favorites

Shelving active work

See also

Using local workspaces for source control

Getting ready

How to do it...

How it works...

There's more…

See also

Performing code reviews

Getting ready

How to do it...

How it works...

See also

Getting feedback from your users

Getting ready

How to do it...

How it works...

Using Git for source control

Getting ready

How to do it...

How it works...

There's more...

See also

9. Languages

Introduction

Fortifying JavaScript applications with TypeScript

Getting ready

How to do it…

How it works…

There's more…

Integrating Python into Visual Studio

Getting ready

How to do it…

How it works…

There's more…

Integrating Python with .NET

Getting ready

How to do it…

How it works…

A. Visual Studio Medley

Introduction

Creating installer packages

Getting ready

How to do it…

How it works...

See also

Submitting apps to the Windows Store

Getting ready

How to do it...

How it works...

There's more…

Sideloading

See also

Creating Visual Studio add-ins and extensions

Getting ready

How to do it...

How it works...

There's more…

Creating your own snippets

Getting ready

How to do it...

How it works...

There's more…

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部