.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Production-grade AI agents for financial compliance: Lessons from Stripe

    calendar Jun 26, 2026 · aws.amazon.com/blogs/machine-learning
    Production-grade AI agents for financial compliance: Lessons from Stripe

    In this post, you learn how Stripe built a production-grade AI agent system for financial compliance. We cover the technical architecture of Stripe’s ReAct agent framework and the infrastructure decisions behind a dedicated agent service. We also discuss the role of human oversight in maintaining accountability, and …


    Read More
  • The case of the DLL that was not present in memory despite not being formally unloaded, part 2

    calendar Jun 26, 2026 · devblogs.microsoft.com
    The case of the DLL that was not present in memory despite not being formally unloaded, part 2

    Last time, we looked at crashes caused by a DLL being removed from memory behind everybody's back, causing crashes when somebody tried to call into that no-longer-ther Link to article: https://devblogs.microsoft.com/oldnewthing/20260626-00/?p=112472


    Read More
  • Interpreter vs Visitor Pattern in C#: Key Differences Explained

    calendar Jun 26, 2026 · devleader.ca
    Interpreter vs Visitor Pattern in C#: Key Differences Explained

    Compare the interpreter vs visitor pattern in C# with code examples, use cases, and guidance on choosing the right pattern for tree processing. Link to article: https://www.devleader.ca/2026/06/26/interpreter-vs-visitor-pattern-in-c-key-differences-explained


    Read More
  • Open-Sourcing the LSP Client API in IntelliJ IDEA 2026.2

    calendar Jun 26, 2026 · blog.jetbrains.com
    Open-Sourcing the LSP Client API in IntelliJ IDEA 2026.2

    Language Server Protocol (LSP) solves a real problem: before, each IDE or editor had to implement support for a specific language separately. A language server puts that work in one place and exposes it through a common protocol, providing completion, formatting, documentation, and related features. That common …


    Read More
  • Previewing GPT-5.6 Sol: a next-generation model

    calendar Jun 26, 2026 · openai.com/blog
    Previewing GPT-5.6 Sol: a next-generation model

    OpenAI previews GPT-5.6 Sol, a next-generation model with stronger capabilities in coding, science, and cybersecurity, paired with its most advanced safety stack. Link to article: https://openai.com/index/previewing-gpt-5-6-sol


    Read More
  • Passing Context Between Agents in Multi-Agent A2A Systems

    calendar Jun 26, 2026 · devblogs.microsoft.com
    Passing Context Between Agents in Multi-Agent A2A Systems

    Introduction Multi-agent systems are becoming the go-to architecture for complex AI workloads. Instead of one monolithic agent doing everything, teams decompose capabilities into specialized agents — each with its own domain expertise, deployment pipeline, and release cadence. This approach mirrors the microservice …


    Read More
  • Your agent already has a plan

    calendar Jun 26, 2026 · devblogs.microsoft.com
    Your agent already has a plan

    If an agent isn't doing the right thing, the obvious move is to make the docs clearer. Add a tip, spell out the correct command, describe the right approach more prominently. You do all of that, and the agent still ignores it. It does what it had already decided to do. The tip wasn't ignored because it was unclear, it …


    Read More
  • Iterating faster with TypeScript 7

    calendar Jun 26, 2026 · devblogs.microsoft.com
    Iterating faster with TypeScript 7

    How the VS Code and TypeScript teams collaborated to adopt TypeScript 7 and speed up VS Code development Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/iterating-faster-with-typescript-7


    Read More
  • Save the Date: Pure Virtual C++ 2026

    calendar Jun 25, 2026 · devblogs.microsoft.com
    Save the Date: Pure Virtual C++ 2026

    Pure Virtual C++ is back! For the 7th year running, we're hosting a free, one-day virtual conference for the whole C++ community. Whether you joined us back in 2020 when we first launched or you're discovering the Link to article: https://devblogs.microsoft.com/cppblog/save-the-date-pure-virtual-cpp-2026


    Read More
  • EF Core vs Dapper in .NET: When to Use Each

    calendar Jun 25, 2026 · devleader.ca
    EF Core vs Dapper in .NET: When to Use Each

    EF Core vs Dapper in .NET 10 -- compare performance, query control, migrations, learning curve, and a decision matrix to pick the right ORM for your project. Link to article: https://www.devleader.ca/2026/06/25/ef-core-vs-dapper-in-net-when-to-use-each


    Read More
  • How to Generate an SBOM for Container Workflows

    calendar Jun 25, 2026 · docker.com
    How to Generate an SBOM for Container Workflows

    Learn when, where, and how to generate SBOMs for container images. Covers build-time vs. post-build approaches, quality criteria, and CI/CD integration. Link to article: https://www.docker.com/blog/sbom-generation-for-container-workflows/


    Read More
  • Learn from Microsoft: Transform software development through an agentic platform

    calendar Jun 25, 2026 · devblogs.microsoft.com
    Learn from Microsoft: Transform software development through an agentic platform

    AI is already changing how teams build software, and the biggest shift goes beyond writing code faster. It’s reshaping the full software lifecycle, from planning and development to security, operations, and modernization. Inside Microsoft, we build and run software at massive scale, across every kind of codebase, and …


    Read More
  • Retrofit, don’t rebuild: Agentic overlays for transforming legacy enterprise services

    calendar Jun 25, 2026 · aws.amazon.com/blogs/machine-learning
    Retrofit, don’t rebuild: Agentic overlays for transforming legacy enterprise services

    In this technical collaboration between AWS and the authors, we present a pragmatic solution: agentic overlays. Agentic overlays are thin wrapper layers that transform traditional REST-based services into agents capable of participating in A2A interactions. They also expose REST APIs as tools compatible with the Model …


    Read More
  • Optimize model training on Amazon SageMaker AI with NVIDIA Blackwell

    calendar Jun 25, 2026 · aws.amazon.com/blogs/machine-learning
    Optimize model training on Amazon SageMaker AI with NVIDIA Blackwell

    This post shows you how to configure training jobs on Amazon SageMaker AI to get the most out of Blackwell’s architecture on AWS. You learn how to select batch sizes and sequence lengths that take advantage of Blackwell’s expanded memory, choose the right precision format for your model size (1B to 64B parameters), and …


    Read More
  • Implementing super resolution by deploying SeedVR2 on Amazon SageMaker AI

    calendar Jun 25, 2026 · aws.amazon.com/blogs/machine-learning
    Implementing super resolution by deploying SeedVR2 on Amazon SageMaker AI

    In this post, we demonstrate how to implement video upscaling using SeedVR2 on SageMaker AI. We cover the solution architecture, walk through the deployment steps, and show performance comparisons that highlight the quality improvements and processing efficiency you can achieve. By the end of this post, you’ll have the …


    Read More
  • Build self-service AWS Health analytics to find actionable health insights with AI agents powered by Amazon Bedrock

    calendar Jun 25, 2026 · aws.amazon.com/blogs/machine-learning
    Build self-service AWS Health analytics to find actionable health insights with AI agents powered by Amazon Bedrock

    In this post, we show you how to build Chaplin (Customer Health and Planned Lifecycle Intelligence Nexus), an open source solution that uses AI agents exposed through the Model Context Protocol (MCP) to provide self-service health event analytics. Link to article: …


    Read More
  • Building agentic AI applications with a modern data mesh strategy on AWS

    calendar Jun 25, 2026 · aws.amazon.com/blogs/machine-learning
    Building agentic AI applications with a modern data mesh strategy on AWS

    This post shows how to build a governed, serverless data mesh on AWS that provides the secure, scalable data foundation production agentic AI requires. Link to article: https://aws.amazon.com/blogs/machine-learning/building-agentic-ai-applications-with-a-modern-data-mesh-strategy-on-aws/


    Read More
  • EU Cyber Resilience Act: Overview, Requirements, and Timelines

    calendar Jun 25, 2026 · docker.com
    EU Cyber Resilience Act: Overview, Requirements, and Timelines

    Learn what the EU Cyber Resilience Act requires, including SBOM mandates, vulnerability reporting, and compliance deadlines for container teams. Link to article: https://www.docker.com/blog/eu-cyber-resilience-act-overview/


    Read More
  • The Dev Containers Story: Introducing EelApi for Plugin Authors

    calendar Jun 25, 2026 · blog.jetbrains.com
    The Dev Containers Story: Introducing EelApi for Plugin Authors

    Modern development has shifted one old IDE paradigm significantly: Now, not only is it possible that a project is not hosted on the same physical or remote machine as your IDE instance, it could even be that both share the same host but are separated from one another inside isolated environments. If you are a […] Link …


    Read More
  • The real winner of Cursor’s $60B acquisition won’t be AI coding assistants

    calendar Jun 25, 2026 · blog.jetbrains.com
    The real winner of Cursor’s $60B acquisition won’t be AI coding assistants

    When news broke that SpaceX would acquire Cursor’s parent company, Anysphere, in a reported $60 billion all-stock deal, most of the discussion centered around AI. This was another milestone and enormous valuation, and signal that AI is still bringing enormous disruption. Those reactions aren’t wrong but they can …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top