Browse All Videos (590)

Enterprise AI Patterns for .NET Developers

Bruno Capuano and Angel Hernandez discuss practical enterprise patterns for adding AI capabilities to modern .NET applications, with a focus on moving from prototypes to production. The session covers architecture approaches, AI-powered workflows, and tools and practices that help teams build reliable intelligent experiences.
Matt Gordon and Anna Hoffman show how to set up anomaly detection in Microsoft Fabric using streaming change events from Azure SQL/SQL Server, then trigger alerts and actions with Fabric components like Eventstream, Eventhouse, and Activator.
GitHub walks through starting a session in the GitHub Copilot app, including writing a first prompt, adding project context from a local folder or GitHub repository, choosing an AI model, and using voice input to describe coding problems.

Split terminals in VS Code

Visual Studio Code shows the different ways to split the integrated terminal, making it easier to work with multiple shells or tasks side-by-side while staying inside the editor.

MigrateToSkills

Visual Studio Code shows how the new Migration feature in VS Code turns existing prompts into reusable skills, focusing on a faster way to organize and reuse prompt-driven workflows inside the editor.
John Savill gives a very quick overview of Rayfin and Microsoft Fabric Apps, focusing on where they fit in the Fabric ecosystem and why they matter for analytics and data platform work.

Rayfin and Fabric Apps Overview

John Savill gives a quick overview of Rayfin and Microsoft Fabric Apps, focusing on the problem they’re trying to solve, how the Fabric Apps data model works, and what app hosting looks like in practice, with a short demo and key takeaways.
Authorised Territory demonstrates a .NET AI agent setup where an agent is allowed to rename a file inside a confined folder using the .NET Agent Framework harness, with a local Ollama-hosted LLM (gpt-oss) driving the agent’s decisions.
GitHub highlights an open-source project that turns World Cup 2026 match event data into interactive 3D “data portraits,” focusing on how the visualization is built and delivered in the browser.
GitHub shares that Microsoft Comic Chat, a classic IRC client from 1996, has been open-sourced on GitHub, including original source snapshots and experiments to modernize it for current Windows versions.

VS Code Live: July Releases Recap

Reynald Adolphe and members of the VS Code and GitHub Copilot teams recap the past month’s updates, with live demos of notable Visual Studio Code improvements and GitHub Copilot changes, plus a chance for viewers to ask questions in chat.

Azure Update 24th July 2026

John Savill recaps a small set of Azure updates for the week of 24th July 2026, covering new capabilities across AKS, Azure Functions runtimes, networking, DDoS protection, Defender security assessments for PostgreSQL Flexible Server, and a new Log Analytics table aimed at generative AI workloads.
GitHub’s The Download rounds up developer news including TypeScript 7’s new native Go compiler, VS Code 1.129’s dedicated agent host runtime, Kimi K3’s 2.8T-parameter model, and Microsoft open-sourcing the 1996 Comic Chat IRC client, plus a few other notable open-source and ecosystem updates.

New course: Learn Foundry Toolkit for VS Code

Visual Studio Code shares a short announcement for a new course on using Foundry Toolkit in VS Code to build, test, debug, and deploy AI applications.
Fokko at Work walks through what’s new for GitHub Copilot in Visual Studio Code 1.130, focusing on assisted tool approvals, Agents window improvements, and chat updates, with notes on how enterprise policies and plan differences can affect feature availability.

New Editor Panel in the Agents Window

Kayla Cinnamon gives a quick tour of the redesigned editor panel inside the Agents window in VS Code 1.129, showing how the updated layout supports agent-driven workflows and keeps code editing and AI-assisted interactions in one place.
GitHub hosts a “Rubber Duck Thursdays” coworking session where viewers can hang out with the team, ask questions, and hear what’s new in the GitHub ecosystem.

Quick Introduction to Windows Sandbox

John Savill gives a quick, practical introduction to Windows Sandbox, showing how to install it, what the underlying architecture looks like, and how to customize a sandbox session for safely running apps or processes in an isolated Windows environment.

What's New in SQL MCP Server 2.0 | Data Exposed

