Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

Latest posts

Feb 10, 2021
Post comments count 1
Post likes count 0

[Guest Post] Better refactoring for Unity projects using .NET analyzers

John Miller

In this guest post, Visual Studio Tools for Unity intern Shreya Pandit shows how she created custom analyzers for Unity, and how you can get involved with the open source project as well.

Feb 4, 2021
Post comments count 27
Post likes count 0

Working with large .NET 5 solutions in Visual Studio 2019 16.8

Paul Vick

With the release of .NET 5, migration of solutions from .NET Framework has increased. In particular, we have started to see very large solutions being moved. To ensure this experience is as good as possible, we have been working on optimizing Visual Studio to handle solutions that contain large numbers of .NET 5 and .NET Core projects. Many of these optimizations were shipped in the 16.8 release, and this blog post walks through the improvements we've made. Running the C# and VB compiler out of process Roslyn, the C# and Visual Basic compiler, parses and analyzes the entire solution to power services such as In...

Jan 25, 2021
Post comments count 36
Post likes count 1

New experience for sending us your feedback

Mads Kristensen

We’ve been working to improve the Developer Community for providing feedback about Visual Studio. Last summer, we updated to a more flexible browser-based mechanism for sending feedback. Now we’re upgrading the rest of the Developer Community website. We’ve listened to your feedback and addressed almost half of all feature requests for Developer Community made over the years. The result makes it easier to browse existing tickets, gives you more transparency into the states and processes, improves interactions with the engineering teams, significant performance improvements, and a lot more. Let’s take a tour of...

Jan 20, 2021
Post comments count 22
Post likes count 0

Visual Studio 2019 v16.9 Preview 3 is Available Today

Jacqueline Widdis

Visual Studio 2019 v16.9 Preview 3 releases today. Highlights of this release include additional functionality in C++, .NET Productivity, XAML Tools, and Accessibility. Check out the new features today!

Jan 14, 2021
Post comments count 14
Post likes count 0

A more integrated terminal experience

Ruben Rios

As part of the new additions of the Visual Studio 2019 v16.8 release, and thanks to your feedback, we have added a couple new tricks to the integrated terminal! It now allows you to open a new terminal to a location based on your Solution Explorer selection and provides customizable commands for copy and paste.   Solution Explorer integration A new context menu command allows you to open the terminal in a specific path. To use this feature simply select the solution, project, or folder node you want to navigate to, open the item’s context menu and select the “Open in Terminal” command. When w...

Jan 13, 2021
Post comments count 2
Post likes count 0

[Guest Post] Visual Studio for Mac Helps You Write Tests

benday

You’re writing tests for your code, right? No? Just say ‘yes’. It’ll make this blog post go a lot easier. So anyway, I’m happy to hear that you’re writing tests for all your code. Whether you’re following the “test first” / Test-Driven Development (TDD) approach or whether you’re just writing some unit tests or integration tests, Visual Studio for Mac has some nice features to make your life as a developer a lot easier. In this article, I’ll walk you through the process of writing and running unit tests using Visual Studio for Mac. Some Terms Before I jump in on the features, let’s get a few terms out of the...

Dec 16, 2020
Post comments count 0
Post likes count 0

[Guest post] Our Head First C# Contest Got Some Truly Creative Entries

Jon Galloway

We just completed our Head First C# book contest! This blog post shows off some of the more creative solutions to the code challenge, and tells you how you can still get the first four chapters of the book for free.

Dec 8, 2020
Post comments count 12
Post likes count 0

Visual Studio 2019 v16.9 Preview 2 and New Year Wishes Coming to You!

Jacqueline Widdis

Visual Studio 2019 v16.9 Preview 2! Our C++, .NET, and Xamarin Forms teams have been hard at work to deliver some great new functionality. This includes improvements in IntelliSense, binding properties, and using directives. Check out this latest release to give our features a try.

Nov 25, 2020
Post comments count 15
Post likes count 1

[Guest post] Learn C# with Visual Studio, Visual Studio for Mac, and Unity (and win a free book!)

Jon Galloway

In this guest post, Andrew Stellman explains his approach to teaching C# with Visual Studio, Visual Studio for Mac by emphasizing exploration, fun, and games. We're announcing a fun coding challenge for beginners, with a chance to win a copy of the new edition of Head First C# book.