tooling
Visual Studio for C# and .NET Articles, Tutorials & News
Visual Studio for C# and .NET articles, tutorials, and news from the DotNetNews archive.
247 articles Updated Page 5 of 10
Browse additional Visual Studio for C# and .NET articles from the DotNetNews archive.
Visual Studio for C# and .NET articles
Page 5 of 10
Newest first
-
Using JSON and XML Data Efficiently in SQL Server for APIs
c-sharpcorner.com Issue #325
Leverage SQL Server's JSON & XML capabilities for efficient APIs. Parse data, return responses directly from SQL, boosting performance & simplifying integration.
-
Building a Zero-Configuration .NET Standards Package
medium.com Issue #324
Every .NET organization eventually fights the same battle: keeping code quality consistent across dozens of solutions. You copy…
-
Dew Drop – November 4, 2025 (#4533)
alvinashcraft.com Issue #324
Top Links On‑Device AI with Windows AI Foundry (Nandhini Elango) Using Copilot Agent Mode and Copilot Profiler Agent | Visual Studio Toolbox (Leslie Richardson & Joseph Finney) GitHub Universe 202...
-
Join us at .NET Conf: Dive into the future of development with Visual Studio 2026
devblogs.microsoft.com Issue #319
We're thrilled to invite you to one of the most exciting events in the .NET ecosystem: .NET Conf. It runs from November 11th through the 13th and you’re invited! This annual virtual conference is a mu...
-
Simplify Debugging in .NET with DebuggerDisplay
c-sharpcorner.com Issue #316
Simplify .NET debugging with [DebuggerDisplay]! Customize object display in Visual Studio for clearer data insights. Boost productivity & understand complex models faster. Works from .NET 2.0 to 9...
-
Modernizing Visual Studio Extension Compatibility: Effortless Migration for Extension Developers and Users
devblogs.microsoft.com Issue #314
We have great news for extension users and developers: Visual Studio 2026 is introducing an extension compatibility model designed specifically to make your life easier. Our top priority is to ensure ...
-
Boost Developer Productivity with Copilot Profiler in Visual Studio
c-sharpcorner.com Issue #311
Discover how the Copilot Profiler Agent in Visual Studio transforms .NET debugging and performance tuning with AI-powered insights, real-time suggestions, and benchmark validation—making optimization ...
-
What’s New in Visual Studio 2026 Insiders: Faster, Smarter, and More Modern
c-sharpcorner.com Issue #311
Visual Studio 2026 Insiders delivers blazing-fast performance, AI-powered coding with GitHub Copilot, and a modern UI. Boost your .NET & C++ development!
-
Visual Studio Dev/Test Benefit Explained
devblogs.microsoft.com Issue #303
Before joining Microsoft, I served as VP of Application Development at one of the largest temporary staffing companies in the United States. I’ll never forget the look on our CFO’s face when I told hi...
-
Integrating GitHub Copilot with Playwright
c-sharpcorner.com Issue #303
This article provides a step-by-step approach to integrating Copilot into your Playwright workflow, covering IDE setup, resilient locators, Page Object Model implementation, CI/CD integration with Git...
-
Visual Studio 2026 vs. Visual Studio 2022: A Practitioner’s Upgrade Analysis
c-sharpcorner.com Issue #299
Visual Studio 2026 vs. 2022: An in-depth upgrade analysis for practitioners. Explore AI integration, performance enhancements, and cloud development features. Discover whether the move to Visual Studi...
-
Level Up Your .NET Debugging and Profiling with GitHub Copilot
c-sharpcorner.com Issue #298
Supercharge your .NET debugging and profiling with GitHub Copilot in Visual Studio! This article explores how Copilot's AI assistance streamlines the process, offering smart breakpoint suggestions, ex...
-
News: Visual Studio 2026
c-sharpcorner.com Issue #297
Get a sneak peek at Visual Studio 2026! The Insiders Edition boasts blazing-fast performance, deep AI integration with GitHub Copilot (adaptive paste, context menu actions, and intelligent search), a ...
-
I Built a C# WPF Password Manager, and GitHub Copilot Wrote 100% of the Code
medium.com Issue #297
As developers, we’re always looking for ways to boost productivity. I recently put GitHub Copilot to the ultimate test: building a fully…
-
Visual Studio 2022 Boosts .NET MAUI Development with Enhanced XAML Live Preview
c-sharpcorner.com Issue #296
Visual Studio 2022 v17.14 enhances .NET MAUI development with design-time XAML Live Preview, Android support, and GitHub Copilot integration for faster UI creation.
-
Visual Studio 2026 Insiders: Using Podman for Container Development
developer.microsoft.com Issue #296
Podman is an open-source container engine that has rapidly gained popularity for its daemonless architecture, rootless operation, and compatibility with Docker CLI commands. Unlike Docker, Podman does...
-
Visual Studio Dev Tunnels: Built-In Power and When to Use Third-Party Tools
medium.com Issue #294
When you’re building and debugging an API or web app in Visual Studio, you often hit the same wall:
-
Why CopyToOutputDirectory Is the Secret to Reliable .NET Builds
medium.com Issue #290
Master CopyToOutputDirectory for seamless file management.
-
.NET 10 menu not showing in Visual Studio 2022 (2-Minute Fix)
frontend2backend.medium.com Issue #290
If you’ve installed the .NET 10 SDK but Visual Studio 2022 still doesn’t show the .NET 10 framework in the New Project dialog, you’re not…
-
Visual Studio 2026 Insiders is here!
devblogs.microsoft.com Issue #288
Visual Studio 2026 Insiders is here - and it marks one of the most ambitious steps forward we’ve taken with the IDE. This release brings AI woven directly into the developer workflow, performance impr...
-
Visual Studio 2026! with Mads Kristensen
jesseliberty.com Issue #287
Visual Studio 2026 is here. Mads takes us through the highlights View this podcast on YouTube Jesse Liberty has three decades of experience writing and delivering software projects and is the author o...
-
Visual Studio 2026 Insiders; Here’s the Good, the Bad, and the WTF
medium.com Issue #285
From performance boosts and AI features to bloat and redesign headaches, here’s everything you need to know about Visual Studio 2026…
-
Democratizing Performance: The Copilot Profiler Agent in Action on Real Code
devblogs.microsoft.com Issue #284
[alert type="tip" heading="Watch behind the scenes of the Profiler Agent"]Head on over to the Copilot Profiler Agent to watch.[/alert]
-
Visual Studio 2026 Just Landed |You Won’t Believe the Speed Boosts!
isitvritra101.medium.com Issue #284
The Visual Studio family is one of Microsoft’s flagship developer tools, used by around 50 million worldwide, and it continues to evolve…
-
Working with solution root files in Visual Studio 2022
medium.com Issue #284
In Visual Studio 2022, it’s inconvenient to work with files and folders located in the root directory where the .sln file lives.