🚫 Win32 trivia time!
Want to remove a window's Close button? Turns out it's harder than it sounds. Raymond Chen explains WS_SYSMENU, SC_CLOSE, caption buttons, and why disabling exit paths is usually a bad UX idea. 😅
📖 msft.it/6017ajcKH
ALT A blue background features an open book and glasses resting atop stacked books. Text reads: 'The Old New Thing' above a question about removing the Close button from a window caption. A prompt encourages reading Raymond Chen's blog.
How much of what you build lives outside Visual Studio itself?
Visual Studio Subscribers, activate your Pluralsight benefit and keep learning: msft.it/6015a9lZb
How much of what you build actually lives outside Visual Studio itself?
Databases, cloud infrastructure, git workflows, and the other languages sitting alongside C# in your stack, Pluralsight can help you sharpen (cont) msft.it/l/6012a9GJC
ALT A digital illustration showing a laptop with a glowing screen, surrounded by various icons representing learning tools and subscription benefits arranged in a patterned layout. The background is a deep purple.
🧮 C++23 + MSVC = compile-time math magic ✨
constexpr <cmath> is arriving via LLVM libc in MSVC 14.52 Preview, enabling compile-time evaluation of math functions with improved accuracy and consistency. ⚙️🚀
Try /std:c++23 + /Zc:cmath and dive into the details!
📖 msft.it/6019ajiC9
ALT A blue gradient background with a sunburst effect. The text reads 'MSVC C++23: constexpr cmath with LLVM Libc' in white, alongside a prominent black 'C++' logo.
🐛 A Word 97 release-blocking crash resisted debugging, pointed to a CPU erratum, and was fixed with a single nop instruction.
When you're in the end game of a release, every change carries risk. Fascinating debugging story from Raymond Chen.
📖 msft.it/6019ajByW
ALT A blue background features white text reading "The Old New Thing" and a subtitle discussing product risks. A pair of glasses rests atop two books to the right, with a notebook visible in the upper left corner.
In this One Dev Question, Amanda Silver reflects on the evolution of Visual Studio Code, from its open source architecture and thriving extension ecosystem to the transformative impact of GitHub Copilot. She discusses how AI-powered coding assistance has reshaped developer tools and introduced a new era where intelligent cloud services are as important as the editor itself. 🎥 msft.it/6012aj6gr
ALT A Microsoft event graphic featuring a smiling man in a dark blazer, standing next to a text box. The box displays the question 'What's the deal with these IQs?' in bold blue letters, and 'Marco Casalaina' below it.
⚙️ C++ + VS 2026 = 🔥
🤖 Copilot modernization for MSVC upgrades ⚡ Whole Codebase Indexing 🌳 Git worktrees & submodules 🐳 Podman debugging 🧠 BYOM AI models
Big upgrades for big native codebases.
📖 Read more: msft.it/6017abLJ3
ALT A light blue background with a soft gradient. The text reads, 'What’s New for C++ Developers in Visual Studio 2026' in dark blue, with 'C++' highlighted in bold. A 'Read the blog' prompt appears at the bottom.
Union types. In this One Dev Question, Mads Torgersen explains how C# will let you model a closed set of unrelated types, create union values from them, and switch over them in a fully strongly typed way. It lands in C# 15 this November, and there's already a preview compiler you can try in #VisualStudio and #VSCode. 🎥msft.it/6014abxfM
ALT A split image featuring a question about C# advancements. The left side has a speech bubble asking, 'What's the coolest thing coming in the next version of C#?' The right side shows Mads Torgersen, a man with gray hair and glasses, against a colorful background with a Microsoft logo.
GPT-6 Sol and GPT-6 Luna are now available in Visual Studio.
These two additions to OpenAI's GPT-6 family join GPT-6 Astra: Sol for balanced interactive and agentic coding, Luna for smaller, faster tasks at the lowest cost. Select the one that fits your task from the model picker in Copilot Chat to get started.
Learn more: msft.it/6013agEtN#VisualStudio#GitHubCopilot#AI
ALT A promotional image announcing the release of GPT-6 Sol and Luna in GitHub Copilot. It displays a selection dropdown with 'GPT-6 Sol' highlighted, accompanied by icons. The background has a dark theme with a grid pattern.
Claude Opus 5.5 available in Visual Studio. Built for coding and agentic workflows, early testing showed it could resolve many tasks with fewer steps and tokens while handling complex multi-step development work.
Details: msft.it/6013ag6yt#VisualStudio#GitHubCopilot
ALT A promotional image announcing the release of Claude Opus 5.5, featured in a dark theme. Text includes 'NEW RELEASE' and 'Claude Opus 5.5 now available in GitHub Copilot'. A cursor points to the selection box for Claude Opus 5.5.
An AI agent that understands the problem beats one that just gets a task. Dalia Abo Sheasha explains why.
Dive into the full session: msft.it/6013abwVN
Your skills matter more than ever in the AI era. AI doesn't replace developers, it makes their experience more valuable. Mads Kristensen jumps into it: msft.it/6018abOk0
⚙️ C++ tip from Raymond Chen:
“Derived classes must override this method” is not a design strategy. 😆
Learn how to enforce required implementations in base/derived class hierarchies and avoid relying on comments as contracts. 🚀
📖 Read: msft.it/6015abxVZ#CPP#MSVC
ALT A blue background features an open book and glasses. Text reads: 'The Old New Thing: On forcing all derived classes to implement a specific non-virtual method, part 1. Read Raymond Chen’s Blog.'