Browse All Videos (589)

Amar Digamber Patil explains what viewers will learn from the Budget Bytes series, focusing on building AI-powered applications on Azure SQL and how to evolve from simple setups to more scalable architectures while keeping costs within a $25 budget.

What will you learn from Budget Bytes?

Amar Digamber Patil introduces the Budget Bytes series and explains what viewers will learn about building AI-powered apps with Azure SQL, covering approaches that start simple and scale up while staying within a $25 budget.
GitHub announces the general availability of the GitHub Copilot app, a native desktop experience focused on agent-driven development. GitHub highlights starting sessions from issues and pull requests, running work in parallel, and using a unified workspace with full GitHub context to take tasks from issue to merge.
GitHub shares how ASOS adopted GitHub Copilot after migrating to GitHub, focusing on reducing developer toil and speeding up delivery. It highlights using Copilot to streamline pull requests and building custom AI agents so engineers can spend less time on routine work and more time shipping features.
Microsoft Developer previews Livestream 3 of POSETTE 2026 with short introductions to 11 PostgreSQL talks, including WAL, logical replication, testing and coverage, consistency in clusters, performance tuning, and a session on production RAG at scale using Azure Database for PostgreSQL.

VS Code Top Tips from the team

Visual Studio Code shares a quick set of “top tips” from the engineering team, highlighting practical editor features like subagents, favorite shortcuts, and a few hidden easter eggs, plus a mention of event agent markdown files and GitHub Copilot-related workflows.

Azure Files Identity Update

John Savill walks through recent identity and authentication changes for Azure Files, focusing on Microsoft Entra ID–integrated authentication scenarios including managed identity access, cloud-only identity access, and macOS Platform SSO (PSSO) access.
Adithya Kumaranchath shares field-tested strategies for migrating multi-terabyte Oracle databases to Azure Database for PostgreSQL Flexible Server with minimal downtime, covering planning, tuning, and common pitfalls that show up at very large scale.
Murat Tuncer walks through how PostgreSQL authentication evolved from early trust-based local setups to modern certificate and token-based approaches, explaining why each method exists, what trade-offs it made, and the common mistakes teams still run into when choosing auth for production deployments.
Mohsin Ejaz explains how to build safety tooling and guardrails for automated, AI-driven PostgreSQL tuning, focusing on monitoring, validation, and risk controls so performance improvements don’t come at the cost of outages or regressions.
Microsoft Developer shares a short trailer previewing Livestream 2 of POSETTE 2026, highlighting 11 PostgreSQL talks including a session on migrating very large databases from Oracle to Azure Database for PostgreSQL, plus upcoming Postgres features, performance internals, authentication changes, and operational patterns like queueing and connection pooling.
Affan Dar and Charles Feddersen share how Microsoft is investing in PostgreSQL upstream and how that work feeds into Azure Database for PostgreSQL, including scaling features, HorizonDB, developer tooling, and a look at building AI pipelines inside Postgres.
Adam Wolk explains how fuzzing can uncover edge-case bugs in PostgreSQL, focusing on the libpq client library and the networking protocol surface. He covers why fuzzing works, what makes a good target in Postgres, and practical steps for building harnesses and mutating protocol inputs.
Pamela Fox presents a practical design discussion on building Model Context Protocol (MCP) servers for PostgreSQL, focusing on how tool interfaces affect LLM query accuracy and safety. She compares free-form SQL vs typed tools, and walks through common failure modes like SQL injection, risky mutations, and expensive queries.
Matt McFarland explains how PostgreSQL developer tooling is being extended from the VS Code PostgreSQL extension into AI-driven environments like Cursor and the GitHub Copilot CLI, using an MCP server as a shared interface for connections, queries, schema inspection, and performance analysis.
Andrew Ruffin explains how to choose Azure infrastructure for PostgreSQL workloads, focusing on VM family selection, benchmarking results, and cost/performance trade-offs. The talk compares IaaS vs PaaS deployment choices and highlights hardware features and security options that can improve Postgres performance while controlling cloud spend.
Taiob Ali compares PostgreSQL and SQL Server security models, focusing on how each platform handles authentication vs. authorization, roles, and permissions, and what those differences mean for building secure, maintainable database access patterns.
dotnet explains patterns for modernizing data and migrating line-of-business applications incrementally, focusing on moving the database first and evolving the app through stable API layers and modern data access approaches.
dotnet discusses how to evaluate a 2005 WinForms line-of-business application—whether it should be treated as legacy “cold case” software or as an actively maintained asset—and what that decision implies for ongoing maintenance and modernization work.
dotnet presents a short walkthrough on modernizing existing .NET applications and quickly adding agentic (AI agent) capabilities, focusing on practical steps and resources for .NET developers.
dotnet demonstrates how .NET Aspire can modernize an existing .NET application using the Aspire onboarding flow, focusing on reducing manual setup like YAML and hand-rolled OpenTelemetry while bringing the app into an Aspire-managed workflow.
dotnet introduces the Modernize CLI and how it’s used to modernize and migrate .NET applications to Azure, focusing on practical workflow steps for moving existing apps toward cloud-ready deployment targets.
dotnet presents a session on using GitHub Copilot to modernize legacy .NET Framework applications, focusing on AI-assisted workflows to assess, plan, and execute upgrades to the latest .NET with less manual effort and lower migration risk.
dotnet discusses what comes after completing an app modernization effort, focusing on the next steps to make modernized applications “smarter” and more capable in real-world production environments.

