Advertisement · 728 × 90

Posts by Paulo Morgado

Preview
Free Your Terminal with Detached Mode in Aspire 13.2 Aspire 13.2 brings detached mode to the CLI. Free your terminal and let coding agents start, inspect, and manage your app without blocking.
3 days ago 0 0 0 0
Preview
Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent Workflow - Visual Studio Blog Learn about the new Visual Studio debugger agent that helps streamline debugging, making it easier to tackle bug reports effectively.
4 days ago 0 0 0 0
Preview
.NET and .NET Framework April 2026 servicing releases updates A recap of the latest servicing updates for .NET and .NET Framework for April 2026.
4 days ago 0 0 0 0
New Aspire database integrations Aspire 13.2 brings MongoDB Entity Framework Core and Azure Data Lake Storage integrations, plus quality-of-life improvements to existing database clients.
5 days ago 0 0 0 0
Preview
Suppressing Roslyn Analyzer Warnings Programmatically using DiagnosticSuppressor - Gérald Barré Learn how to programmatically suppress Roslyn analyzer warnings using the DiagnosticSuppressor API.
6 days ago 0 0 0 0
Introducing dotLLM - Building an LLM Inference Engine in C# | Konrad 'Dev Nerd' Kokosa How I built a ground-up LLM inference engine in .NET 10, and what I learned about AI-assisted (not vibe-coded) development along the way.
6 days ago 0 0 0 0
Preview
Running Multiple Instances of an Aspire AppHost Without Port Conflicts Aspire 13.2 introduces isolated mode, letting you run multiple instances of the same AppHost in parallel without port conflicts.
1 week ago 0 0 0 0
Advertisement
Preview
Agentic development aspirations: build, run, observe — without more Markdown AI agents can write code but struggle to run and test it. Aspire gives your agent a codified app model to build, run, and observe your whole stack.
1 week ago 0 0 0 0
Preview
Your Migrations Source of Truth: The Modernization Assessment Introducing GitHub Copilot Modernization and diving into the assessment report as part of cloud modernization process
1 week ago 0 0 0 0
Preview
Take full control of your floating windows in Visual Studio - Visual Studio Blog Make Visual Studio floating windows work perfectly with PowerToys FancyZones. Flip one option to get independent windows, better snapping, and less friction.
1 week ago 0 0 0 0
Preview
Running AI agents safely in a microVM using docker sandbox In this post I show how to run AI coding agents safely while still using YOLO/dangerous mode using docker sandboxes and the sbx tool
1 week ago 0 0 0 0
Preview
ASP.NET Core 2.3 end of support announcement ASP.NET Core 2.3 will reach end of support on April 7, 2027. Learn what this means for your applications and how to upgrade to a modern supported version of .NET.
1 week ago 0 0 0 0
Why your NEW computer is SLOWER than your OLD computer! By a Retired Mi...
Why your NEW computer is SLOWER than your OLD computer! By a Retired Mi... Dave explains why your new computer feels slower today than your old one did back then, and what can be done about it!Get the shirt! https://amzn.to/4dtdiS9
1 week ago 0 0 0 0
Preview
Awesome GitHub Copilot just got a website, and a learning hub, and plugins! - Microsoft for Developers Back in July, we launched the Awesome GitHub Copilot Customizations repo with a simple goal: give the community a place to share custom instructions, prompts, and chat modes to customize the AI responses from GitHub Copilot. We were hoping for maybe one community contribution per week. That… did not happen. Instead, you all showed up. […]
2 weeks ago 0 0 0 0
Aspire Docs in Your Terminal (and Your AI's Brain) Aspire 13.2 ships aspire docs, a CLI for official aspire.dev docs from your terminal, with the same source of truth available to AI skills and automation.
2 weeks ago 0 0 0 0
Advertisement
Preview
Explore union types in C# 15 C# 15 introduces union types — declare a closed set of case types with implicit conversions and exhaustive pattern matching. Try unions in preview today and see the broader exhaustiveness roadmap.
2 weeks ago 0 1 0 0
Preview
Visual Studio March Update - Build Your Own Custom Agents - Visual Studio Blog Visual Studio March Update - Build Your Own Custom Agents Visual Studio Visual Studio Blog
2 weeks ago 0 0 0 0
Preview
Configuring contextual options with Microsoft.Extensions.Options.Contextual In this post I take a brief look at the Microsoft.Extensions.Options.Contextual package to understand what it's for, how to use it, and whether to use it or not
2 weeks ago 0 0 0 0
Preview
Aspire 13.2: Dashboard Gets Smarter Export and Telemetry Aspire 13.2 brings powerful new dashboard features for exporting and importing telemetry, querying telemetry via API, and improved GenAI telemetry visualization.
2 weeks ago 0 0 0 0
Preview
Protecting your .NET app from Server-Side Request Forgery (SSRF) vulnerabilities. A couple of weeks ago a friend asked what Server-Side Request Forgery (SSRF) was, how worried they should be, and how to fix it, as GitHub Copilot had told them that their application was vulnerable. This sent me down a rabbit hole thinking about my own .NET Bluesky SDK and
2 weeks ago 0 0 0 0
TypeScript AppHost in Aspire 13.2: same app model, different syntax Aspire 13.2 enables TypeScript developers to define AppHosts directly in TypeScript, with the same streamlined Aspire application model.
3 weeks ago 0 0 0 0
Preview
Announcing TypeScript 6.0 - TypeScript TypeScript 6.0 is now available! TypeScript 6 is a stepping-stone release, aligning with the upcoming native-speed 7.0 release.
3 weeks ago 0 0 0 0
Preview
Announcing Aspire 13.2 Just released! Aspire 13.2 is here with improvements including an AI-agent-native CLI, new and improved integrations and a smarter dashboard.
3 weeks ago 0 0 0 0
Advertisement
Preview
Ten Months with Copilot Coding Agent in dotnet/runtime After ten months using GitHub Copilot Coding Agent (CCA) in dotnet/runtime, the .NET team shares data-driven lessons on cloud-AI-assisted development.
3 weeks ago 0 0 0 0
Preview
Announcing PowerShell 7.6 (LTS) GA Release - PowerShell Team This post announces the General Availability (GA) of PowerShell 7.6, the next Long Term Support release.
1 month ago 0 0 0 0
Implementing the Strategy Pattern with .NET Dependency Injection Introduction The  Strategy Pattern  (sometimes known as Policy) originated in the seminal book Design Patterns , by the Gang of Four. It is...
1 month ago 0 1 0 0
Microsoft.Data.SqlClient 7.0 Is Here: A Leaner, More Modular Driver for SQL Server | Microsoft Community Hub Today we're shipping the general availability release of Microsoft.Data.SqlClient 7.0, a major milestone for the .NET data provider for SQL Server. This...
1 month ago 3 0 0 0
Preview
Writing a .NET Garbage Collector in C# - Part 9: Frozen segments and new allocation strategy Using NativeAOT to write a .NET GC in C#. In this part, we look at what the GC must do to properly handle frozen segments, and we change the allocation strategy to make it more efficient.
1 month ago 1 0 0 0
Preview
.NET 10.0.5 Out-of-Band Release macOS Debugger Fix An out-of-band release of .NET 10.0.5 to fix a critical debugger crash affecting macOS users with Visual Studio Code.
1 month ago 0 0 0 0
.NET Synchronisation APIs - Part 2 - Out-of-Process Synchronisation Introduction This is the second in a series of posts on .NET synchronisation: In-process synchronisation Out-of-process synchronisation on t...
1 month ago 0 0 0 0