.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • AWS recognized as a Leader in The Forrester Wave: AI Infrastructure Solutions, Q4 2025

    calendar Aug 31, 2026 · aws.amazon.com/blogs/machine-learning
    AWS recognized as a Leader in The Forrester Wave: AI Infrastructure Solutions, Q4 2025

    We're excited to share that AWS has been recognized as a Leader in The Forrester Wave: AI Infrastructure Solutions, Q4 2025. In this evaluation of 13 providers, AWS received the highest score in the Strategy category. Link to article: …


    Read More
  • Manage agents, tools and skills at scale with AWS Agent Registry

    calendar Aug 31, 2026 · aws.amazon.com/blogs/machine-learning
    Manage agents, tools and skills at scale with AWS Agent Registry

    AWS Agent Registry is now generally available: a single, searchable, governed catalog for the agents, tools, skills, and custom resources across your organization. This post explains what Registry is and walks through its publishing, curation, and discovery workflows, plus enterprise considerations and what's next. …


    Read More
  • Build observable enterprise agentic retrieval using Managed Amazon Bedrock Knowledge Base with AWS CloudFormation

    calendar Aug 31, 2026 · aws.amazon.com/blogs/machine-learning
    Build observable enterprise agentic retrieval using Managed Amazon Bedrock Knowledge Base with AWS CloudFormation

    This post builds an enterprise agentic retrieval solution on the Amazon Bedrock Managed Knowledge Base and Amazon Bedrock AgentCore. An agent reasons, routes across multiple knowledge bases, and returns cited answers, with seven layers of observability and both on-demand and continuous evaluation, all deployed with a …


    Read More
  • Build multi-tenant agentic chat applications on enterprise data with Amazon Bedrock Managed Knowledge Base

    calendar Aug 31, 2026 · aws.amazon.com/blogs/machine-learning
    Build multi-tenant agentic chat applications on enterprise data with Amazon Bedrock Managed Knowledge Base

    Learn how to build a multi-tenant agentic document chat application on Amazon Bedrock Managed Knowledge Base, where users upload documents and immediately ask grounded questions. This post covers the ingestion and retrieval flows, the asynchronous indexing lifecycle, per-user data isolation, and best practices for …


    Read More
  • Power Azure SRE Agent with the tools it needs

    calendar Aug 31, 2026 · devblogs.microsoft.com
    Power Azure SRE Agent with the tools it needs

    This blog post shows how to expand the capabilities of Azure SRE Agent by giving it access to MCP servers hosted on Azure Connector Namespace. Connector Namespace is a managed MCP hosting platform that removes the operational and management overhead of self-hosting MCP servers. It entered public preview at Microsoft …


    Read More
  • Bacpac and Dacpac, the similarities and differences

    calendar Aug 31, 2026 · devblogs.microsoft.com
    Bacpac and Dacpac, the similarities and differences

    When you need to move an entire database or move the objects in a database, bacpac and dacpac files often come up because of all of the tooling options to interact with them. Bacpac and dacpac files share some core similarities as well as some major differences in how they're used in SqlPackage and other SQL tools, but …


    Read More
  • Fine-Tuning SOTA Object Detection Models on Real-World Datasets

    calendar Aug 31, 2026 · blog.jetbrains.com
    Fine-Tuning SOTA Object Detection Models on Real-World Datasets

    In our previous blog post in this series, we discussed state-of-the-art models for object detection: the architectures, the theory, and what makes YOLO12, YOLO26, and RF-DETR tick. If you want the theoretical background on these models, start there. This post is the practical follow-up: how to actually use these …


    Read More
  • Secure by default is your only way forward

    calendar Aug 31, 2026 · docker.com
    Secure by default is your only way forward

    The newest worker on your team builds with whatever it finds and never asks what deserves your trust. Our answer is a hardened foundation and a boundary built for agents. Link to article: https://www.docker.com/blog/secure-by-default-is-your-only-way-forward/


    Read More
  • From Leaderboards to Model Profiles: A Deep Dive Evaluation of LLMs for Agentic Coding

    calendar Aug 31, 2026 · blog.jetbrains.com
    From Leaderboards to Model Profiles: A Deep Dive Evaluation of LLMs for Agentic Coding

    Beyond the resolve rate Imagine plugging two LLMs from different frontier labs into the same coding agent and finding that they solve exactly the same number of benchmark tasks. If the evaluation stopped there, you might conclude that the models are interchangeable and simply choose the cheaper one. This is what also …


    Read More
  • Sunsetting of the JetBrains Teacher Pack for Bootcamps

    calendar Aug 31, 2026 · blog.jetbrains.com
    Sunsetting of the JetBrains Teacher Pack for Bootcamps

    After careful consideration, we’ve decided to sunset the JetBrains Teacher Pack for Bootcamps. If you’re planning to run a bootcamp and would like support from JetBrains, you can submit one final application by September 30, 2026, 11:59 pm CET. Starting October 1, 2026, we will no longer accept new applications. …


    Read More
  • A milestone in expanding access to AI

    calendar Aug 31, 2026 · openai.com/blog
    A milestone in expanding access to AI

    ChatGPT Ads reaches $1 billion in annualized revenue run rate and expands globally, supporting broader access to AI through free and affordable options. Link to article: https://openai.com/index/expanding-access-to-ai-with-chatgpt-ads


    Read More
  • Register Pipeline Stages With .NET Dependency Injection

    calendar Aug 30, 2026 · devleader.ca
    Register Pipeline Stages With .NET Dependency Injection

    Learn how to register ordered pipeline stages with Microsoft DI, choose safe service lifetimes, create background scopes, and avoid captive dependencies. Link to article: https://www.devleader.ca/2026/08/30/register-pipeline-stages-with-net-dependency-injection


    Read More
  • Collection Performance: Use Caution when using Range Expressions in Hot Paths when Collection Slicing

    calendar Aug 30, 2026 · dotnettips.wordpress.com
    Collection Performance: Use Caution when using Range Expressions in Hot Paths when Collection Slicing

    Range expressions make collection slicing concise, but they can introduce unexpected overhead in hot paths. This subscriber-only article compares several ways to create slices with Memory, Span, ReadOnlyMemory, and ReadOnlySpan—and explains when using start-and-length overloads may be the smarter performance choice. …


    Read More
  • Specification vs Repository vs Query Object in .NET

    calendar Aug 29, 2026 · devleader.ca
    Specification vs Repository vs Query Object in .NET

    Compare Specification, Repository, and Query Object in .NET, then place predicates, GoF patterns, validation, policies, and rules engines correctly in code. Link to article: https://www.devleader.ca/2026/08/29/specification-vs-repository-vs-query-object-in-net


    Read More
  • Only believe what you can validate: a verification framework for agentic AI

    calendar Aug 29, 2026 · devblogs.microsoft.com
    Only believe what you can validate: a verification framework for agentic AI

    How to read this article This article picks up where my Link to article: https://devblogs.microsoft.com/all-things-azure/only-believe-what-you-can-validate


    Read More
  • When A Developer Misses The Deadline, Who Owns It? - Dev Leader Weekly 155

    calendar Aug 29, 2026 · devleader.ca
    When A Developer Misses The Deadline, Who Owns It? - Dev Leader Weekly 155

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss accountability when projects slip and what engineering managers actually own. Link to article: https://www.devleader.ca/2026/08/29/when-a-developer-misses-the-deadline-who-owns-it-dev-leader-weekly-155


    Read More
  • Try the new SqlClient and Retry connections natively

    calendar Aug 29, 2026 · devblogs.microsoft.com
    Try the new SqlClient and Retry connections natively

    The 2002 release of the original .NET Framework shipped ADO.NET and System.Data.SqlClient, the driver for SQL Server that gave .NET applications a standard connection approach. Over the years, updates, enhancements, and patches solidified these BCL classes as an integral dependency for millions of line-of-business …


    Read More
  • Weekly Recap: RAG Search, C# Pipelines, and Specification Patterns [Aug 2026]

    calendar Aug 29, 2026 · devleader.ca
    Weekly Recap: RAG Search, C# Pipelines, and Specification Patterns [Aug 2026]

    This week covers hybrid search and semantic reranking for RAG in .NET, plus async and error-handling patterns for C# pipelines. The videos dig into AI agent evals, what developers retain when AI writes code, communication gaps, and manager accountability. Link to article: …


    Read More
  • Your ASP.NET Core Endpoints Don't Have a Timeout

    calendar Aug 29, 2026 · milanjovanovic.tech
    Your ASP.NET Core Endpoints Don't Have a Timeout

    ASP.NET Core doesn't enforce an application timeout on incoming requests by default. The built-in middleware can add one, but it only cancels RequestAborted. Link to article: https://milanjovanovic.tech/blog/your-aspnetcore-endpoints-dont-have-a-timeout


    Read More
  • Batch write and discover records in Amazon SageMaker Feature Store

    calendar Aug 28, 2026 · aws.amazon.com/blogs/machine-learning
    Batch write and discover records in Amazon SageMaker Feature Store

    Amazon SageMaker Feature Store now supports two new APIs: BatchWriteRecord writes up to 25 records across multiple feature groups in a single call, and ListRecords enumerates record identifiers within a feature group. In this post, we walk through each API with code examples you can use to get started. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top