Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.61 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.61 KB

Visual Studio Diag Samples

These are sample applications used by the Visual Studio Diagnostics team for blog posts and talks

Getting started

  1. Clone the repo to download all samples (How to)

    git clone https://github.com/Microsoft/vs-diag-samples.git

  2. Find the sample of interest in the table below

  3. Read the readme included with each sample and try it in Visual Studio

Samples Overview

For more details see the readme included with each application.

Application Name Description
Project_Archive WPF app frequently used in Debugger Tips and Tricks talk
PhotoFilter UWP app demonstrating how to use Profiling Tools to find and solve performance issues
MyShuttle Web app used to demonstrate both Debugging and Profiling and tools to find issues faster

Thanks for using Visual Studio