Microsoft Connect /23/ :48 AM

Slides:



Advertisements
Similar presentations
Visual Studio 2005 C# IDE Enhancements Luca Bolognese C# Program Manager Microsoft Corporation.
Advertisements

Node.js on Windows Azure Name Title Microsoft Corporation.
Yousef Khalidi Distinguished Engineer Microsoft Corporation.
10/18/2017 3:02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /23/ :39 PM
1/21/2018 6:52 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Tooling Breakout Session
MIX 09 5/29/ :31 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Visual C# 2005: IDE Enhancements
7/2/2018 3:48 AM BRK3394: Visual Studio Code The most useful (and underused!) tips and tricks Chris Dias Principal Program Manager VS Code © Microsoft.
Microsoft Build /4/2018 6:08 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Data Science & Web Dev with Python in Visual Studio
Microsoft Connect /23/2018 5:27 PM
Azure API Management Jothi Prakash A
Agile Planning with Visual Studio Team Services (VSTS)
Microsoft Virtual Academy
Microsoft Connect /21/2018 9:41 PM
Nick Trogh Technical Evangelist, Microsoft.
Microsoft Connect /17/2018 5:15 AM
11/22/2018 1:45 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Xamarin Inspector & Profiler for Visual Studio Enterprise
Using Visual Studio and VS Code for Embedded C/C++ Development
Database Continuous Integration and Deployment with Visual Studio SQL Server Data Tools in < 10 minutes Eric Kang Program Manager.
Microsoft Connect /26/2018 6:09 PM
11/27/2018 4:20 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Build /28/2018 2:38 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Build /30/2018 2:15 AM Migrating Silverlight Windows Phone apps to the Universal Windows Platform Ricardo Villalobos Principal SDE Manager.
Docker Workflows with Visual Studio
Continuous Integration & Deployment to Azure Container Service
Super Charge Your Debugging in Visual Studio
Application Insights Diagnostics Preview
12/5/ :36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Build /6/2018 4:22 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Web Development in Visual Studio 2017
Visual Studio Principal Program Manager.
Open sourced Power BI visuals The power you need for your custom visualization needs Lukasz Pawlowski Senior Program
Jeff Hollan / Kevin Lam Program Manager / Principal Program Manager- Microsoft Bringing Logic Apps into DevOps with Visual Studio and monitoring.
Microsoft Connect /2/2019 9:06 AM
Microsoft Build /2/2019 4:12 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Connect /17/2019 9:04 AM
Microsoft Connect /17/2019 9:55 PM
Welcome to Azure Notebooks
Microsoft Connect /16/ :45 PM
Bringing desktop apps to the UWP using Desktop App Converter
C++ Productivity Improvements
Microsoft Connect /19/2019 2:33 PM
Microsoft Connect /22/2019 9:54 PM
Microsoft Connect /23/ :38 AM
Microsoft Connect /24/ :10 PM
What is Visual Studio Code?
Microsoft Connect /25/2019 1:20 PM
Microsoft Build /27/2019 2:26 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Connect /28/2019 2:20 AM
Understand design from code with code maps
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Learning with Xamarin Workbooks
“Hey Mom, I’ll Fix Your Computer”
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Microsoft Build /4/ :50 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
My Experience In Handling BIZTALK360 Support
DEV322 Visual Studio 2005 C# IDE Enhancements
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
5/25/2019 2:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /28/2019 1:25 AM
Inside the Windows 8 driver developer workflow
Microsoft Connect /29/2019 1:53 AM
Live Data Streaming in Power BI
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Advanced app and driver debugging
Microsoft Connect /14/ :11 AM
Presentation transcript:

Microsoft Connect 2016 11/23/2018 10:48 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

C++ development with Visual Studio Code Ankit Asthana Senior Program Manager- VC++ https://blogs.msdn.microsoft.com/vcblog/

Visual Studio Code: C/C++ Extension Lightweight, keyboard focused Git integration Code Editing Go to definition, Peek definition, Switch header/source, Fuzzy auto-complete Code formatting (clang-format) Debugging core-dump debugging, launch, attach, breakpoints (incl. conditional and function), stepping, threads, call stack, watch, GDB and MI commands Easily run, build, test, and external tasks

Demo Developing a C++ application in VSCode Microsoft Connect 2016 11/23/2018 10:48 AM Demo Developing a C++ application in VSCode © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Call to Action Getting started with C/C++ extension for VS Code https://aka.ms/vscodecppdev

Microsoft Connect 2016 11/23/2018 10:48 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.