.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • Qodana Is Now on Gartner Peer Insights! Review Qodana

    calendar Apr 15, 2026 · blog.jetbrains.com
    Qodana Is Now on Gartner Peer Insights! Review Qodana

    You may have already seen other JetBrains tools in the Gartner Magic quadrant. Now Qodana is listed on Gartner Peer Insights too! This is an important milestone for us as we continue to grow Qodana into a leading code quality platform for modern development teams. But more importantly, it’s an opportunity for our users …


    Read More
  • Adapter vs Facade Pattern in C#: Key Differences Explained

    calendar Apr 15, 2026 · devleader.ca
    Adapter vs Facade Pattern in C#: Key Differences Explained

    Compare adapter vs facade pattern in C# with side-by-side code examples, key structural differences, and guidance on when to use each. Link to article: https://www.devleader.ca/2026/04/15/adapter-vs-facade-pattern-in-c-key-differences-explained


    Read More
  • Testing Needs a Seam, Not an Interface

    calendar Apr 15, 2026 · codeopinion.com
    Testing Needs a Seam, Not an Interface

    In my last video, I said that clean architecture was killing your velocity. And man, you guys had thoughts. The number one pushback, the hill a lot of people were willing to die on, was testing. And I get it. On the surface, it sounds reasonable. Create some interface or abstraction for testing purposes. But… Read More …


    Read More
  • The next evolution of the Agents SDK

    calendar Apr 15, 2026 · openai.com/blog
    The next evolution of the Agents SDK

    OpenAI updates the Agents SDK with native sandbox execution and a model-native harness, helping developers build secure, long-running agents across files and tools. Link to article: https://openai.com/index/the-next-evolution-of-the-agents-sdk


    Read More
  • Choosing the Right Azure Hosting Model for AI Agents: A Deep Dive into Foundry Hosted Agents

    calendar Apr 15, 2026 · devblogs.microsoft.com
    Choosing the Right Azure Hosting Model for AI Agents: A Deep Dive into Foundry Hosted Agents

    AI agents are quickly moving from experiments to production‑critical components of modern applications. But while many teams know how to build agents, far fewer are confident they’re hosting them on the right foundation. Link to article: https://devblogs.microsoft.com/all-things-azure/hostedagent


    Read More
  • DevOps Playbook for the Agentic Era

    calendar Apr 15, 2026 · devblogs.microsoft.com
    DevOps Playbook for the Agentic Era

    Practices, Principles, and Strategic Direction Software delivery has entered a new phase. AI agents are no longer confined to autocomplete suggestions in the editor. They are opening pull requests, generating code across multiple files, proposing infrastructure changes, responding to issues with working …


    Read More
  • Early April Releases for the Critter Stack

    calendar Apr 15, 2026 · jeremydmiller.com
    Early April Releases for the Critter Stack

    As active members of the Critter Stack community know, I’ve been increasingly concerned at our frequent release cadence, as that has been something we have been criticized for in the past. At least now, I feel like I can justifiably claim this is mostly due to the high volume of community contributions we get plus … …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top