.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • 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
  • Integrating AWS API MCP Server with Amazon Quick using Amazon Bedrock AgentCore Runtime

    calendar May 21, 2026 · aws.amazon.com/blogs/machine-learning
    Integrating AWS API MCP Server with Amazon Quick using Amazon Bedrock AgentCore Runtime

    This post shows you how to use Amazon Bedrock AgentCore Runtime with Model Context Protocol (MCP) support to connect Amazon Quick with AWS services through the AWS API MCP Server, creating a conversational AI assistant that translates natural language into AWS Command Line Interface (AWS CLI) commands, without the need …


    Read More
  • Building multi-tenant agents with Amazon Bedrock AgentCore

    calendar May 21, 2026 · aws.amazon.com/blogs/machine-learning
    Building multi-tenant agents with Amazon Bedrock AgentCore

    This post explores design considerations for architecting multi-tenant agentic applications and the framework needed to address SaaS architecture challenges with Amazon Bedrock AgentCore. Link to article: https://aws.amazon.com/blogs/machine-learning/building-multi-tenant-agents-with-amazon-bedrock-agentcore/


    Read More
  • Break the context window barrier with Amazon Bedrock AgentCore

    calendar May 21, 2026 · aws.amazon.com/blogs/machine-learning
    Break the context window barrier with Amazon Bedrock AgentCore

    In this post, you will learn how to implement Recursive Language Models (RLM) using Amazon Bedrock AgentCore Code Interpreter and the Strands Agents SDK. By the end, you will know how to process documents of varying lengths, with no upper bound on context size, use Bedrock AgentCore Code Interpreter as persistent …


    Read More
  • Improving C# Memory Safety

    calendar May 21, 2026 · devblogs.microsoft.com
    Improving C# Memory Safety

    We're in the process of significantly improving memory safety in C#. The unsafe keyword is being redesigned to inform callers that they have obligations that must be discharged to maintain safety, documented via a new safety comment style. The keyword will expand from m Link to article: …


    Read More
  • Build AI agents for business intelligence with Amazon Bedrock AgentCore

    calendar May 21, 2026 · aws.amazon.com/blogs/machine-learning
    Build AI agents for business intelligence with Amazon Bedrock AgentCore

    In this post, we show you how OPLOG developed three AI agents using the Strands Agents SDK, deployed them to Amazon Bedrock AgentCore, and integrated Amazon Bedrock with Anthropic’s Claude Sonnet and Amazon Bedrock Knowledge Bases for Retrieval Augmented Generation (RAG). Link to article: …


    Read More
  • Build an AI-powered recruitment assistant using Amazon Bedrock

    calendar May 21, 2026 · aws.amazon.com/blogs/machine-learning
    Build an AI-powered recruitment assistant using Amazon Bedrock

    In this post, we demonstrate how to build an AI-powered recruitment assistant using Amazon Bedrock that brings efficiencies to candidate evaluation, generates personalized interview questions, and provides data-driven insights for human hiring decisions. This post presents a reference architecture for learning purposes …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top