.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • dotNetDave Rocks SpiceWorld – Austin 2026

    calendar Sep 3, 2026 · dotnettips.wordpress.com
    dotNetDave Rocks SpiceWorld – Austin 2026

    The dotNetDave No Rest for the Wicked World Tour arrives in Austin on November 13, 2026, during SpiceWorld, featuring a session titled "Röck Yoür Cäreer." Attendees can expect valuable insights from a seasoned software engineer, focusing on building sustainable tech careers, developing learning habits, and …


    Read More
  • Domain Events Are NOT Your Public API

    calendar Sep 3, 2026 · codeopinion.com
    Domain Events Are NOT Your Public API

    You finally did it. You stopped publishing CRUD events and started broadcasting domain events. Instead of publishing ShipmentStatusChanged, ShipmentUpdated, or EstimatedDeliveryDateChanged, you started publishing more meaningful domain events like DeliveryAttemptFailed, ETARecalculated, and ShipmentDelayed. And …


    Read More
  • SQL Decomposition in a Nutshell

    calendar Sep 3, 2026 · devblogs.microsoft.com
    SQL Decomposition in a Nutshell

    Application developers already know what happens when one method does everything: it becomes difficult to read, test, reason over, and safely change. We use patterns like decomposition, encapsulation, and explicit dependencies because they solve those problems. T-SQL does not give us classes, inheritance, interfaces, …


    Read More
  • Advocating for Uptime: The 6 Phases of Change

    calendar Sep 3, 2026 · devblogs.microsoft.com
    Advocating for Uptime: The 6 Phases of Change

    Schema change is inevitable. We do not get everything right the first time, and even when we do, the world around the database keeps changing. Requirements mature, products evolve, and assumptions that made sense years ago eventually stop matching reality. Businesses change too. We acquire companies, merge Link to …


    Read More
  • Test what you ship: MSTest and Native AOT

    calendar Sep 3, 2026 · devblogs.microsoft.com
    Test what you ship: MSTest and Native AOT

    If you ship an application with Native AOT, a green managed test run leaves a gap. Native AOT compiles ahead of time, removes unused code, and requires alternatives to runti Link to article: https://devblogs.microsoft.com/dotnet/mstest-source-generation


    Read More
  • YOLO Mode: Agent Autonomy Without the Guardrails

    calendar Sep 3, 2026 · docker.com
    YOLO Mode: Agent Autonomy Without the Guardrails

    YOLO mode lets an AI agent run without asking permission. Learn what it is, why it's risky, and how to run it safely. Link to article: https://www.docker.com/blog/what-is-yolo-mode/


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top