.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Building web search-enabled agents with Strands and Exa

    calendar May 11, 2026 · aws.amazon.com/blogs/machine-learning
    Building web search-enabled agents with Strands and Exa

    In this post, you will learn how to set up the Exa integration in Strands Agents, understand the two core tools it exposes, and walk through real-world use cases that show how agents use web search to complete multi-step tasks. Link to article: …


    Read More
  • LINQ Grouping in C#: GroupBy, ToLookup, CountBy, and AggregateBy

    calendar May 11, 2026 · devleader.ca
    LINQ Grouping in C#: GroupBy, ToLookup, CountBy, and AggregateBy

    Master LINQ grouping in C# with GroupBy, ToLookup, and the powerful .NET 9 CountBy and AggregateBy methods for cleaner data aggregation. Link to article: https://www.devleader.ca/2026/05/11/linq-grouping-in-c-groupby-tolookup-countby-and-aggregateby


    Read More
  • What Your Working Hours Signal To Your Team - Dev Leader Weekly 139

    calendar May 11, 2026 · devleader.ca
    What Your Working Hours Signal To Your Team - Dev Leader Weekly 139

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss the perception trap around working hours -- why your start time doesn't define your work ethic on its own, but your hours absolutely shape what your team thinks is expected of them. Link to article: …


    Read More
  • Introducing Claude Platform on AWS: Anthropic’s native platform, through your AWS account

    calendar May 11, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing Claude Platform on AWS: Anthropic’s native platform, through your AWS account

    Today, we're excited to announce the general availability of Claude Platform on AWS. Claude Platform on AWS is a new service that gives customers direct access to Anthropic's native Claude Platform experience through their AWS account, with no separate credentials, contracts, or billing relationships required. AWS is …


    Read More
  • Manufacturing intelligence with Amazon Nova Multimodal Embeddings

    calendar May 11, 2026 · aws.amazon.com/blogs/machine-learning
    Manufacturing intelligence with Amazon Nova Multimodal Embeddings

    In this post, we build a multimodal retrieval system for aerospace manufacturing documents using Amazon Nova Multimodal Embeddings on Amazon Bedrock and Amazon S3 Vectors. We evaluate the system on 26 manufacturing queries and compare generation quality between a text-only pipeline and the multimodal pipeline. Link to …


    Read More
  • How Miro uses Amazon Bedrock to boost software bug routing accuracy and improve time-to-resolution from days to hours

    calendar May 11, 2026 · aws.amazon.com/blogs/machine-learning
    How Miro uses Amazon Bedrock to boost software bug routing accuracy and improve time-to-resolution from days to hours

    In this post, we dive deep into the architecture and techniques we used to improve Miro’s bug routing, achieving six times fewer team reassignments and five times shorter time-to-resolution powered by Amazon Bedrock. Link to article: …


    Read More
  • High-Severity Security Issue Affecting TeamCity On-Premises (CVE-2026-44413) – Update to 2026.1 Now

    calendar May 11, 2026 · blog.jetbrains.com
    High-Severity Security Issue Affecting TeamCity On-Premises (CVE-2026-44413) – Update to 2026.1 Now

    Summary Details A high-severity post-authentication security vulnerability has been identified in TeamCity On-Premises. If exploited, this flaw may allow any authenticated user to expose some parts of the TeamCity server API to unauthorized users. All versions of TeamCity On-Premises are affected, while TeamCity Cloud …


    Read More
  • Amazon Quick: Accelerating the path from enterprise data to AI-powered decisions

    calendar May 11, 2026 · aws.amazon.com/blogs/machine-learning
    Amazon Quick: Accelerating the path from enterprise data to AI-powered decisions

    Amazon Quick helps turn your large enterprise data into fast and accurate AI-powered decisions. In this post, you will learn about five new capabilities of Amazon Quick that accelerate how data professionals deliver trusted AI-powered insights at enterprise scale. Link to article: …


    Read More
  • Publishing VM Applications in a Secure World

    calendar May 11, 2026 · devblogs.microsoft.com
    Publishing VM Applications in a Secure World

    Many of you who have published VM Applications may have come across a difficult conundrum regarding security. To create an application version, you must upload your application package to a Storage blob, then provide the address of that Storage blob for repl Link to article: …


    Read More
  • How ChatGPT adoption broadened in early 2026

    calendar May 11, 2026 · openai.com/blog
    How ChatGPT adoption broadened in early 2026

    ChatGPT adoption surged in Q1 2026, with fastest growth among users over 35 and more balanced gender usage, signaling broader mainstream AI adoption. Link to article: https://openai.com/signals/research/2026q1-update


    Read More
  • Additional notes on controlling which handles are inherited by Create­Process

    calendar May 11, 2026 · devblogs.microsoft.com
    Additional notes on controlling which handles are inherited by <code>Create­Process</code>

    Some time ago, I wrote about programmatically controlling which handles are inherited by new processes in Win32 by using the PROC_THREAD_ATTRIBUTE_ Link to article: https://devblogs.microsoft.com/oldnewthing/20260511-00/?p=112313


    Read More
  • The ReSharper 2026.2 Early Access Program Begins: Bringing More AI Agents into Visual Studio

    calendar May 11, 2026 · blog.jetbrains.com
    The ReSharper 2026.2 Early Access Program Begins: Bringing More AI Agents into Visual Studio

    We’re excited to announce that the Early Access Program (EAP) for ReSharper and .NET Tools 2026.2 is now underway! While our EAP announcements usually cover a wide range of new features, performance updates, and bug fixes, this release is different. We are dedicating this first preview entirely to a singular, …


    Read More
  • Rider 2026.2 Early Access Program Begins With Performance Improvements

    calendar May 11, 2026 · blog.jetbrains.com
    Rider 2026.2 Early Access Program Begins With Performance Improvements

    The Early Access Program (EAP) for Rider 2026.2 is now open, and the first preview build for the upcoming major release is already out. There are several ways for you to get your hands on the first preview build: A reminder of what the EAP is all about The Early Access Program is a long-standing […] Link to article: …


    Read More
  • Bridge Pattern Real-World Example in C#: Complete Implementation

    calendar May 11, 2026 · devleader.ca
    Bridge Pattern Real-World Example in C#: Complete Implementation

    Build a production-ready bridge pattern example in C# with a notification delivery system covering multiple channels, message priorities, and DI integration. Link to article: https://www.devleader.ca/2026/05/11/bridge-pattern-realworld-example-in-c-complete-implementation


    Read More
  • Terraform: Easier Azure Region Pairing and Governance with the Build5Nines Region Map Module

    calendar May 11, 2026 · build5nines.com
    Terraform: Easier Azure Region Pairing and Governance with the Build5Nines Region Map Module

    Managing Azure regions in Terraform sounds simple at first. You define a location variable, pass in something like eastus, and move on. That works fine for a small deployment. But once you start building real enterprise-scale Azure environments, region management gets messy fast. You need consistent region …


    Read More
  • Propagating OpenTelemetry context in .NET

    calendar May 11, 2026 · meziantou.net
    Propagating OpenTelemetry context in .NET

    When building distributed systems, maintaining observability across process boundaries is crucial for understanding the flow of requests through your application. OpenTelemetry provides a standard way to propagate tracing context, but implementing it correctly requires understanding several key concepts. This post …


    Read More
  • How enterprises are scaling AI

    calendar May 11, 2026 · openai.com/blog
    How enterprises are scaling AI

    How enterprises scale AI: from early experiments to compounding impact through trust, governance, workflow design, and quality at scale. Link to article: https://openai.com/business/guides-and-resources/how-enterprises-are-scaling-ai


    Read More
  • OpenAI Campus Network: Student club interest form

    calendar May 11, 2026 · openai.com/blog
    OpenAI Campus Network: Student club interest form

    Join the OpenAI Campus Network—connect student clubs worldwide, access AI tools, host events, and build an AI-powered campus community. Link to article: https://openai.com/index/openai-campus-network-student-club-interest-form


    Read More
  • The GoLand 2026.2 Early Access Program Has Started

    calendar May 11, 2026 · blog.jetbrains.com
    The GoLand 2026.2 Early Access Program Has Started

    The Early Access Program (EAP) for GoLand 2026.2 is now open. It’s a great opportunity to try upcoming features for free and help shape the product. EAP builds give you early access to what we’re working on, so you can test new functionality in your real workflows and share feedback with the GoLand team. Your […] Link …


    Read More
  • Our 2026 Direction: AI and Classic Workflows in JetBrains IDEs

    calendar May 11, 2026 · blog.jetbrains.com
    Our 2026 Direction: AI and Classic Workflows in JetBrains IDEs

    Two valid ways of writing code. One place to own it. Quick version for AI-news-tired readers: press here There are two ways developers create code now: We don’t think one is better than the other. Our goal is to ensure both workflows can coexist inside JetBrains IDEs without hindering each other. In practice, this …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top