.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • How Decathlon runs demand forecasting at scale with Chronos-2

    calendar Aug 28, 2026 · aws.amazon.com/blogs/machine-learning
    How Decathlon runs demand forecasting at scale with Chronos-2

    Decathlon, one of the world's largest sporting goods retailers, forecasts weekly demand for tens of thousands of products across multiple continents. Learn how they deployed Chronos-2 on AWS to improve forecast accuracy by 11-15 points while cutting operational complexity and running weekly inference for about $0.03 on …


    Read More
  • Spreading the load: How Salesforce met Multi-AZ HA with SageMaker Inference Components

    calendar Aug 28, 2026 · aws.amazon.com/blogs/machine-learning
    Spreading the load: How Salesforce met Multi-AZ HA with SageMaker Inference Components

    Learn how Salesforce used Amazon SageMaker AI Inference Component placement (the SchedulingConfig parameter) to distribute model copies across multiple Availability Zones, meeting their Multi-AZ high availability compliance requirements without sacrificing the cost efficiency of multi-model co-hosting. Link to article: …


    Read More
  • The State of Django 2026: Boring is so back

    calendar Aug 28, 2026 · blog.jetbrains.com
    The State of Django 2026: Boring is so back

    Welcome to the highlights from the fifth annual Django Developers Survey, a collaboration between the Django Software Foundation and PyCharm. This year’s report draws on responses from nearly 3,500 Django developers across more than 40 countries — from students in their first year to veterans with decades of …


    Read More
  • Security Incident Affecting JetBrains Cadence

    calendar Aug 28, 2026 · blog.jetbrains.com
    Security Incident Affecting JetBrains Cadence

    We are investigating a security incident affecting JetBrains Cadence. Cadence is a JetBrains-hosted service that integrates with PyCharm through an optional plugin, and lets you run your projects on cloud compute resources. Our investigation has confirmed unauthorized access to the service and the exposure of customer …


    Read More
  • Project Loom in IntelliJ IDEA: Virtual Threads, Scoped Values, and Structured Concurrency

    calendar Aug 28, 2026 · blog.jetbrains.com
    Project Loom in IntelliJ IDEA: Virtual Threads, Scoped Values, and Structured Concurrency

    Java concurrency is a powerful feature, but it can be difficult to get right. Writing correct multithreaded code requires a deep understanding of thread pools, synchronization, cancellation, and error propagation. Even experienced developers regularly introduce subtle bugs like thread leaks, swallowed exceptions, and …


    Read More
  • Supporting Thailand’s next generation of AI startups

    calendar Aug 28, 2026 · openai.com/blog
    Supporting Thailand’s next generation of AI startups

    OpenAI and Thailand’s MHESI launch an eight-week accelerator helping 10 health, wellness, and education startups turn AI prototypes into trusted products. Link to article: https://openai.com/index/supporting-next-generation-ai-startups-thailand


    Read More
  • Build agentic creative workflows with Amazon Quick and fal

    calendar Aug 27, 2026 · aws.amazon.com/blogs/machine-learning
    Build agentic creative workflows with Amazon Quick and fal

    Creative teams produce more assets than ever, but fragmented tools and manual context transfer slow production. This post shows how to build a reusable agent harness with Amazon Quick and fal, connected through the Model Context Protocol (MCP), using two hands-on workflows: an eight-panel storyboard and a music-video …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top