Showing results for Category : Visual Studio

May 19, 2025
Post comments count0
Post likes count1

Faster .NET Upgrades Powered by GitHub Copilot

McKenna Barlow
McKenna Barlow

Introducing GitHub Copilot app modernization – Upgrade for .NET You probably don’t look forward to the process of modernizing your applications. It can be time consuming, risky, and full of manual toil. Today we’re changing that. We’re thrilled to introduce the public preview of GitHub Copilot app modernization - Upgrade for .NET, an AI-powered...

.NETGitHub CopilotArtificial Intelligence
May 16, 2025
Post comments count0
Post likes count1

How to Watch Microsoft Build 2025 Online

Jim Harrer
Jim Harrer

Microsoft Build 2025 Is Here! — How to Make the Most of It Virtually It’s that time again—Microsoft Build has started! Microsoft Build 2025 runs this week (May 19–22)—and now’s the perfect time to catch the sessions live or watch past sessions on-demand. This year, Build is more accessible than ever. Every keynote, breakout session, demo thea...

Visual StudioMSBuildEvents
May 13, 2025
Post comments count0
Post likes count3

Agent mode has arrived in preview for Visual Studio

Katie Savage Aaron Yim
Katie,
Aaron

Plan, build, test, and fix — all from one prompt. Agent mode is now available in public preview for all users in Visual Studio 17.14. Agent mode in Visual Studio allows you to define tasks using natural language, with Copilot autonomously planning, editing your codebase, invoking tools, and iterating to resolve issues. Unlike Copilot Chat or...

GitHub CopilotAgent ModeAI Agents
May 13, 2025
Post comments count0
Post likes count11

🎉 Visual Studio 2022 v17.14 is now generally available!

Mads Kristensen
Mads Kristensen

We’re thrilled to announce the general availability of Visual Studio 2022 version 17.14! This release continues our mission to empower developers with faster, smarter, and more productive tools across all workloads. There is so much for developers to love in this release, so be sure to check out the release notes for the full list. This is o...

Debugging and DiagnosticsGitHub CopilotGit
Apr 28, 2025
Post comments count7
Post likes count5

Set the default file encoding

Mark Downie
Mark Downie

Have you ever encountered unexpected issues due to file encoding when working in cross-platform environments? These frustrating problems can disrupt your workflow and consume valuable time. Visual Studio addresses these concerns with a new feature – the Default File Encoding option. You can now specify the encoding Visual Studio should use when ...

Cross-Platform
Apr 23, 2025
Post comments count0
Post likes count4

Effortless adjustments with an adaptive paste

Leah Tran
Leah Tran

Find yourself needing to adjust pasted code to actually work in your project? Visual Studio 2022 introduces the capability to adapt your pasted code with Copilot to reduce the time you spend on making tedious changes. Streamline manual code modifications with adaptive paste When you're copying and pasting code, the process often comes with ex...

GitHub CopilotCopilot
Apr 17, 2025
Post comments count6
Post likes count4

Toolbox Support for Explicit Assembly References in Windows Forms Out-of-Process Designer

Merrie McGaw Shyam Gupta
Merrie,
Shyam

Visual Studio 17.14 Preview 3 introduces a new feature that enhances the Windows Forms out-of-process designer experience for .NET Framework projects. This release brings Toolbox support for Explicit Assembly References, addressing a long-standing need in legacy application development and migration workflows. What Are Explicit Assembly Refere...

WinFormsWindows Formsdesigner
Apr 16, 2025
Post comments count7
Post likes count5

GitHub Copilot Highlights in Visual Studio 17.14 Preview 3 (Available Now)

Katie Savage
Katie Savage

Visual Studio 17.14 Preview 3 is now available! The GitHub Copilot experience in Visual Studio is continuously updated to provide the latest advancements in AI-assisted development. The following features and improvements have been recently released in Visual Studio version 17.14 Preview 3. (Remember, preview versions of Visual Studio can be...

Copilot
Apr 9, 2025
Post comments count3
Post likes count3

.NET Aspire and Azure Functions integration preview

Brady Gaster
Brady Gaster

Have you ever struggled with integrating serverless technology into your existing .NET projects? The new update in Visual Studio has got you covered. Say hello to the powerful integration of .NET Aspire with Azure Functions, making your development process smoother than ever before. With this release of Visual Studio, Azure Functions developers ...

.NETAzure FunctionsAspire
Apr 8, 2025
Post comments count1
Post likes count6

Multi-Process CPU Usage Analysis in Visual Studio

Harshada Hole
Harshada Hole

Streamlined Performance Insights Across Processes The Visual Studio Profiler's CPU Usage tool and Instrumentation tool now supports multi-process analysis, providing a unified view of CPU activity across multiple processes. With performance graphs featuring distinct, color-coded stacked swim lanes for each process, diagnosing and optimizing CPU us...

Debugging and DiagnosticsDeveloper ProductivityPerformance Improvements