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 4 of 11
Browse additional GitHub Copilot for C# and .NET articles from the DotNetNews archive.
GitHub Copilot for C# and .NET articles
Page 4 of 11
Newest first
-
Accelerate Your Cosmos DB Infrastructure with GitHub Copilot CLI and Azure Cosmos DB Agent Kit
devblogs.microsoft.com Issue #386
Modern infrastructure work is increasingly agent driven, but only if your AI actually understands the platform you’re deploying. This guide shows how to turn GitHub Copilot CLI into an Azure Cosmos DB...
-
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...
-
Build AI Agents with GitHub Copilot SDK and Microsoft Agent Framework
devblogs.microsoft.com Issue #385
Microsoft Agent Framework now integrates with the GitHub Copilot SDK, enabling you to build AI agents powered by GitHub Copilot. This integration brings together the Agent Framework's consistent agent...
-
Giving Agents a Visual Voice: MCP Apps Support in VS Code
code.visualstudio.com Issue #385
Giving Agents a Visual Voice: MCP Apps Support in VS Code With MCP Apps: Agent renders an interactive flame graph.
-
Introducing the Azure Cosmos DB Agent Kit: Your AI Pair Programmer Just Got Smarter
devblogs.microsoft.com Issue #380
The Azure Cosmos DB Agent Kit is an open-source collection of skills that teaches your AI coding assistant (GitHub Copilot, Claude Code, Gemini CLI) expert-level Azure Cosmos DB best practices. Instal...
-
How to Request a VS Code Feature (The RIGHT Way)
youtube.com Issue #378
Leader Election in Distributed .NET Systems: A Practical Guide with MultiLock
-
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
-
🐛 Fix a Chat App with Copilot Chat using Prompt Driven Development
dev.to Issue #378
This article is part of the Prompt Driven Development series from the VS Code YouTube channel. It is based on the video Fix a Chat App with Copilot Chat and explains the concepts, tools, and workflows...
-
Hands On with Copilot Vision: VS Code's Head Start and How the IDE Is Catching Up
visualstudiomagazine.com Issue #374
What a difference a year makes in the fast-moving advanced-AI space! GitHub Copilot's vision and image-based features arrived first in VS Code in February 2025 and have since become more integrated th...
-
Copilot Studio Extension for Visual Studio Code Is Now Generally Available
devblogs.microsoft.com Issue #374
If you build agents with the Copilot Studio extension for Visual Studio Code, you already know the fastest way to iterate is to treat your agent like software: version it, review changes, and promote ...
-
Copilot Memories
devblogs.microsoft.com Issue #374
Are you wasting time reviewing code for nits on code standards, project preferences, or important contribution guidelines?
-
497: Turning Machine Code into C with AI
mergeconflict.fm Issue #372
In this episode James and Frank dive into the practical realities of using AI in everyday development—arguing that AI shines in brownfield (existing) code because it respects your architecture, while ...
-
Orchestrating Multiple Agents in VS Code with Ben & Peng
youtube.com Issue #372
Agents Overview: https://code.visualstudio.com/docs/copilot/agents/agents-tutorial Background Agents: https://code.visualstudio.com/docs/copilot/agents/background-agents
-
AI Faceoff: Customized VS Code Commands
visualstudiomagazine.com Issue #370
After a long-unused VS Code extension stopped working, I compared multiple AI tools to recreate the same HTML-wrapping workflow using built-in snippets and keybindings. Mileage among the systems varie...
-
Twelve months of agentic AI code-assist
staffordwilliams.com Issue #370
2025 was the year of agentic AI code assistants and programming will never be the same. For some, these tools have become a critical part of their daily workflow and produce most, if not all, of the c...
-
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 ...
-
My thoughts on Vibe Coding as a Senior .NET Engineer
medium.com Issue #370
My take on where we are, where we are headed, and how to stay relevant.
-
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 »
-
Practical Experience: Migrating an Old .NET Project with GitHub Copilot Agent
medium.com Issue #359
Learn how GitHub Copilot Agent helped migrate a .NET CQRS project to MediatR with async/await support with unit tests
-
From Spec to Santa: My C#‑Powered Christmas Story Generator Experiment
techwatching.dev Issue #356
In this article, I will explain how I built a website to generate Christmas Stories my almost 5-year-old daughter using C# and AI related technologies (GitHub Spec Kit, GitHub Copilot, Microsoft.Exten...
-
Armchair Architects: Best Practices For Architecting AI Agents
youtube.com Issue #352
- Build Agents using Model Context Protocol on Azure https://learn.microsoft.com/azure/developer/ai/intro-agents-mcp - Protocols for Integration: The role of Model Context Protocol (MCP) and Agent-to...
-
Build a Social Media Commander app with Agent Instructions using GitHub Copilot | MVP Unplugged
youtube.com Issue #352
Host Justin Garrett, Microsoft Principal Customer Experience Program Manager, connects with Microsoft MVP Jeremy Sinclair to dive into Jeremy’s passion project: Social Media Commander—a cross-platform...
-
Steal These 25 Prompts: The Rules + Workflows That Made Our .NET Team Faster
medium.com Issue #347
I love AI coding tools. Cursor. Copilot. Whatever you’re using.
-
Smarter Refactoring in C#: How AI Helps Engineers Build More Scalable Enterprise Applications
medium.com Issue #334
Software teams often focus on using AI to autocomplete code or speed up daily development tasks — but one of the most powerful (and least…