[proxy] devblogs.microsoft.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Microsoft
Developer Blogs

Get the latest information, insights, and news from Microsoft.

Highlights

The Dongle Died at Midnight – WinForms Agent Saved my German Mom's Business Trip

Vibe Coding. IntelliSense on Steroids. Intention-Based Development. Call it what makes you happy - it's "just" the next evolutionary step in software development for me. Which let me build my stranded 82-year-old retirement-resistant mom an ersatz time-study app when her dongle died at midnight.
Read moreClick to read more about this post

MSSQL Extension for VS Code: Query Profiler, ADS Migration Toolkit & More

The MSSQL Extension for VS Code continues to evolve, delivering features that make SQL development more integrated, more powerful, and more developer-friendly. In version v1.40.0, we're introducing the ADS Migration Toolkit, Basic Database Management, Flat File Import, Database Backup...
Read moreClick to read more about this post

Latest posts

Mar 2, 2026
Post comments count1
Post likes count1

What questions will you ask your data agent?

Jerry Nixon
Data API builder (DAB) 1.7+ delivers secure MCP-based CRUD access with deterministic, policy-enforced query generation and an upcoming aggregate tool that enables complex, production-safe analytical questions without exposing raw SQL to AI agents.
Azure SQL Dev Corner
Mar 2, 2026
Post comments count2
Post likes count0

What sort of horrible things happen if my dialog has a non-button with the control ID of IDCANCEL?

Raymond Chen
You get notifications that might not make sense.
The Old New Thing
Mar 2, 2026
Post comments count0
Post likes count1

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

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.
Microsoft for Developers
Mar 2, 2026
Post comments count0
Post likes count1

Windows App Development CLI v0.2: .NET support, manifest placeholders, "winapp store" and more!

Nikola Metulev
Windows App Development CLI v0.2 is here! This release is driven largely by community feedback and packs in native .NET project support, manifest placeholders that eliminate hardcoded executable names, Microsoft Store Developer CLI integration, a revamped help experience, and more....
#ifdef Windows
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
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...
Microsoft for Developers
Mar 2, 2026
Post comments count1
Post likes count2

Give Your Agents Domain Expertise with Agent Skills in Microsoft Agent Framework

Sergey Menshykh
You can now equip your Microsoft Agent Framework agents with portable, reusable skill packages that provide domain expertise on demand — without changing a single line of your agent's core instructions. With the new FileAgentSkillsProvider, available for both .NET and Python, your...
Semantic Kernel
Feb 27, 2026
Post comments count0
Post likes count1

Updates to Team Calendar extension

Dan Hellem
We are excited to release a new update to the Team Calendar extension. This update includes a series of visual refinements across the extension, introducing a more consistent design language, smoother transitions when expanding and collapsing sections, improved contrast for better...
Azure DevOps Blog
Feb 27, 2026
Post comments count2
Post likes count2

Intercepting messages inside Is­Dialog­Message, fine-tuning the message filter

Raymond Chen
Making sure it triggers when you need it, and not when you don't.
The Old New Thing