Microsoft Connect /17/2019 9:04 AM

Slides:



Advertisements
Similar presentations
Interactivity Navigating a data model Working with large quantities of data Entry Editing and adding data User feedback and validation Presentation.
Advertisements

demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
06 | Debugging and Deploying on Azure Stacey Mulcahy | Technical Evangelist Rami Sayar | Technical Evangelist.
10/18/2017 3:02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
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
Data Science & Web Dev with Python in Visual Studio
Getting Started with Visual Studio Tools for Tizen
Microsoft Connect /23/2018 5:27 PM
Azure API Management Jothi Prakash A
Microsoft Connect /21/2018 9:41 PM
Azure Service Bus Rajesh Microsoft Connect /15/2018 6:45 AM
Microsoft Connect /17/2018 5:15 AM
Microsoft Build /19/2018 2:06 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
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
Microsoft Connect /23/ :48 AM
11/24/2018 4:51 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
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
12/1/2018 9:33 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Application Insights Diagnostics Preview
Microsoft Connect /7/ :18 AM
Web Development in Visual Studio 2017
Microsoft Connect /2/2019 9:06 AM
Windows Template Studio
Azure Container Registry
Microsoft Connect /17/2019 9:55 PM
Welcome to Azure Notebooks
Microsoft Connect /16/ :45 PM
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
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
Microsoft Build /8/2019 6:29 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
4/9/ :39 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
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
Windows Device Portal Hirsch Singhal Program
“Hey Mom, I’ll Fix Your Computer”
4/29/2019 9:20 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
My Experience In Troubleshooting BIZTALK360
My Experience In Handling BIZTALK360 Support
DEV322 Visual Studio 2005 C# IDE Enhancements
The complete developer's guide to the SkyDrive API
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
5/30/2019 1:59 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Microsoft Connect /29/2019 1:53 AM
Power BI – The Circle is Complete
Live Data Streaming in Power BI
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
10/28/2019 4:41 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Visual Studio 2005 IDE Features
What’s New in Visual Studio 2012 for Web Developers
Microsoft Connect /14/ :11 AM
Presentation transcript:

Microsoft Connect 2016 1/17/2019 9:04 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

“Open Folder” for C++ Developers Marian Luparu @mluparu https://blogs.msdn.com/vcblog/

“Open Folder” for C++ What you need to know 1/17/2019 9:04 AM “Open Folder” for C++ What you need to know Ideal for non-MSBuild projects e.g. any github project using CMake, make or other C++ build systems Easy to get started devenv.exe <directory> or “File > Open > Folder…” (Ctrl+Alt+Shift+O) Read & edit C++ code All C++ navigation and IntelliSense features Build & debug C++ binaries Flexible integration of external build processes Familiar Visual Studio C++ debug experience © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo Getting started: Open your C++ makefile project in VS Microsoft Connect 2016 1/17/2019 9:04 AM Demo Getting started: Open your C++ makefile project in VS © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo Real world C++ project Microsoft Connect 2016 1/17/2019 9:04 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Call to Action https://aka.ms/openfolder/cpp 1/17/2019 9:04 AM Call to Action https://aka.ms/openfolder/cpp To learn more about C++ support in “Open Folder” © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

1/17/2019 9:04 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.