Showing results for July 2021 - Visual Studio Blog

Jul 29, 2021
15
0

Speed up your .NET and C++ development with Hot Reload in Visual Studio 2022

Dmitry Lyalin
Dmitry Lyalin

With the recent release of Visual Studio 2022 Preview 2 we’d like to use this blog post to dive deeper into the brand-new Hot Reload experience which works for both managed .NET and newly supported native C++ apps. With Hot Reload our goal is to save you as many app restarts between edits as possible, making you more productive by reducing the t...

Jul 21, 2021
59
0

Join the Visual Studio 2022 for Mac Private Preview

Jordan Matthiesen
Jordan Matthiesen

Today we’re inviting you to try out Visual Studio 2022 for Mac as we share our first private preview release. This is the first release of our .NET IDE with a refreshed, fully native macOS UI. We’d love for you to download it, try it out, and share your feedback to help us shape the next major release of Visual Studio for Mac. The Visual Stu...

Visual Studio for MacVisual Studio 2022 for Mac
Jul 16, 2021
47
3

Design your Web Forms apps with Web Live Preview in Visual Studio 2022

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In this post we have introduced, and demonstrated, the new Web Forms Designer and Web Live Preview that is built into Visual Studio 2022 Preview 2. We are very excited to bring a new designer for Web Forms. We would love for you to try out this new designer experience and let us know how it’s working for you with your own projects and solution

Visual StudioASP.NETASP.NET Core
Jul 15, 2021
3
1

Debug code with force run to cursor

Harshada Hole
Harshada Hole

Starting Visual Studio 2022 Preview 2 you can use "Force Run To Cursor". It is like "Run To Cursor," but you can keep your breakpoints and the debugger will skip over them until it reaches the line of code with the cursor. It will also skip any of the first-chance exceptions break conditions that may occur.

Visual StudioDebugging and DiagnosticsVisual Studio 2022
Jul 14, 2021
43
0

Visual Studio 2022 Preview 2 is out!

Justin Johnson
Justin Johnson

We're excited to announce the second preview release of Visual Studio 2022! Preview 1 was the first-ever 64-bit Visual Studio, delivering improved scalability. Starting with Preview 2, we’re focusing on delivering new capabilities on the themes of personal and team productivity, modern development, and constant innovation. In this blog we’re going ...

.NETVisual StudioC++