tooling
GitHub Copilot for C# and .NET Articles, Tutorials & News
GitHub Copilot for C# and .NET articles, tutorials, and news from the DotNetNews archive.
274 articles Updated Page 2 of 11
Browse additional GitHub Copilot for C# and .NET articles from the DotNetNews archive.
GitHub Copilot for C# and .NET articles
Page 2 of 11
Newest first
-
Boost Your .NET Projects: Copilot, Benchmarks, and the Truth About Faster Code
dotnettips.com Issue #477
The article discusses the limitations and benefits of using Copilot for code optimization in the Spargine .NET project. While some suggestions from Copilot significantly improved performance, others w...
-
How Gemini Helped Me Upgrade 100+ .NET Projects in few days Instead of Weeks
medium.com Issue #475
Upgrading a legacy .NET Framework codebase is one of those tasks every developer dreads. You know it needs to happen — newer framework…
-
Doing More with GitHub Copilot as a .NET Developer
devblogs.microsoft.com Issue #474
Want to get more out of your GitHub Copilot experience? Here are some easy ways to get started. The post Doing More with GitHub Copilot as a .NET Developer appeared first on .NET Blog .
-
GitHub Copilot Agent for Unit Tests: My Real-World Spargine Experiment
dotnettips.com Issue #473
After experimenting with the GitHub Copilot Agent during the 2026 Microsoft MVP Summit, the author faced numerous challenges, including code deletion, slow performance, and inconsistent adherence to c...
-
Creating .NET apps takes forever - then we tried AI
roundthecode.com Issue #472
We gave Claude a vague prompt to build a .NET app - it struggled. Then we added technical documents. The results were dramatically better. Here's what we learned. The page Creating .NET apps takes for...
-
Using Tools with Agents in VS Code
youtube.com Issue #468
Doing More with GitHub Copilot as a .NET Developer
-
Agent Plugins in VS Code
youtube.com Issue #467
Docs: https://code.visualstudio.com/docs/copilot/agents/agent-tools Copilot Free: https://aka.ms/vscode-activatecopilotfree
-
Why I Left Visual Studio for VS Code as a .NET Developer
between-coding-and-life.medium.com Issue #467
The IDE did everything for me. Then AI did it better.
-
Claude & Codex Agents in VS Code
youtube.com Issue #467
Docs: https://code.visualstudio.com/docs/copilot/agents/agent-tools Copilot Free: https://aka.ms/vscode-activatecopilotfree
-
🔴 VS Code Live: Building Agents with Memory using Redis + Copilot
youtube.com Issue #465
Bluesky: https://bsky.app/profile/vscode.dev Bluesky: bsky.app/profile/guy.dev
-
Don't just settle for the subscription based models!
youtube.com Issue #465
00:00 Intro by bringing your own key (BYOK) to VS Code and GitHub Copilot GitHub: https://github.com/microsoft/vscode
-
Modernizing a Legacy .NET App with GitHub Copilot
youtube.com Issue #465
Starting with a real-world ASP.NET Web Forms application, Krystal demonstrates how GitHub Copilot agents, planning mode, and security assessments can help teams upgrade legacy code, migrate databases,...
-
Plan Before You Build: Introducing the Plan agent in Visual Studio
devblogs.microsoft.com Issue #465
You ask Copilot to tackle something big, it gets to work, and a dozen file changes later you realize you had a completely different approach in mind. The code isn't wrong... it just isn't what you wer...
-
I let GitHub Copilot write all my C# database code for a month
medium.com Issue #461
Here’s what almost broke production.
-
The Coding Harness Behind GitHub Copilot in VS Code
code.visualstudio.com Issue #459
What developers actually interact with is the coding harness: the layer that assembles context, exposes tools, runs the agent loop, interprets tool calls, and turns a model's output into something use...
-
The Next Generation of Developer Productivity with GitHub Copilot and Visual Studio
visualstudiomagazine.com Issue #458
Simona Liao and Leah Tran, product managers at Microsoft, discuss how GitHub Copilot in Visual Studio has evolved from a code completion tool into an agent-driven development workflow -- and share pra...
-
Introducing the VS Code Agents Window (Preview)
youtube.com Issue #458
Learn more about the Agents window in our documentation: http://aka.ms/VSCode/Agents/docs Browse existing issues: https://aka.ms/github/agents-window
-
Copilot Studio gets faster with .NET 10 on WebAssembly
devblogs.microsoft.com Issue #454
A few months ago, we shared How Copilot Studio uses .NET and WebAssembly for performance and innovation, describing how Microsoft Copilot Studio runs C# in the browser via .NET
-
GitHub Copilot Modernize 101 is live on the Microsoft Developer Channel
devblogs.microsoft.com Issue #452
Modernization used to be something you avoided until you couldn’t anymore. A big rewrite. A long migration plan. A risky cutover. Something you’d maybe do once every few years—if you had to. That mod
-
Make Cursor AI Debug C# Code In 9 Minutes! (aNGzL7uy5M)
news.google.com Issue #450
Make Cursor AI Debug C# Code In 9 Minutes! (aNGzL7uy5M)
-
Rock Your Code: I Let AI Build a Visual Studio Extension—Here’s What REALLY Happened
dotnettips.com Issue #449
In March 2026, I challenged GitHub Copilot to build a Visual Studio extension, "Version Sync," from scratch without coding. Despite initial failures and needing extensive feedback, it succee...
-
I Wasted 68 Minutes a Day Re-Explaining My Code. Then I Built auto-memory.
devblogs.microsoft.com Issue #445
~1,900 lines of Python. Zero dependencies. Saves you an hour a day. GitHub → · pip install auto-memory Now give Copilot CLI enhanced context recall. Point it at
-
Instructions vs Skills vs Hooks & More Explained By Copilot Itself | Ep 7 of 8
youtube.com Issue #445
Learn how to build comparison charts, quizzes, and reusable references to better understand when and how to use each feature. 01:20 Using Copilot to learn the differences between Customization feature...
-
Claude Code: Two-Agent Workflow
blog.stackademic.com Issue #444
Architect + Developer role split: plan-implement-review cycle for .NET Microservices Continue reading on Stackademic »
-
My Claude Code Workflow
blog.lhotka.net Issue #442
I’ve been through a lot of workflow tooling on top of Claude Code over the past few months. They imposed structure — ideate, plan, implement, test, PR — and that structure was genuinely helpful when C...