.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • Code Maintainability: What is it and Why It’s Important

    calendar May 11, 2026 · blog.jetbrains.com
    Code Maintainability: What is it and Why It’s Important

    Writing code that’s clean, readable, and easy to modify without causing unintended side effects is vital to ensuring a seamless development process. Good code encourages a smoother long-term software lifecycle that enables different developers to work with it, applying fixes, updates, and enhancements over time, making …


    Read More
  • Using configurable token lifetimes in Microsoft Entra ID, .NET and Microsoft Graph

    calendar May 11, 2026 · damienbod.com
    Using configurable token lifetimes in Microsoft Entra ID, .NET and Microsoft Graph

    Configurable token lifetimes in the Microsoft identity platform went GA and I thought I would look at implementing this using a .NET console application using Microsoft Graph . This article looks at implementing this with an delegated user credential as well as an application client credential. Code: …


    Read More
  • OpenAI launches DeployCo to help businesses build around intelligence

    calendar May 11, 2026 · openai.com/blog
    OpenAI launches DeployCo to help businesses build around intelligence

    OpenAI launches DeployCo, a new enterprise deployment company built to help organizations bring frontier AI into production and turn it into measurable business impact. Link to article: https://openai.com/index/openai-launches-the-deployment-company


    Read More
  • LINQ Ordering in C#: OrderBy, ThenBy, Order, and Custom Comparers

    calendar May 10, 2026 · devleader.ca
    LINQ Ordering in C#: OrderBy, ThenBy, Order, and Custom Comparers

    Master LINQ ordering in C# with OrderBy, ThenBy, and the .NET 7 Order() method. Covers custom IComparer, stable sort, StringComparer, and real-world examples. Link to article: https://www.devleader.ca/2026/05/10/linq-ordering-in-c-orderby-thenby-order-and-custom-comparers


    Read More
  • 6 Multi-Agent Orchestration Design Patterns Every Developer Should Know

    calendar May 10, 2026 · build5nines.com
    6 Multi-Agent Orchestration Design Patterns Every Developer Should Know

    When teams start building multi-agent AI systems, the first instinct is to wire agents together with ad-hoc scripts. Call Agent A. Then call Agent B. Add some if statements for error handling. Ship it. That works for a demo. It does not work for anything you need to trust. The problem is not the agents […] The article …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top