Showing category results for Visual Studio

Mar 20, 2024
Post comments count0
Post likes count6

Announcing SQL Server Data Tools (SSDT) for ARM64 Architecture in Visual Studio 17.10 Preview 2

Subhojit Basak

We are thrilled to announce the launch of SQL Server Data Tools (SSDT) for Visual Studio in ARM64. This enhancement comes with the exciting release version 17.10 Preview 2. Release of SSDT for Visual Studio on arm64 adds SQL development to the capabilities of Visual Studio on arm64. This latest development brings a host of features tailored to enha...

Mar 19, 2024
Post comments count0
Post likes count7

Visual Studio and GitHub Copilot at GDC 2024

David Li

Join us on Wednesday, March 20th, 2024, at this year’s Game Developers Conference in San Francisco for a special session on using Visual Studio and GitHub Copilot. In this session, you will learn how to leverage these tools to increase your productivity and modernize your game development workflow.

Visual StudioGitHub CopilotGame Development
Mar 14, 2024
Post comments count0
Post likes count8

GitHub Copilot in Visual Studio: A Recap of 2023

Amy Nguyen

In the rapidly evolving world of software development, staying ahead of the curve is crucial. The introduction of AI in Visual Studio, particularly GitHub Copilot, has revolutionized the way developers code. With Copilot integrated into Visual Studio, you can leverage AI to streamline your workflows, manage large codebases, analyze exceptions, and ...

Visual StudioGitHub CopilotCopilot
Mar 12, 2024
Post comments count0
Post likes count9

Introducing Visual Studio 17.10 – Preview 2 is Here!

Mark Downie

We hope you all enjoyed the new and updated features that came with our first preview of Visual Studio 17.10, and now we have even more to share! This release brings additional tools to help you improve your code reviews with Copilot, diagnostics improvements, as well as additional Extensibility and WinForms enhancements. Browse this list of upd...

Visual Studio 2022
Mar 7, 2024
Post comments count0
Post likes count4

Visual Studio 2022 Version 17.9: A Comprehensive Update for C++ Developers

Mryam Girmay

Visual Studio 2022 version 17.9 introduces a host of new features and improvements for C++ developers. Now, you can use the Memory Layout feature to visualize the memory layout of your classes, structs, and unions directly in the editor. Additionally, the #include Diagnostics feature provides insights into the frequency of element usage from an inc...

Visual StudioC++
Mar 4, 2024
Post comments count0
Post likes count9

Code coverage features in Visual Studio Enterprise

Faisal Hafeez

By using code coverage, you can find out where your testing needs improvement and make your software more robust and dependable. In this post, we will introduce the new features that we introduced to the Code Coverage Results window in Visual Studio Enterprise 2022. These features are:  These features are not available in Profe...

Feb 29, 2024
Post comments count5
Post likes count6

WinForms Designer Selection for 32-bit .NET Framework Projects 

Shyam Gupta

Visual Studio 2022’s transition to a 64-bit architecture, driven by customer feedback across the full range of Visual Studio developers, marked a pivotal step towards enhancing the development experience. As Klaus Loffelmann describes in his blog post, this transition enhances overall performance and responsiveness, particularly when working wi...

WinFormsWindows Formsdesigner
Feb 26, 2024
Post comments count0
Post likes count3

Visual Studio’s Full Year in Review (2023)

Jason Chlus

In 2023, we added many new features, fixes, and improvements to Visual Studio 2022 to make your coding experience more productive, enjoyable, and accessible. This blog post looks back at all the notable enhancements that shipped in 2023 for Visual Studio 2022. Here are the recaps for the year:  For m...

Feb 23, 2024
Post comments count1
Post likes count3

A Year of C++ Game Development Improvements in Visual Studio

Jason,
David

Game development is evolving rapidly and keeping up with the latest trends is crucial. I’m thrilled that David Li took the time to highlight all the improvements added to Visual Studio for game developers during 2023. Check out his blog here.  The Unreal Engine integrations are where my eyes jumped to first. There is now an Unreal Engine log vie...

Developer ProductivityGame DevelopmentUnreal Engine
Feb 22, 2024
Post comments count0
Post likes count3

Using Copilot Chat with C++ in Visual Studio: Generate code, fix functions, and more..

Sinem Akinci

GitHub Copilot Chat is now available in Visual Studio and Visual Studio Code for users with an active subscription. Copilot Chat is an AI pair-programmer that allows you to speak in natural language through the chat interface to accomplish programming tasks such as understanding sections of code, generating test cases, and generating code. We have ...