.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Free Your Terminal with Detached Mode in Aspire 13.2

    calendar Apr 16, 2026 · devblogs.microsoft.com
    Free Your Terminal with Detached Mode in Aspire 13.2

    Running Aspire apps from the CLI has a friction point: your terminal is locked to the AppHost process. While the app is running, you can't use the terminal to check logs or telemetry. You must open a new terminal window. Worse, if an agent has started your Aspire app to test a feature, the agent may decide to kill the …


    Read More
  • From AI to .NET: 20 VS Live! Las Vegas Sessions You Can Watch Now

    calendar Apr 16, 2026 · devblogs.microsoft.com
    From AI to .NET: 20 VS Live! Las Vegas Sessions You Can Watch Now

    In March 2026, developers came together at VS Live! Las Vegas for a full week of technical learning, hands-on exploration, and a lot of great conversations about where software development is headed next. From AI-assisted development to modern .NET, cloud-native apps, and developer productivity, one thing was Link to …


    Read More
  • Introducing Koog Integration for Spring AI: Smarter Orchestration for Your Agents

    calendar Apr 16, 2026 · blog.jetbrains.com
    Introducing Koog Integration for Spring AI: Smarter Orchestration for Your Agents

    Spring AI is the application-facing integration layer you may already use. Koog is the next layer up when you need agent orchestration. Spring AI already covers the chat model API, chat memory, and vector storage for RAG, and it provides Spring Boot starters with auto-configuration. Koog’s role is not to erase that, …


    Read More
  • What's up with window message 0x0091? We're getting it with unexpected parameters

    calendar Apr 16, 2026 · devblogs.microsoft.com
    What's up with window message <code>0x0091</code>? We're getting it with unexpected parameters

    A customer, via their customer liaison, reported quite some time ago that their program stopped working on Windows XP. (I told you it was quite some time ago.) The customer's investigations revealed that the problem occurred because their window was receiving message 0x0091, and the parameters are wrong. Who is sending …


    Read More
  • How to Implement Command Pattern in C#: Step-by-Step Guide

    calendar Apr 16, 2026 · devleader.ca
    How to Implement Command Pattern in C#: Step-by-Step Guide

    Learn how to implement command pattern in C# with a step-by-step guide covering command interfaces, concrete commands, invokers, and undo/redo support. Link to article: https://www.devleader.ca/2026/04/16/how-to-implement-command-pattern-in-c-stepbystep-guide


    Read More
  • Sky’s the Limit Hackathon: 180 Projects Connecting Developers and Esports

    calendar Apr 16, 2026 · blog.jetbrains.com
    Sky’s the Limit Hackathon: 180 Projects Connecting Developers and Esports

    Earlier this winter, JetBrains and Cloud9 launched Sky’s the Limit, a global hackathon created to bring together two communities that share the same DNA: developers and esports enthusiasts. The idea was straightforward – developers like solving complex problems, and esports is full of strategy, data, and performance …


    Read More
  • Accelerating the cyber defense ecosystem that protects us all

    calendar Apr 16, 2026 · openai.com/blog
    Accelerating the cyber defense ecosystem that protects us all

    Leading security firms and enterprises join OpenAI’s Trusted Access for Cyber, using GPT-5.4-Cyber and $10M in API grants to strengthen global cyber defense. Link to article: https://openai.com/index/accelerating-cyber-defense-ecosystem


    Read More
  • Feature Slicing in C#: Organizing Code by Feature

    calendar Apr 15, 2026 · devleader.ca
    Feature Slicing in C#: Organizing Code by Feature

    Learn what feature slicing is in C# and how to organize your .NET projects by feature instead of by layer. Practical examples using a task app, no MediatR required. Link to article: https://www.devleader.ca/2026/04/15/feature-slicing-in-c-organizing-code-by-feature


    Read More
  • Azure MCP tools now ship built into Visual Studio 2022 — no extension required

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Azure MCP tools now ship built into Visual Studio 2022 — no extension required

    Azure MCP tools now ship built into Visual Studio 2022 — no extension required Azure MCP tools are now built into Visual Studio 2022 as part of the Azure development workload — no separate extension to find, install, or update. You can enable over 230 tools across 45 Azure services directly in GitHub Copilot Chat and m …


    Read More
  • Understanding AI’s Impact on Developer Workflows

    calendar Apr 15, 2026 · blog.jetbrains.com
    Understanding AI’s Impact on Developer Workflows

    AI coding assistants are no longer shiny add‑ons: they are standard parts of our daily workflows. We know developers’ perspectives on them in the short term, and many say they get more done and spend less time on boilerplate or boring tasks. But we know far less about what happens over years of real work […] Link to …


    Read More
  • Visual Studio Code 1.116

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.116

    Learn what's new in Visual Studio Code 1.116 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.116


    Read More
  • Pin Clustering in .NET MAUI Maps

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Pin Clustering in .NET MAUI Maps

    If you've ever loaded a map with dozens — or hundreds — of pins, you know the result: an overlapping mess that's impossible to interact with. Starting in .NET MAUI 11 Preview 3, the Map control supports pin clustering out of the box on Android and iOS/Mac Catalyst. Link to article: …


    Read More
  • Critter Stack Sample Projects and Our Curated AI Skills

    calendar Apr 15, 2026 · jeremydmiller.com
    Critter Stack Sample Projects and Our Curated AI Skills

    JasperFx Software has been busy lately create a new set of AI Skill files that incorporate our recommendations for using the Critter Stack tools (Marten, Polecat, Wolverine, Weasel, Alba, and the soon forthcoming CritterWatch tool). As of the end of the day tomorrow (April 16th, 2026), these skill files will be …


    Read More
  • Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent Workflow

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Stop Hunting Bugs: Meet the New Visual Studio Debugger Agent Workflow

    We’ve all been there: a bug report lands in your inbox with a title like "App crashes sometimes" and zero reproduction steps. Your morning, which was supposed to be spent building new features, is now a forensic investigation. You’re Link to article: …


    Read More
  • Create rich, custom tooltips in Amazon Quick Sight

    calendar Apr 15, 2026 · aws.amazon.com/blogs/machine-learning
    Create rich, custom tooltips in Amazon Quick Sight

    Today, we're announcing sheet tooltips in Amazon Quick Sight. Dashboard authors can now design custom tooltip layouts using free-form layout sheets. These layouts combine charts, key performance indicator (KPI) metrics, text, and other visuals into a single tooltip that renders dynamically when readers hover over data …


    Read More
  • Accelerating decode-heavy LLM inference with speculative decoding on AWS Trainium and vLLM

    calendar Apr 15, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerating decode-heavy LLM inference with speculative decoding on AWS Trainium and vLLM

    In this post, you will learn how speculative decoding works and why it helps reduce cost per generated token on AWS Trainium2. Link to article: https://aws.amazon.com/blogs/machine-learning/accelerating-decode-heavy-llm-inference-with-speculative-decoding-on-aws-trainium-and-vllm/


    Read More
  • Rede Mater Dei de Saúde: Monitoring AI agents in the revenue cycle with Amazon Bedrock AgentCore

    calendar Apr 15, 2026 · aws.amazon.com/blogs/machine-learning
    Rede Mater Dei de Saúde: Monitoring AI agents in the revenue cycle with Amazon Bedrock AgentCore

    This post is cowritten by Renata Salvador Grande, Gabriel Bueno and Paulo Laurentys at Rede Mater Dei de Saúde. The growing adoption of multi-agent AI systems is redefining critical operations in healthcare. In large hospital networks, where thousands of decisions directly impact cash flow, service delivery times, and …


    Read More
  • One-click security scanning and org-wide alert triage come to Advanced Security

    calendar Apr 15, 2026 · devblogs.microsoft.com
    One-click security scanning and org-wide alert triage come to Advanced Security

    We're shipping two major capabilities that change how security teams enable and act on application security in Azure DevOps: CodeQL default setup makes it possible to enable code scanning across your organization without configuring a single pipeline, and a new combined alerts experience in Security Overview Link to …


    Read More
  • TeamCity 2025.11.4 Is Out

    calendar Apr 15, 2026 · blog.jetbrains.com
    TeamCity 2025.11.4 Is Out

    Our final bug-fix update for the 2025.11 On-Premises servers is now available. Version 2025.11.4 addresses a few issues, including the folowing: All TeamCity bug-fix updates include performance and security improvements, so we recommend that you never skip these minor updates. See TeamCity 2025.11.4 Release Notes for …


    Read More
  • Why is there a long delay between a thread exiting and the Wait­For­Single­Object returning?

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Why is there a long delay between a thread exiting and the <code>Wait­For­Single­Object</code> returning?

    A customer reported that they were using the Wait­For­Single­Object function to wait for a thread to exit, but they found that even though the thread had exited, the Wait­For­Single­Object call did not return for over a minute. What could explain this delay in reporting the end of a thread? Can we do somethin Link to …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top