tooling
GitHub Copilot for C# and .NET Articles, Tutorials & News
GitHub Copilot for C# and .NET articles, tutorials, and news from the DotNetNews archive.
265 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
-
🔴 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...
-
Context Is Everything: Getting the Most from GitHub Copilot with Joydip Kanjilal
dotnetcore.show Issue #440
Strategic Technology Consultation Services This episode of The Modern .NET Show is supported, in part, by RJJ Software's Strategic Technology Consultation Services. If you're an SME (Small to Medium ...
-
Visualizing Claude Code MCP Requests with Coding Agent Explorer
nestenius.se Issue #438
Model Context Protocol (MCP) servers are becoming a key part of how Claude Code extends its capabilities. They give the agent access to documentation, code search, external APIs, and much more. But wh...
-
510: AI Agents: Claws, Copilot, GUI vs CLI Debate
mergeconflict.fm Issue #438
James and Frank dig into the messy world of AI agents—Claudes, Copilots, “claws”—and why now is the wrong time to over-box these tools. They debate GUI vs. CLI futures, explain when AI should be invis...
-
How to Build Production-Ready Projects With Claude Code
antondevtips.com Issue #436
Learn a proven 10-step workflow for building production-ready software with AI assistance. Includes detailed prompts for requirements analysis, architecture design, finding functional and non-function
-
🔴 VS Code Live - Modernizing Legacy .NET applications with GitHub Copilot Modernization in VS Code
youtube.com Issue #429
Join Joel Norman and Jorge Balderas and watch them let Copilot loose to try modernizing a .NET application with GitHub Copilot Modernization in VS Code. https://learn.microsoft.com/azure/developer/git...
-
Visual Studio March Update - Build Your Own Custom Agents
devblogs.microsoft.com Issue #428
This month's Visual Studio update gives you new ways to customize GitHub Copilot. Custom agents allow you to build specialized Copilot agents tailored to your team's workflow, backed by the tools and ...
-
Getting My OpenClaw Around VS Code
visualstudiomagazine.com Issue #428
A hands-on test found that OpenClaw can work with VS Code for file-based drafting and source-driven synthesis, but the current experience is still centered on a local gateway and workspace model rathe...
-
Modernize .NET Anywhere with GitHub Copilot: Faster Upgrades with AI (With Practical Example)
medium.com Issue #424
Modernizing legacy .NET applications has traditionally been a complex and time-consuming process. From handling outdated dependencies to… Continue reading on GoPenAI »
-
Modernizing a Legacy ASP.NET Application Using AI (Gemini CLI)
medium.com Issue #424
How I analyzed, understood, and executed a legacy .NET app in minutes using AI