-
MCP for Beginners: Why Every AI Engineer and Developer Should Learn the Model Context Protocol
The Model Context Protocol (MCP) for Beginners curriculum, maintained by Microsoft, provides hands-on learning of MCP’s standardized client-server model that lets AI models seamlessly integrate with databases, APIs, and document search through a single protocol, reducing integration effort from M × N to
-
The performance dividend: Optimizing PostgreSQL on Azure directly in Visual Studio Code
The new PostgreSQL extension for Visual Studio Code on Azure integrates performance diagnostics, metrics dashboards, and AI-assisted recommendations to streamline database tuning within a single development environment.
-
Dependency Injection & Agent Framework
Dependency Injection enhances flexibility and testability by decoupling agents, tools, executors, and workflows from their concrete implementations when using the Microsoft Agent Framework with C#.
-
Keeping GitHub Copilot on script during your demos
copilot-mock-server lets speakers script Copilot responses ahead of time, ensuring consistent and reliable AI outputs during demos without interrupting the flow or requiring internet access.
-
Introducing Corvus.Text.Json V5: Migration, Analyzers, and What's Next
Corvus.Text.Json V5 introduces migration support and production Roslyn analyzers to help developers transition from V4 while ensuring code correctness and performance improvements.
-
Building an Harness Agent with Microsoft Agent Framework
The new Harness Agent pattern built with the Microsoft Agent Framework v1.0 simplifies deploying autonomous AI agents by abstracting infrastructure complexities and enhancing cross-platform compatibility.
-
Building Secure, Well-Architected Azure Workloads with Azure Verified Modules and GitHub Copilot
Azure Verified Modules paired with GitHub Copilot enables IT professionals to build secure, well-architected Azure workloads using a supported module library and AI-assisted infrastructure code development.
-
A guide to innovating threat hunting with Microsoft Sentinel custom graph
This guide demonstrates how to create custom graphs in Microsoft Sentinel using GitHub Copilot chat experiences in VS Code, enabling real-time threat hunting with visualized blast radius insights and multi-hop connections for deeper investigation.
-
VS Code Keeps Eye on Costs in v1.126 Update
Visual Studio Code 1.126 introduces session-level Copilot cost details, aligning with Microsoft’s emphasis on assisting developers in tracking and managing their usage-based GitHub Copilot expenses.
-
Open VSX 1.0.0 Puts Focus on Open Extension Registry for VS Code Ecosystem
Open VSX 1.0.0 introduces an open extension registry that standardizes access to thousands of VS Code-compatible plugins across multiple vendors.
-
Mastering GitHub Copilot: Cost-Efficient Prompt Strategies
The article reveals three cost-efficient prompt strategies to maximize GitHub Copilot usage while minimizing token expenditure.
-
Securing Developers with Tanya Janca
Tanya Janca of SheCodesPurple explains how sysadmins can bolster developer security by securing environments and pipelines, leveraging AI tools to generate more secure code, and addressing the evolving threat landscape with updated best practices.
-
Enable agentic work management with Microsoft Planner MCP Server
The new Work IQ APIs integrate Planner capabilities into agent-driven workflows, enabling automated work management across plans and tools with secure enterprise permissions.
-
I automated my job (and it made me a better leader)
Using the GitHub Copilot app's automations streamlined his workflow by scheduling prompts that cross-checked calendars, emails, and repos, reducing context-switching and freeing time for strategic thinking.
-
Cloudflare-First Networking as Code with Pulumi
Cloudflare-First Networking as Code with Pulumi enables platform teams to define DNS records, WAF rules, Worker canaries, and Zero Trust policies directly in version-controlled infrastructure code using Pulumi, ensuring consistent edge configurations across multi-cloud applications.
-
Migrating Agentic Code Python -> C# Part 6 (final)
The C# migration series concludes by implementing a BlogWorkflow class that orchestrates a blogger, researcher, author, and reviewer agent, with conditional logic to loop back to the author until content is approved.
-
How I built Run Aspire Update Script with GitHub Copilot
The article details how GitHub Copilot helped author a PowerShell script that recursively updates Aspire versions across directory trees with clear logging and error handling.
-
Update Aspire Version Recursively in All Projects and Solutions
The PowerShell script automates updating Aspire versions recursively across multiple projects and solutions using the Aspire CLI, saving time and reducing errors when maintaining consistent tooling across a workshop's diverse labs.
-
VS Code 1.125 Adds Copilot Spend Meter After Billing Shock
VS Code 1.125 introduces a Copilot Spend Meter to give developers real-time insight into their AI credit usage amid growing concerns over GitHub’s evolving billing transparency.
-
From pledge to practice: Building a more inclusive open source ecosystem
GitHub has launched initiatives such as the Open Source Assistive Technology Hackathon, expanded accessibility documentation, and hosted an Accessibility Summit to empower people with disabilities in open source contributions and improve mainstream project accessibility.
-
Agent 365 Skills: Bring your agents into Microsoft Agent 365 in minutes
Agent 365 Skills simplifies enterprise-ready AI agent onboarding by turning complex manual steps into a guided natural-language experience inside popular coding assistants.
-
How I built an app just by talking to an AI LLM – the good, the bad, and what I’d do differently next time (part one)
The author builds a small database translation app called dbRosetta entirely by interacting with an AI language model, documenting the process and tools-including Azure PostgreSQL Flexible Server, Copilot, GitHub CoPilot, Visual Studio Code, and Redgate Flyway-to demonstrate end-to-end development without manual coding
-
Tamir Dresher: Squad Agent Workflows - Episode 407
Tamir Dresher, a Principal Engineer at Microsoft Threat Protection and co-creator of Squad, discusses innovative squad agent workflows that streamline AI team orchestration directly within GitHub repositories.
-
Introducing Corvus.Text.Json V5: TOON - Compact JSON for LLMs
Corvus.Text.Json.Toon provides bidirectional TOON conversion - a compact text format that removes repeated property names and punctuation from JSON, reducing token count for LLM prompts with zero-allocation UTF-8 APIs.
-
Introducing Corvus.Text.Json V5: Extended Types
Corvus.Text.Json V5 extends type support with first-class handling for UTF-8 URIs, IRIs, and arbitrary-precision numeric types, improving JSON schema validation accuracy without allocation overhead.