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 3 of 10
Browse additional Visual Studio for C# and .NET articles from the DotNetNews archive.
Visual Studio for C# and .NET articles
Page 3 of 10
Newest first
-
Upgrade to modern .NET with GitHub Copilot: Assess → Plan → Execute
youtube.com Issue #389
In this video, I demo the GitHub Copilot app modernization agent inside Visual Studio and walk through the full upgrade workflow: Assessment → Planning → Execution. You’ll see a full end-to-end demo o...
-
Hire C# Developer: How Companies Find the Right Talent for Scalable Software
c-sharpcorner.com Issue #389
Looking to hire a C# developer for your startup or enterprise project? Learn how to find skilled C# and .NET developers, avoid hiring mistakes, and work with experienced consultants and architects to ...
-
WPF Memory Leaks: The Static Event Trap that Eats Your RAM
medium.com Issue #388
A visual guide to identifying and fixing memory leaks in .NET applications using Visual Studio Diagnostic Tools.
-
Roadmap for AI in Visual Studio (February)
devblogs.microsoft.com Issue #388
After a busy January (catch up here), we're shifting focus to reliability and refinement. This month is about
-
Hands On Comparison: Building a Dynamic Web App in VS Code and Google Antigravity with Prompts Only
visualstudiomagazine.com Issue #386
A hands-on test compared Visual Studio Code and Google Antigravity on generating and refining a simple dynamic Ticket Desk web application through prompts, revealing that workflow differences became m...
-
Getting Started with C# Programming: A Beginner’s Guide
medium.com Issue #385
Learn how to set up Visual Studio and understand the basic building blocks of C#
-
.NET Conf Recap: Top announcement and features
youtube.com Issue #385
Security Software False Positives
-
Hands On: Testing Cursor, Windsurf and VS Code on Text-to-Website Generation
visualstudiomagazine.com Issue #381
A hands-on comparison shows how Cursor, Windsurf, and Visual Studio Code approach text-to-website generation differently once they move beyond the basics and begin redesigning and extending their own ...
-
Visual Studio Tips That Save Hours
c-sharpcorner.com Issue #378
Unlock peak productivity in Visual Studio! Discover 14 time-saving tips, from AI-powered IntelliCode to debugging secrets and hot reload. Stop wasting time, start coding smarter!
-
GitHub Copilot. Rewrite of Legacy .NET App: The Smart Way to Automate Project Scaffolding
medium.com Issue #378
Part 2: Creating Solution Structure and Project Scaffolding in Visual Studio
-
Copilot Memories
devblogs.microsoft.com Issue #374
Are you wasting time reviewing code for nits on code standards, project preferences, or important contribution guidelines?
-
Understanding Migrations in Visual Studio: A Practical Guide for .NET Developers
c-sharpcorner.com Issue #373
Master database schema changes in .NET with Visual Studio Migrations. This guide covers setup, usage, best practices, and practical examples for seamless updates. Keep your database in sync!
-
Hands On with New Experimental GitHub Copilot 'Agent Skills' in VS Code
visualstudiomagazine.com Issue #370
Visual Studio Code 1.108 introduces Agent Skills for GitHub Copilot, enabling developers to define reusable, domain-specific automation that can handle everything from code refactoring to custom text ...
-
Why Visual Studio 2026 and .NET 10 Could Be the Ultimate Startup Cheat Code
medium.com Issue #365
Startups don’t fail because of bad ideas — they fail because they move too slowly.
-
Visual Studio 2026: How AI Is Transforming the Way Developers Code
medium.com Issue #361
Code smarter with Visual Studio 2026: AI features, GitHub Copilot, and cloud tools streamline workflows and spark innovation. Continue reading on Syncfusion »
-
Visual Studio “View” Menu — What’s Actually Useful (And What Can Wait)
medium.com Issue #359
If you open the View menu in Visual Studio, it feels overwhelming.
-
Build, Rebuild, and Clean Solution — Explained Like You Actually Need It
medium.com Issue #358
If you’ve ever paused over Build Solution, Rebuild Solution, or Clean Solution in Visual Studio, wondering “Which one should I click now?”…
-
Implementing NuGet Central Package Management (CPM) in a .NET Solution using Visual Studio 2026
sachidevop.medium.com Issue #355
Managing NuGet package versions across multiple projects can quickly become painful as a solution grows. Duplicate versions, inconsistent…
-
A shortcut gives me a weird path for a program shortcut that doesn't point to the executable, so what is it?
devblogs.microsoft.com Issue #355
Say you have a shortcut file and you want to see what its target is. The natural thing to do is to call IShellLink::GetPath, which returns S_FALSE if the shortcut does not target a path, or returns S_...
-
Debugging, but Without the Drama (A Visual Studio 2026 Story)
devblogs.microsoft.com Issue #354
It starts the way these things always start. A red build. A failing test. And that quiet, sinking feeling of “This worked yesterday.” Meet Sam. Sam’s not a junior, not a rockstar, just a solid devel...
-
Behind the scenes of the Visual Studio feedback system
devblogs.microsoft.com Issue #354
Here on the Visual Studio team, our top priority is making your coding experience smoother and more enjoyable. And that begins with truly listening to your feedback. We understand that sometimes shari...
-
The New .NET SLNX Solution File Format
henriquesd.medium.com Issue #353
To migrate your solution to a .slnx file, you can do it via the command line or via Visual Studio (version 2022/2026+). In this article, I will show how to migrate an existing solution to the .slnx fi...
-
Microsoft Learn MCP Server Elevates Development
devblogs.microsoft.com Issue #351
Explore how the Learn MCP server enhances the developer experience with Copilot, showcase practical examples, and provide straightforward integration instructions for Visual Studio, Visual Studio Code...
-
Automate Word Chart Creation Using C#
medium.com Issue #351
Generating reports and visualizing data are crucial tasks in many business applications. While Microsoft Word is a ubiquitous tool for…
-
Treating warnings as errors in dotnet the right way.
medium.com Issue #349
Set TreatWarningsAsErrors only in Release configuration. It stops the setting from making it hard to play with the code…