Microsoft Developer introduces SQL MCP Server 2.0 and explains how it helps agentic apps work with production SQL data more safely, including new OBO authentication, MCP tool improvements, and security guardrails, with demos covering configuration and controlling access across Graph, REST, and MCP.
Anna Hoffman introduces Change Event Streaming (CES) in public preview across Microsoft SQL, showing where it fits for modern, event-driven application scenarios and how it differs from approaches like CDC and mirroring in SQL Server 2025, Azure SQL, and Fabric SQL.
GitHub shows how to tailor the GitHub Copilot for Jira integration so teams can reach draft pull requests faster, using ticket-level and space-level instructions to set defaults like target repo and branch naming, and to route specific work (such as API refactors) to custom agents.
James demonstrates how the GitHub MCP Server connects GitHub Copilot to GitHub workflows inside VS Code, enabling natural-language issue management, pull request creation, and code review without switching tools.

Hacking GitHub #githubcopilot #coding #vscode

Visual Studio Code shares a short clip highlighting a GitHub Copilot-related “did you know?” tip in VS Code, framed as a quick GitHub “hacking” moment for developers.
GitHub experiments with building a personal assistant using the GitHub CLI, focusing on how to wire up workflows and try out GitHub features from the command line.
Authorised Territory demonstrates how to add sampling to a .NET Model Context Protocol (MCP) server so an MCP tool can call back into a client’s locally running LLM (via Ollama) using a chat client.
GitHub demonstrates how to kick off GitHub Copilot work directly from Jira to produce a draft pull request, including three ways to trigger Copilot and what the review-ready output looks like in GitHub.
Brady Gaster joins GitHub’s Open Source Friday to introduce Squad, an open source project aimed at building teams of AI agents that can collaborate on work for any kind of project.
GitHub shows how the GitHub Copilot app can run multiple AI coding agent sessions in parallel, so different parts of a codebase can be worked on at the same time. The example highlights splitting work across agents for bug fixes, test writing, and feature development without clobbering each other’s changes.

Oh My Posh in the VS Code terminal

Visual Studio Code shows how to use Oh My Posh to customize and improve the terminal prompt inside VS Code, with a link to the Oh My Posh project for setup and themes.
GitHub gives a beginner-friendly tour of the GitHub Copilot app, positioning it as an agent-native desktop workspace for GitHub tasks. It shows how to start an agent session, hand off a real coding task, watch Copilot explore a codebase, run tests, and iteratively review and merge changes.
GitHub introduces GitHub Code Quality (now generally available) and shows how CodeQL analysis plus AI-assisted findings and Copilot Autofix can surface and fix issues directly in pull requests, with rulesets to enforce quality gates at merge time.
Daniel Roth hosts an ASP.NET Community Standup covering what’s new for ASP.NET Core and Blazor in .NET 11 Preview 6, including async minimal API validation, automatic CSRF protection, OpenAPI 3.2 updates, unions, and improvements across Blazor and SignalR.

Microsoft IQ Overview

John Savill gives an overview of Microsoft IQ and how it’s meant to bring the right intelligence (enterprise data, web data, and model capabilities) to AI agents, including the different “IQ” surfaces (Work, Fabric, Foundry, Web) and the security/identity considerations around least privilege and protection.

Microsoft IQ Quick Overview

John Savill gives a quick overview of Microsoft IQ, outlining what it is at a high level and how it fits into Microsoft’s AI-related ecosystem.

VS Code Learn Extension is here!

Visual Studio Code introduces the VS Code Learn extension, aimed at making it easier to get started with agentic development workflows inside VS Code.
Authorised Territory demonstrates how to add server-side logging to a .NET MCP server and surface those log messages in a .NET console client when the client invokes a tool.
GitHub demonstrates how to onboard the GitHub Copilot for Jira integration, including installing the app from the Atlassian Marketplace, authorizing access, handling SSO, and enabling organizations so Copilot can turn a Jira work item into a draft pull request.
Visual Studio Code shows how to give GitHub Copilot more context by sharing your running website through VS Code’s Integrated Browser, so Copilot can reference what you’re seeing while you work.

Open Source Friday: Cua with Francesco Bonacci

Francesco Bonacci joins GitHub’s Open Source Friday to talk about Cua and the project’s open-source work in the GitHub ecosystem.
Fokko at Work walks through selected new features in Visual Studio Code 1.129 related to GitHub Copilot, using short demos and calling out that availability can vary based on enterprise policies and pricing plans.

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.