Showing archive results for May 2023

May 15, 2023
Post comments count1
Post likes count2

Get Ready for Visual Studio at Build 2023:
Join Tens of Thousands Online!

Jim Harrer
Jim Harrer

Are you geared up for Build 2023? Microsoft's flagship developer conference is just a week away, and we have an incredible lineup of Visual Studio sessions that you simply cannot afford to miss!   This year, Microsoft Build goes hybrid, offering you the best of both worlds - virtual and in-person experiences in Seattle, Washington, from May...

MSBuildBuild
May 11, 2023
Post comments count15
Post likes count7

Surround selection experiment

Mads Kristensen
Mads Kristensen

You want to quickly select some text and surround it with quotation marks. So, you select your text and hit the quotation mark key on your keyboard, only to find that the selected text now has been replaced by a single “. What you hoped would happen was that the selected text would be surrounded by an opening and closing quotation mark like in the ...

ExperimentEditor
May 10, 2023
Post comments count162
Post likes count54

Visual Studio UI Refresh

Kaitlin Brooks Cherry Wang Dante Gagne
Kaitlin,
Cherry,
Dante

Microsoft Fluent design language provides a unified framework to create and deliver more productive, consistent, and accessible applications. The Fluent design principles have been applied across familiar products like Microsoft 365 and we’ve been using those principles in the IDE to make targeted improvements to real problems. We’re excited to...

AnnouncementVisual Studio 2022Accessibility
May 1, 2023
Post comments count42
Post likes count19

Web API development in Visual Studio 2022

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In Visual Studio 2022 one of the main scenarios for web developers is creating Web APIs with ASP.NET Core. In the latest preview of Visual Studio 2022, 17.6, we have added a number of updates to be more efficient when developing APIs. In this post we will go over a sample scenario of developing a new API from scratch and point out the new features ...

ASP.NET CoreWeb API