.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Pipeline vs Chain of Responsibility vs ASP.NET Core Middleware

    calendar Sep 7, 2026 · devleader.ca
    Pipeline vs Chain of Responsibility vs ASP.NET Core Middleware

    Compare Pipeline, Chain of Responsibility, and ASP.NET Core middleware by transformation, handler selection, continuation, ordering, and short-circuiting. Link to article: https://www.devleader.ca/2026/09/07/pipeline-vs-chain-of-responsibility-vs-aspnet-core-middleware


    Read More
  • Run temporary containers in .NET tests with Meziantou.Framework.TemporaryContainers

    calendar Sep 7, 2026 · meziantou.net
    Run temporary containers in .NET tests with Meziantou.Framework.TemporaryContainers

    Integration tests are much more valuable when they run against real services. Instead of mocking a database or cache, you can start a temporary container, run your test, and dispose everything at the end. The Meziantou.Framework.TemporaryContainers package provides a lightweight API to manage disposable containers from …


    Read More
  • Kotlin 2.4.20 Released

    calendar Sep 7, 2026 · blog.jetbrains.com
    Kotlin 2.4.20 Released

    The Kotlin 2.4.20 release is out! Here are the main highlights: For the complete list of changes, see What’s new in Kotlin 2.4.20 or the release notes on GitHub. How to install Kotlin 2.4.20 The latest version of Kotlin is included in the latest versions of IntelliJ IDEA and Android Studio. To update to the […] Link to …


    Read More
  • Java Annotated Monthly – September 2026

    calendar Sep 7, 2026 · blog.jetbrains.com
    Java Annotated Monthly – September 2026

    This month’s Java Annotated Monthly brings you the latest Java news, a generous dose of AI-focused articles, Kotlin updates, and highlights from a variety of technologies and frameworks, plus plenty more worth adding to your reading list. Our featured writer, Aicha Laafia, takes a closer look at upcoming JEPs and …


    Read More
  • The Rider 2026.3 Early Access Program Is Open

    calendar Sep 7, 2026 · blog.jetbrains.com
    The Rider 2026.3 Early Access Program Is Open

    The first Early Access build for Rider 2026.3 is now available! It includes rainbow brackets, an easier way to set data breakpoints, a new Game Development plugin category, and filters in code completion. You can get the build from our website or through the Toolbox App. Here’s a look at what’s new. Rainbow brackets: …


    Read More
  • Supporting independent journalism in Ukraine

    calendar Sep 7, 2026 · openai.com/blog
    Supporting independent journalism in Ukraine

    OpenAI, AIRPPU and WAN-IFRA launch an AI program to help Ukrainian news organizations strengthen innovation, resilience, and independent journalism. Link to article: https://openai.com/index/supporting-independent-journalism-in-ukraine


    Read More
  • Ardalis.Specification With EF Core: Current Guide

    calendar Sep 6, 2026 · devleader.ca
    Ardalis.Specification With EF Core: Current Guide

    Ardalis.Specification tutorial for version 9.3.1 with EF Core, covering DbContext and repository use, current APIs, limitations, and compatibility caveats. Link to article: https://www.devleader.ca/2026/09/06/ardalisspecification-with-ef-core-current-guide


    Read More
  • An Alien Mind

    calendar Sep 6, 2026 · openai.com/blog
    An Alien Mind

    Jakub Pachocki reflects on increasingly capable AI and the challenge of keeping it aligned. He calls for stronger safeguards and international coordination. Link to article: https://openai.com/index/an-alien-mind


    Read More
  • Research acceleration: The view inside OpenAI

    calendar Sep 6, 2026 · openai.com/blog
    Research acceleration: The view inside OpenAI

    Inside OpenAI, coding agents are reshaping AI research. Explore early data on agent usage, experiment velocity, task complexity, and research acceleration. Link to article: https://openai.com/index/research-acceleration-view-inside-openai


    Read More
  • .NET Object Pooling: Reducing Allocation Costs and GC Pressure

    calendar Sep 6, 2026 · dotnettips.wordpress.com
    .NET Object Pooling: Reducing Allocation Costs and GC Pressure

    Object pooling can reduce allocations, lower GC pressure, and improve .NET performance—but only when used for the right workloads. In my latest subscriber article, I compare custom object pools with DefaultObjectPool and explain when pooling makes sense. Link to article: …


    Read More
  • RAG Evaluation Metrics in .NET: Measure Retrieval and Grounding

    calendar Sep 5, 2026 · devleader.ca
    RAG Evaluation Metrics in .NET: Measure Retrieval and Grounding

    Learn RAG evaluation metrics in .NET with Precision@K, Recall@K, MRR, nDCG, groundedness, and answer relevance for clearer, repeatable offline RAG diagnostics. Link to article: https://www.devleader.ca/2026/09/05/rag-evaluation-metrics-in-net-measure-retrieval-and-grounding


    Read More
  • Four Years of Writing Every Week

    calendar Sep 5, 2026 · milanjovanovic.tech
    Four Years of Writing Every Week

    Four years ago this week, the first issue of this newsletter landed in a few hundred inboxes. Link to article: https://milanjovanovic.tech/blog/four-years-of-writing-every-week


    Read More
  • Deploy a multimodal WhatsApp ordering assistant with Amazon Bedrock AgentCore

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Deploy a multimodal WhatsApp ordering assistant with Amazon Bedrock AgentCore

    Learn how to deploy a multimodal WhatsApp ordering assistant that takes customer orders through text, voice notes, and real-time voice calls on a single business number, built on Amazon Bedrock AgentCore with Amazon Nova 2. The channel and ordering layers stay separate, and one shared memory recognizes each customer …


    Read More
  • Azure SDK Release (August 2026)

    calendar Sep 4, 2026 · devblogs.microsoft.com
    Azure SDK Release (August 2026)

    Thank you for your interest in the new Azure SDKs! We release new features, improvements, and bug fixes every month. Subscribe to our Azure SDK Blog RSS Feed to get notified when a new release is available. You can find links to packages, code, and docs on our Link to article: …


    Read More
  • Designing lifecycle policies for AgentCore memory

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Designing lifecycle policies for AgentCore memory

    Long-running AI agents accumulate outdated memories that degrade quality and create compliance risk. Learn how to design memory lifecycle policies for Amazon Bedrock AgentCore: scoring, consolidating, and pruning agent memories on a nightly AWS Step Functions workflow, with a deployable AWS CDK stack. Link to article: …


    Read More
  • Build a Physical AI model factory with NVIDIA Cosmos 3 on SageMaker HyperPod

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Build a Physical AI model factory with NVIDIA Cosmos 3 on SageMaker HyperPod

    Building a Physical AI system takes a continuous pipeline, not a single training job. This post shows how to run that model factory (synthetic data generation, post-training, and closed-loop evaluation with NVIDIA Cosmos 3) on a persistent, resilient Amazon SageMaker HyperPod cluster on Amazon EKS, with GPU goodput as …


    Read More
  • Run agent-driven Amazon SageMaker HyperPod operations with InstantStart

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Run agent-driven Amazon SageMaker HyperPod operations with InstantStart

    HyperPod InstantStart is an open source control plane that composes Amazon EKS orchestration with the managed capabilities of Amazon SageMaker HyperPod. It drives the same guarded operations through both a web interface and an AI agent, turning cluster bootstrap, capacity, training, inference, and storage into …


    Read More
  • Customizing your knowledge base on Amazon Bedrock for large and complex documents using Amazon Textract

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    Customizing your knowledge base on Amazon Bedrock for large and complex documents using Amazon Textract

    Learn how to customize an Amazon Bedrock knowledge base for large, complex documents by combining the high-accuracy text extraction of Amazon Textract with the generative AI of Amazon Bedrock. This post shows how to ingest and preprocess PDFs and images, then query utility bills at scale for faster, more accurate …


    Read More
  • How Intuit built an agentic disaster recovery assistant with Amazon Bedrock

    calendar Sep 4, 2026 · aws.amazon.com/blogs/machine-learning
    How Intuit built an agentic disaster recovery assistant with Amazon Bedrock

    Disaster recovery at scale is hard. Learn how Intuit built EWOK Agent, an agentic disaster recovery assistant on Amazon Bedrock that lets on-call engineers run production failovers from a plain-language request while keeping every action audited, policy-compliant, and safe. Link to article: …


    Read More
  • Native memory for Microsoft Agent Framework with Azure Cosmos DB

    calendar Sep 4, 2026 · devblogs.microsoft.com
    Native memory for Microsoft Agent Framework with Azure Cosmos DB

    Agents are more useful when they can remember what matters beyond the current conversation. Today, we're announcing a new preview integration that gives Microsoft Agent Framework agents durable, cross-session memory backed by Azure Cosmos DB. The new Python package, agent-framework-azure-cosmos-memory Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top