.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How to Scale Long-Running API Requests

    calendar May 23, 2026 · milanjovanovic.tech
    How to Scale Long-Running API Requests

    When a single API call takes minutes to finish, it punishes both your users and your server. Here's the progression I walk through to turn long-running endpoints into something responsive, scalable, and operable - and when to reach for managed cloud services instead. Link to article: …


    Read More
  • Activator.CreateInstance vs Compiled Expressions in C#: .NET 10 Performance Deep Dive

    calendar May 22, 2026 · devleader.ca
    Activator.CreateInstance vs Compiled Expressions in C#: .NET 10 Performance Deep Dive

    Activator.CreateInstance vs compiled expressions in C# .NET 10 -- understand when each wins and how to build a high-performance factory with cached delegates. Link to article: https://www.devleader.ca/2026/05/22/activatorcreateinstance-vs-compiled-expressions-in-c-net-10-performance-deep-dive


    Read More
  • Regex support for LOB types in T-SQL—available in Azure SQL & SQL Server 2025

    calendar May 22, 2026 · devblogs.microsoft.com
    Regex support for LOB types in T-SQL—available in Azure SQL & SQL Server 2025

    At a glance — Native regular expression (regex) functions in T-SQL now accept varchar(max) and nvarchar(max) inputs of up to 2 MB across all seven regex functions, including the two table-valued functions (REGEXP_MATCHES and REGEXP_SPLIT_TO_TABLE Link to article: …


    Read More
  • Why do you say that a COM STA thread must pump messages if I see sample code creating STA threads and not pumping messages?

    calendar May 22, 2026 · devblogs.microsoft.com
    Why do you say that a COM STA thread must pump messages if I see sample code creating STA threads and not pumping messages?

    One of the rules for COM single-threaded apartments (STA) is that the thread in that apartment must pump messages. But we also see code that initializes COM in single-threaded mode but which never pumps messages. Consider Link to article: https://devblogs.microsoft.com/oldnewthing/20260522-00/?p=112348


    Read More
  • The JetBrains Fit Test: Is This the Right Workplace for You?

    calendar May 22, 2026 · blog.jetbrains.com
    The JetBrains Fit Test: Is This the Right Workplace for You?

    If you’ve ever wondered what it’s really like to work at JetBrains, this post is for you. We could tell you about our products, our offices, or the number of developers who use our tools, but the truth is, the real story of JetBrains is about the people who build those tools, the way they […] Link to article: …


    Read More
  • How to Implement Template Method Pattern in C#: Step-by-Step Guide

    calendar May 22, 2026 · devleader.ca
    How to Implement Template Method Pattern in C#: Step-by-Step Guide

    Learn how to implement the template method pattern in C# with step-by-step examples covering abstract classes, hooks, sealed methods, and DI integration. Link to article: https://www.devleader.ca/2026/05/22/how-to-implement-template-method-pattern-in-c-stepbystep-guide


    Read More
  • What Happens When You Give AI Agents the Map of Your Code’s Coverage?

    calendar May 22, 2026 · blog.jetbrains.com
    What Happens When You Give AI Agents the Map of Your Code’s Coverage?

    When you ask an AI agent to write a new feature, a good agent will eventually say: “I need to write a test for this.” But what happens next is usually messy. To figure out where that new test belongs, the agent has to start searching through your project. It might scan file names, inspect […] Link to article: …


    Read More
  • Rider 2026.2 EAP 3: Cost-effective Agentic Test Coverage, Code Change Previews, GameDev Templates, and NuGet Improvements

    calendar May 22, 2026 · blog.jetbrains.com
    Rider 2026.2 EAP 3: Cost-effective Agentic Test Coverage, Code Change Previews, GameDev Templates, and NuGet Improvements

    JetBrains Rider 2026.2 EAP 3 is out! You can download this version from our website, update directly from within the IDE, use the free Toolbox App, or install it via snap packages. Here’s what you can expect from this update: New AI agent skill to reduce token use for test generation We’re also experimenting with […] …


    Read More
  • Agent Skills for Python: File, Code, and Class - Composed in One Provider

    calendar May 22, 2026 · devblogs.microsoft.com
    Agent Skills for Python: File, Code, and Class - Composed in One Provider

    Python developers working with Agent Skills can now author skills as files on disk, as inline Python code, or as reusable classes - and mix them freely through composable source classes that handle discovery, filtering, and deduplication. A skill living in your local repository, one installed from your organization's …


    Read More
  • Announcing NAudio 3 Preview

    calendar May 22, 2026 · markheath.net
    Announcing NAudio 3 Preview

    I'm pleased to announce that the first preview builds of NAudio 3 are available on NuGet. I have put a lot of time into this over the past few months, and with the assistance of Claude Code (which I wrote about recently) I've managed to make significant progress. In this post I want to cover the most important things …


    Read More
  • How Virgin Atlantic ships faster with Codex

    calendar May 22, 2026 · openai.com/blog
    How Virgin Atlantic ships faster with Codex

    How Virgin Atlantic used Codex to ship its revamped mobile app on a fixed holiday travel deadline, reaching near-total unit test coverage and zero P1 defects. Link to article: https://openai.com/index/virgin-atlantic


    Read More
  • OpenAI named a Leader in enterprise coding agents by Gartner

    calendar May 22, 2026 · openai.com/blog
    OpenAI named a Leader in enterprise coding agents by Gartner

    OpenAI is named a leader in the 2026 Gartner Magic Quadrant for Enterprise AI Coding Agents, with Codex recognized for innovation and enterprise-scale deployment. Link to article: https://openai.com/index/gartner-2026-agentic-coding-leader


    Read More
  • Amazon Nova Act is now HIPAA eligible

    calendar May 21, 2026 · aws.amazon.com/blogs/machine-learning
    Amazon Nova Act is now HIPAA eligible

    In this post, you will learn what Nova Act offers, how HIPAA eligibility applies to agentic AI, and how to get started. Link to article: https://aws.amazon.com/blogs/machine-learning/amazon-nova-act-is-now-hipaa-eligible/


    Read More
  • Reflection Performance in .NET 10: Benchmarks, Caching, and Delegates

    calendar May 21, 2026 · devleader.ca
    Reflection Performance in .NET 10: Benchmarks, Caching, and Delegates

    Understand C# reflection performance in .NET 10 -- learn caching strategies, compiled delegates, FrozenDictionary, and when reflection is fast enough. Link to article: https://www.devleader.ca/2026/05/21/reflection-performance-in-net-10-benchmarks-caching-and-delegates


    Read More
  • TeamCity 2025.11.5 Is Out

    calendar May 21, 2026 · blog.jetbrains.com
    TeamCity 2025.11.5 Is Out

    Our (most likely) final update for TeamCity 2025.11 On-Premises servers has just been released. This updage addresses a tiny amount of issues, but includes four security problem fixes, so we recommend that you do not skip this update. See TeamCity 2025.11.5 Release Notes for the complete list of resolved issues. Why …


    Read More
  • Intelligent radiology workflow optimization with AI agents

    calendar May 21, 2026 · aws.amazon.com/blogs/machine-learning
    Intelligent radiology workflow optimization with AI agents

    Many healthcare organizations report that traditional worklist systems rely on rigid rules that ignore critical context, radiologist specialization, current workload, fatigue levels, and case complexity. This creates a persistent challenge: radiologists cherry-pick easier, higher-value cases while avoiding complex …


    Read More
  • Sneak Peek at Critter Stack 2026

    calendar May 21, 2026 · jeremydmiller.com
    Sneak Peek at Critter Stack 2026

    This is in lieu of the “official” release post I’ll make early next week after the Memorial Day holiday when I have enough rest and energy to do something much better by hand. Until then, here’s a peek at the new releases we’ll be announcing early next week — but with some published updates to … Continue reading Sneak …


    Read More
  • The AX stack: what's fixed, where you can win

    calendar May 21, 2026 · devblogs.microsoft.com
    The AX stack: what's fixed, where you can win

    AI coding agents promise to make you more productive. On the surface they do, but in practice they fall short: agents generate code that doesn't compile, use a deprecated SDK, or pick the wrong service entirely. Is it you using it wrong? Is it your tech stack? Or is it the tools you haven't configured yet? The stack …


    Read More
  • Plan Before You Build: Introducing the Plan agent in Visual Studio

    calendar May 21, 2026 · devblogs.microsoft.com
    Plan Before You Build: Introducing the Plan agent in Visual Studio

    You ask Copilot to tackle something big, it gets to work, and a dozen file changes later you realize you had a completely different approach in mind. The code isn't wrong... it just isn't what you were going for. Last year, we introdu Link to article: …


    Read More
  • Announcing Agent Governance Toolkit MCP Extensions for .NET

    calendar May 21, 2026 · devblogs.microsoft.com
    Announcing Agent Governance Toolkit MCP Extensions for .NET

    The Model Context Protocol (MCP) has made it much easier to connect tools and resources to AI applications. But once those tools are exposed to agents, you also need a reliable way to govern what gets registered, what gets executed, and what comes back from tool calls. For a detailed loo Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top