reklama - zainteresowany?

Visual Studio 2013 Cookbook. Understanding the latest features of Visual Studio can speed up and streamline your projects. And there’s no better learning tool than this collection of focused recipes that gives you the fast, hands-on experience you - Helion

Visual Studio 2013 Cookbook. Understanding the latest features of Visual Studio can speed up and streamline your projects. And there’s no better learning tool than this collection of focused recipes that gives you the fast, hands-on experience you
ebook
Autor: Jeff Martin, Richard Banks, Richard Bruce Banks
TytuÅ‚ oryginaÅ‚u: Visual Studio 2013 Cookbook. Understanding the latest features of Visual Studio can speed up and streamline your projects. And there’s no better learning tool than this collection of focused recipes that gives you the fast, hands-on experience you
ISBN: 9781782171973
stron: 332, Format: ebook
Data wydania: 2014-03-17
Księgarnia: Helion

Cena książki: 139,00 zł

Dodaj do koszyka Visual Studio 2013 Cookbook. Understanding the latest features of Visual Studio can speed up and streamline your projects. And there’s no better learning tool than this collection of focused recipes that gives you the fast, hands-on experience you

Dodaj do koszyka Visual Studio 2013 Cookbook. Understanding the latest features of Visual Studio can speed up and streamline your projects. And there’s no better learning tool than this collection of focused recipes that gives you the fast, hands-on experience you

 

Osoby które kupowaÅ‚y "Visual Studio 2013 Cookbook. Understanding the latest features of Visual Studio can speed up and streamline your projects. And there’s no better learning tool than this collection of focused recipes that gives you the fast, hands-on experience you ", wybieraÅ‚y także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka Visual Studio 2013 Cookbook. Understanding the latest features of Visual Studio can speed up and streamline your projects. And there’s no better learning tool than this collection of focused recipes that gives you the fast, hands-on experience you

Spis treści

Visual Studio 2013 Cookbook. Understanding the latest features of Visual Studio can speed up and streamline your projects. And there’s no better learning tool than this collection of focused recipes that gives you the fast, hands-on experience you need eBook -- spis treÅ›ci

  • 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
        • Theres 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

Dodaj do koszyka Visual Studio 2013 Cookbook. Understanding the latest features of Visual Studio can speed up and streamline your projects. And there’s no better learning tool than this collection of focused recipes that gives you the fast, hands-on experience you

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.