Showing results for July 2020 - Visual Studio Blog

Jul 27, 2020
0
1

Database Profiling with Visual Studio

Esteban Herrera
Esteban Herrera

Examine when database queries were executed and measure how long the take using Visual Studio's Performance Profiler.

SQLDiagnosticsProfiling
Jul 15, 2020
3
0

Viewing Managed COM Objects Through Native Pointers

Mark Downie
Mark Downie

If you are a developer who is curating a successful .NET project using COM interop, then our latest preview of Visual Studio is for you (Download 16.7 Preview 3). This feature automatically decodes managed COM objects referenced by native pointers allowing you to fully inspect values in the Locals window.

.NETDebugging and DiagnosticsCOM
Jul 10, 2020
0
0

Improving the authentication experience for enterprises leveraging Conditional Access policies

Ruben Rios
Ruben Rios

As part of the Visual Studio 2019 16.6 update, we’ve introduced a set of new capabilities to improve your overall authentication experience. While these changes benefit all Visual Studio users, they are especially helpful if you need to work across Azure AD tenants that have enabled multi-factor authentication (MFA) policies. That’s because these i...

AuthenticationConditional AccessMFA
Jul 9, 2020
103
0

Exciting new updates to the Git experience in Visual Studio

Pratik Nadagouda
Pratik Nadagouda

We've been addressing your feedback for improving the Git experience within Visual Studio. This post talks about updates in merge conflict resolution, branch management, previewing commits, branch history, and much more.

Git