Showing archive results for 2026

Mar 16, 2026
Post comments count4
Post likes count8

Awesome GitHub Copilot just got a website, and a learning hub, and plugins!

Matt Soucoup
Matt Soucoup

Back in July, we launched the Awesome GitHub Copilot Customizations repo with a simple goal: give the community a place to share custom instructions, prompts, and chat modes to customize the AI responses from GitHub Copilot. We were hoping for maybe one community contribution per week. That... did not happen. Instead, you all showed...

AIAnnouncementMicrosoft for Developers
Mar 9, 2026
Post comments count5
Post likes count5

Build a real-world example with Microsoft Agent Framework, Microsoft Foundry, MCP and Aspire

Justin Yoo
Justin Yoo

Building AI agents is getting easier. Deploying them as part of a real application, with multiple services, persistent state, and production infrastructure, is where things get complicated. Developers from the .NET community have requested whether a real-world example that shows running on local machine as well as on the cloud in a cloud-native way...

AIMicrosoft for Developers
Mar 3, 2026
Post comments count1
Post likes count4

Get started with GitHub Copilot CLI: A free, hands-on course

Dan Wahlin
Dan Wahlin

Learn GitHub Copilot CLI with this free, 8-chapter hands-on course. Review code, generate tests, debug issues, and build custom agents and skills - all from your terminal. No AI experience needed. Works with GitHub Copilot Free. Clone the repo or open in Codespaces to get started.

GitHub CopilotMicrosoft for Developers
Mar 2, 2026
Post comments count0
Post likes count1

The JavaScript AI Build-a-thon Season 2 starts today!

Julia Muiruri
Julia Muiruri

The JavaScript AI Build‑a‑thon Season 2 starts today! Join a free, four‑week, hands‑on program—from Local AI and RAG pipelines to multi‑agent hackathon—designed specifically for JavaScript/TypeScript developers.

AIMicrosoft for DevelopersDeveloper Events
Mar 2, 2026
Post comments count0
Post likes count0

GitHub Copilot Dev Days: Build faster with GitHub Copilot CLI, in VS Code & Visual Studio, and beyond!

Katie Savage
Katie Savage

Modern software development is moving fast—and AI is now a practical part of how Microsoft developers design, build, and ship applications every day. From writing code in Visual Studio and VS Code, to building cloud-native apps on Azure, developers are looking for ways to stay productive without sacrificing quality. That’s exactly why GitHub...

GitHub CopilotDeveloper Events
Feb 4, 2026
Post comments count7
Post likes count14

WinGet Configuration: Set up your dev machine in one command

Kayla Cinnamon
Kayla Cinnamon

I've set up a lot of dev machines in my life. Traditionally, this takes a lot of time to get everything just right, but now there's a faster way with WinGet Configuration files. Let me show you how to go from a fresh Windows install to a fully configured dev environment with a single command and how GitHub Copilot CLI can help you build these confi...

GitHub CopilotMicrosoft for DevelopersPackage Management
Jan 23, 2026
Post comments count3
Post likes count13

Bringing work context to your code in GitHub Copilot

Kayla Cinnamon
Kayla Cinnamon

This week we shipped the GitHub Copilot SDK which takes the agent loop from the Copilot CLI and makes it easy to embed in other applications. We’ve been using, improving, and extending Copilot CLI for the last few months and it’s sparked new ideas about what it means to have the right context right where we work. As developers, we spend most of ...

GitHub CopilotMCP