Visual Studio Tooling Developer’s Guide to Windows 10

Slides:



Advertisements
Similar presentations
Today’s session will be recorded and available 24/7 on What's New in Q for ASP.NET AJAX.
Advertisements

Visual Studio 2013  XAML Tooling  Debugging & Profiling.NET .NET .NET Libraries (HttpClient, Immutable, SIMD, EF, etc.) Architecture  PRISM.
2010 Microsoft Student Partners. T OPICS - User Interface and Editor Improvements - New windows: Call Hierarchy, Navigate To - IntelliSense - Generate.
Agenda Unit Test Framework for the XAML app developer Automated end-user testing using Coded UI Test Q&A.
Will Smythe Senior Program Manager Developing Java projects on Visual Studio Online with Team Explorer Everywhere.
6000 Greenwood Plaza Blvd Suite 110 Greenwood Village, CO Expression Blend 5 For Developers Design Your XAML or HTML5.
September 2008 IT Software Development Guide.
Planning and Tracking Projects with VSTS 2010 By Ahmed Nasr 1.
Steve Dower Software Engineer Python Tools for Visual Studio.
Static Testing Code Review/Verification –Code is reviewed by the developer and others after each change (Wei/William look at each other’s stuff) –Reviewed.
Ms. Expression Blend Intro Diliara Nasirova. WPF  UI Framework for developing and running.NET programs  It consists of two elements:  A set of DLLs.
Embedded Software SKKU 14 1 Sungkyunkwan University Tizen v2.3 Application Profiling & Debugging.
FIRST FLOOR SOFTWARE Experts in XAML. Visual Studio Industry Partner FIRST FLOOR SOFTWARE NEXT STEPS Contact us at: First.
Module 2 Introduction to Visual Studio 2010 and WPF Version 4.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
Profiling Where does my application spend the time? Profiling1.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep M6: Deployment Jeremy Foster Microsoft Developer Evangelist Michael Palermo Microsoft.
Msdevcon.ru#msdevcon. ИЗ ПЕРВЫХ РУК: ДИАГНОСТИКА ПРИЛОЖЕНИЙ С ПОМОЩЮ ИНСТРУМЕНТОВ VISUAL STUDIO 2012 MAXIM GOLDIN Senior Developer, Microsoft.
| Basel Visual Studio 2013 and Internet Explorer 11 Tips & Tricks For Developers Sascha Corti Technical Evangelist, Microsoft Switzerland
Create Windows-based Applications by Using Visual Studio Windows Development Fundamentals LESSON 1.3.
Friday, March 8 Creating real Custom Controls Kelvin van Geene 12:15.
Debug in Visual Studio Windows Development Fundamentals LESSON 2.5A.
Advanced Windows Store App Development with HTML5 Refresh / Exam Prep M6: Tools and Asynchronous Programming Jeremy Foster Microsoft Technical.
Visual Studio 2013 and Internet Explorer 11 Tips & Tricks for Developers Sascha Corti Technical Evangelist, Microsoft Switzerland
Virtual techdays INDIA │ November 2010 Building Visual Studio LightSwitch Application Kunal Chowdhury │ Software Engineer, Silverlight MVP.
Rong Lu Senior Program Manager, Visual Studio GPU Usage tool in Visual Studio.
1 Advanced.Net Debugging Using Visual Studio, R# and OzCode IT Week, Summer 2015.
No Mixed Mode Debugging Support Use Multiple Instances Instead Launch the app under the script debugger Attach with the native debugger from.
Msdevcon.ru#msdevcon. ИЗ ПЕРВЫХ РУК: КАК СДЕЛАТЬ ВАШ КОД БЫСТРЫМ ПРОФАЙЛИНГ КЛИЕНТСКИХ И СЕРВЕРНЫХ ПРИЛОЖЕНИЙ В VISUAL STUDIO 2012 MAXIM GOLDIN Senior.
Debuggers. Errors in Computer Code Errors in computer programs are commonly known as bugs. Three types of errors in computer programs –Syntax errors –Runtime.
Building Metro style apps with XAML with.NET Tim Heuer Program Manager Microsoft Corporation DEV353.
Ankit Asthana Senior Program Manager Visual C++ for Cross-Platform Mobile Development using Visual Studio 2015.
XAML and Blend Unni Ravindranathan | Senior Program Manager Lead (Blend) Jerry Nixon | Developer Evangelist (Colorado)
1/21/2018 6:52 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Introduction to Xamarin C# Everywhere
© 2016, Mike Murach & Associates, Inc.
Tools of the Trade
6/10/ :23 PM TOOL-504T A deep dive into Visual Studio 11 Express for designing Metro style apps using XAML Joanna Mason & Unni Ravindranathan Program.
© 2016, Mike Murach & Associates, Inc.
New Features in NetBeans Platform 6.5.
Manual testing of Windows Metro style apps built using HTML
DotnetConf 11/14/2018 8:22 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE.
Debugging your Metro style apps using HTML
© 2016, Mike Murach & Associates, Inc.
Tips and tricks for developing Metro style apps using XAML
תכנות אסינכרוני, תקשורת ופיתוח אפליקציות ל-Windows 8
Xamarin Inspector & Profiler for Visual Studio Enterprise
Microsoft Build /24/2018 4:02 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Tooling and Diagnostics
Super Charge Your Debugging in Visual Studio
Microsoft Build /6/2018 4:22 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
TechEd /7/2018 9:56 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Visual Studio Cloud-based Load Testing Performance Testing Made Easy
Visual Studio Code + Ionic
1.
Visual Studio 2015: New Exciting Features For Developers
Visual Studio 2005 Tools For Office: Creating A Multi-tier Application
Tips for working with CSS in the Edge Dev Tools
What's New in Visual Studio & Blend for XAML Developers
Windows Service Applications
Creating a Windows Application Project in Visual Studio
5 Azure Services Every .NET Developer Needs to Know
Sharing Code across Platforms with Visual Studio 2015
A very brief introduction
Working with events in the Edge dev tools
Connecting to Services with Visual Studio
Introduction to Windbg
Hello World Program In Visual Studio and Debugging
CSCI 3328 Object Oriented Programming in C# Review: Exam I
Advanced app and driver debugging
Presentation transcript:

Visual Studio Tooling Developer’s Guide to Windows 10

Agenda Diagnostic Tools Break Points Peek View Live Visual Tree Live Visual Property

DEMO : Straight into the IDE

Summary Diagnostic Tools Break Point Peek View Live Visual Tree Memory Snapshots CPU Usage Break Point CPU time between breakpoints New UI for Conditional and Actions on breakpoints (Alt-F9 + C) Peek View Code without leaving the designer (Alt-F12) Live Visual Tree Explore the rendered UIElements Live Visual Property Change XAML properties without leaving the debugger