Let It Cook with Claude Fable 5

James Montemagno, Burke Holland, and Pierce Boggan demo “vibe coding” workflows in VS Code using Claude Fable 5 with GitHub Copilot, focusing on what the model enables for day-to-day AI-assisted coding and how it fits into real development habits.

VS Code Live: May Releases Recap

Reynald Adolphe, Kyle Cutler, Giuseppe Ciance, and Vritant Bhardwaj recap the major Visual Studio Code and GitHub Copilot updates from the past month, with demos of features like the Integrated Browser, Issue Reporting improvements, and BYOK enhancements.

Robots! In Mr. Maeda's Cozy AI Kitchen

Microsoft Developer shares a short clip from Cozy AI Kitchen featuring John Maeda and Griffin Norris, touching on robots, AI agents, and Copilot in the context of Microsoft’s AI ecosystem.

Bring your own key in VS Code

Visual Studio Code introduces “bring your own key” support, letting developers use their own model provider API keys with VS Code and GitHub Copilot without signing in, and points to the setup guide for enabling expanded model choice.

Robots with AI Agents + Copilot

Griffin Norris demonstrates how AI agents and Microsoft Copilot can speed up robotics development by generating robot control code from natural language, connecting robots to AI models via MCP servers, and adding vision-based scene understanding for interactive, feedback-driven control.
Daniel Costea shows how to use ChatClient and Microsoft Agent Framework middleware to turn a basic .NET AI agent into something you can run in production, with guardrails for safety, privacy, observability, and cost control, using an ASP.NET Core-style middleware mental model.
GitHub shows how the GitHub Copilot app helps move work from an issue to a merged pull request, using features like plan mode and agent merge to guide agentic changes, handle CI failures, and land PRs with more control.

Bring Your Own AI… No Sign‑In Required!

Visual Studio Code shows how to use VS Code’s language model system to bring your own AI provider without signing into Copilot, including native providers like Anthropic, custom endpoints, third-party integrations, and running local models offline.

.NET MAUI Community Standup: CoreCLR & Profiling your MAUI app

David Ortinau and Gerald Versluis are joined by Šimon Rozsíval to explain what moving .NET MAUI to CoreCLR in .NET 11 means in practice, and to show tooling from MAUI Labs aimed at making it easier to profile MAUI apps and reason about startup time and package size trade-offs.
Microsoft Developer shares a 4-minute trailer previewing Livestream 1 of POSETTE 2026, highlighting 11 PostgreSQL-focused talks that include Microsoft’s Postgres roadmap, performance tuning, AI tooling, Azure infrastructure choices, and a comparison of PostgreSQL vs. SQL Server security models.
Jesse Liberty introduces agentics and where agentic AI fits in the broader AI ecosystem, including supporting concepts like RAG and related building blocks developers use when designing AI-driven applications.

Modernize Java apps with AI | OD871

Ayan Gupta, Sandra Ahlgrimm, and Yoshio Terada show how GitHub Copilot can be used to modernize a legacy Java application through a structured workflow, using a real migration from Java 5/Struts to Java 21/Spring Boot and finishing with deployment to Azure.
dotnet presents “.NET Day of Agentic Modernization 2026”, focused on modernizing applications in the .NET ecosystem, with an emphasis on agentic modernization as a theme for updating and evolving existing codebases.

Overview of Azure HorizonDB

John Savill gives an overview of Azure HorizonDB, explaining how it relates to PostgreSQL and walking through its cloud-native architecture, core components, and key capabilities like standby replicas and other platform features, plus a high-level look at pricing and where to find the official docs.
GitHub shares a GitHub Checkout episode where Andrea and James Clancey walk through the agent-first GitHub Copilot desktop app, focusing on parallel agent workflows, using git working trees for isolation, and features like agent merge, MCP integrations, and supported model options including local models.

HorizonDB Quick Overview

John Savill gives a very quick introduction to HorizonDB, framing it in the context of Azure and PostgreSQL as a cloud database option.

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.