Showing tag results for Tips and Tricks

May 5, 2022
Post comments count18
Post likes count2

Visual Studio on an ultra-wide monitor

Mads Kristensen
Mads Kristensen

A growing number of Visual Studio customers use ultra-wide monitors today. Ultra-wide means wider than a traditional 16:9 widescreen display – usually 3440x1440 or larger resolution. They seem to be gaining popularity among developers and I’m curious how Visual Studio can use all this extra space. So, I asked people on Twitter to send me screenshot...

ProductivityTips and Tricks
Dec 20, 2021
Post comments count11
Post likes count0

Test tools for .NET and cross-platform apps

KendraHavens
KendraHavens

Visual Studio 2022 brings better test tools to your everyday development with Show in Test Explorer, Remote Testing, Test audio cues, Playwright, and more!

.NETVisual StudioC#
Aug 25, 2021
Post comments count60
Post likes count0

It looks like you’re using Visual Studio. Would you like help?

Misty Hays
Misty Hays

We recently asked in an installer survey what you’d find valuable to see while you’re staring at the installer screen during updates/installations in Visual Studio 2022, and y’all said tips and tricks!  Y’all also told us that you want to see tips in the IDE, too—in a Visual Studio start page! Receiving tips from a virtual assistant was the seco...

.NETAzureAnnouncement
Oct 26, 2020
Post comments count7
Post likes count0

Get more done with search in Visual Studio

Mads Kristensen
Mads Kristensen

Over the years, the Search feature in Visual Studio has gotten faster and more capable. You might have missed some of the things it can do to help you be more productive and get the most out of Visual Studio. So, let’s take a closer look at how you can use Search in your daily work. I hit Ctrl+Q to use Search every single day and have for years....

Tips and TricksSearch
Jun 11, 2020
Post comments count5
Post likes count1

How Do I Debug Async Code in Visual Studio?

Leslie Richardson
Leslie Richardson

Debugging async code is challenging. Let's explore some Visual Studio tools that can help you debug your async programs easier!

.NETVisual StudioDebugging and Diagnostics
Jun 10, 2020
Post comments count20
Post likes count2

How Do I Think About Async Code?!

Leslie Richardson
Leslie Richardson

What's asynchronous code? When and why should you use it? Check out this introduction to asynchronous code and how you can apply it to your future programs!

.NETVisual StudioDebugging and Diagnostics
Dec 12, 2019
Post comments count35
Post likes count0

Modernizing Find in Files

Dante Gagne
Dante Gagne

Find in Files is one of the most commonly used features in Visual Studio, and in Visual Studio 2019 version 16.5 preview 1, we've given it the first round of improvements to make it faster and look more in line with the overall Visual Studio look and feel. This post will walk through the improvements and help developers get the most out of it.

ProductivityVisual Studio 2019Tips and Tricks
Sep 24, 2019
Post comments count26
Post likes count0

Tracepoints: Debug with less clutter

Sagar Shetty
Sagar Shetty

Have you ever accidentally shipped a log statement to production? Are you tired of cleaning up log statements while debugging? The tool to solve your problems has been here all along!

Visual StudioDebugging and DiagnosticsProductivity
Jan 30, 2019
Post comments count2
Post likes count0

Become a Visual Studio for Mac super user with this Tips and Tricks Video Series

Cody Beyer
Cody Beyer

Visual Studio for Mac comes packed with powerful, yet hidden features. In this video series, we put together a number of tips and tricks to help you become more productive and efficient with writing code with Visual Studio for Mac. Whether you're creating a new game with Unity or a new web application with .NET Core, these short, roughly 5-minute, ...

Visual Studio for MacTips and Tricks
Dec 20, 2018
Post comments count9
Post likes count0

Build Visual Studio extensions using Visual Studio extensions

Mads Kristensen
Mads Kristensen

What if the community of extension authors banded together to add powerful features to Visual Studio that made it easier to create extensions? That’s the idea behind Extensibility Essentials – an extension pack that ships community-recommended extensions for extension authors.

ExtensionsTips and Tricks