Showing tag results for Visual Studio

Oct 5, 2022
Post comments count2
Post likes count2

Visual Studio’s Azure Marketplace images now support Microsoft Dev Box

Ruben Rios

Over the last couple of years, we’ve expanded our Visual Studio VM image offerings for the Azure Marketplace. These images have proven to be popular not only for evaluating the latest Visual Studio releases, but also for jumpstarting developer environments in the cloud. In this post, we'll introduce new images optimized for running Visual Studio in...

Visual StudioAzureVisual Studio 2022
Sep 22, 2022
Post comments count4
Post likes count7

Now Introducing Arm64 Support for VS Extensions!

Leslie Richardson

Back in June, we announced Arm64 Visual Studio 2022 application, the first version of Visual Studio that natively supports building and debugging Arm64 apps on Arm-based processors.  Now, we’re excited to announce the extensions you write, and use, are supported in Arm64 VS!   Adding Arm64 support to your new or existing extension Making ...

Visual StudioExtensionsVisual Studio 2022
Sep 14, 2022
Post comments count2
Post likes count2

It’s finally here. Bicep is in Visual Studio!

Uche Nkadi

In less than two years, Bicep’s VS Code extension has grown from zero users to more than 15 thousand a month. In addition to the Bicep extension's success, millions of resources are now deployed with Bicep files via Azure CLI and Azure PowerShell. Our incredible community has not only shaped the suite of Bicep features we know and love today, but t...

Visual StudioAzureBicep
Aug 11, 2022
Post comments count11
Post likes count8

Choosing a .NET Memory Profiler in Visual Studio – part 1

Clément Habinshuti

Summary Visual Studio provides two great tools for analyzing and diagnosing memory issues in .NET applications: the Memory Usage profiler and .NET Object Allocation Tracking tool. While both tools are useful, it may not be obvious for new user to know which one to use when. This article aims to clarify what each tool is good for and how to use the...

Visual StudioDebugging and DiagnosticsProfiling
Aug 10, 2022
Post comments count12
Post likes count4

VisualStudio.Extensibility: A New Way to Write Extensions

Leslie Richardson

Last year, we announced the first phase of a new extensibility model for Visual Studio.  This new model will make extensions easier to write and more reliable along with additional benefits such as being able to install these extensions without restarting the IDE.  Now, we’re excited to announce the second phase of the new extensibility model, now ...

Visual StudioExtensionsVisual Studio 2022
Jul 12, 2022
Post comments count17
Post likes count2

Analysis Services and Reporting Services extensions for Visual Studio 2022 are here!

Leslie Richardson

We’re happy to announce the popular and long-awaited Analysis Services, RDLC Report Designer, and Reporting Services extensions are available for Visual Studio 2022!  Here’s how these Microsoft extensions for SQL Server can further enhance your business intelligence solution development environment. SQL Server Analysis Services (SSAS) The Microso...

Visual StudioExtensionsVisual Studio 2022
May 9, 2022
Post comments count18
Post likes count1

Update all Visual Studio installations with a single click!

Sayyeda Mussa

We are continuously improving the Visual Studio update experience so that it’s as easy and effortless as possible. Many of you take advantage of the side-by-side support for Visual Studio and have multiple versions of Visual Studio installed simultaneously. In 17.3 Preview 1, we’ve made it easier to update all of your side-by-side versions of Visua...

Visual StudioUpdatesInstaller
Mar 16, 2022
Post comments count5
Post likes count2

Live Unit Testing Preview: Better and Faster

Vritant Bhardwaj

Live Unit Testing is the automatic test running feature in Visual Studio Enterprise. As you make code changes, Live Unit Testing detects what tests are impacted and runs them in the background. This way you always know if the tests covering a certain line of code are passing or failing. You can see what your code coverage is for each line of your p...

.NETVisual StudioC#
Feb 16, 2022
Post comments count9
Post likes count1

Typing Less, Coding More: How we delivered IntelliCode whole line completions with a transformer model

Shengyu Fu

Introduction Great code completions make you more productive while composing your code. Visual Studio 2022 now automatically completes C# code up to a whole line at a time, using a rich knowledge of your coding context. We have also released the IntelliCode Completions extension in Visual Studio Code (VSCode) to speed up coding in Python/TypeScrip...

Visual StudioVisual Studio CodeIntelliCode
Dec 21, 2021
Post comments count12
Post likes count1

Your Visual Studio Dashboard

Misty Hays

I keep thinking about a tweet that said you should tackle challenging problems and do everything you can to maximize time well spent, so your ecosystem doesn’t have to.  Because once you’re distracted, it can be challenging to get back into the flow of writing code. Developers juggle a massive cognitive overload of different software, links, tools...

Visual StudioVisual Studio 2022Git