.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How Hapag-Lloyd uses Amazon Bedrock to transform customer feedback into actionable insights

    calendar May 5, 2026 · aws.amazon.com/blogs/machine-learning
    How Hapag-Lloyd uses Amazon Bedrock to transform customer feedback into actionable insights

    Hapag-Lloyd's Digital Customer Experience and Engineering team, distributed between Hamburg and Gdańsk, drives digital innovation by developing and maintaining customer-facing web and mobile products. In this post, we walk you through our generative AI–powered feedback analysis solution built using Amazon Bedrock, …


    Read More
  • Streamlining generative AI development with MLflow v3.10 on Amazon SageMaker AI

    calendar May 5, 2026 · aws.amazon.com/blogs/machine-learning
    Streamlining generative AI development with MLflow v3.10 on Amazon SageMaker AI

    Today, we’re excited to announce that Amazon SageMaker AI MLflow Apps now support MLflow version 3.10, bringing enhanced capabilities for generative AI development and streamlined experiment tracking to your generative AI workflows. Building on the foundations established with Amazon SageMaker AI MLflow Apps, this …


    Read More
  • Introducing OS Level Actions in Amazon Bedrock AgentCore Browser

    calendar May 5, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing OS Level Actions in Amazon Bedrock AgentCore Browser

    We’re announcing OS Level Actions for AgentCore Browser. This new capability unblocks these scenarios by exposing direct OS control through the InvokeBrowser API, so agents can interact with content visible on the screen, not only what's accessible through the browser's web layer. By combining full-desktop screenshots …


    Read More
  • Secure AI agents with Amazon Bedrock AgentCore Identity on Amazon ECS

    calendar May 5, 2026 · aws.amazon.com/blogs/machine-learning
    Secure AI agents with Amazon Bedrock AgentCore Identity on Amazon ECS

    AI agents in production require secure access to external services. Amazon Bedrock AgentCore Identity, available as a standalone service, secures how your AI agents access external services whether they run on compute platforms like Amazon ECS, Amazon EKS, AWS Lambda, or on-premises. This post implements Authorization …


    Read More
  • Intelligence-driven message defense and insights using Amazon Bedrock

    calendar May 5, 2026 · aws.amazon.com/blogs/machine-learning
    Intelligence-driven message defense and insights using Amazon Bedrock

    In this post, you will learn how you can use Amazon Nova Foundation Models in Amazon Bedrock to apply generative AI techniques for both business protection and enhancement. You can identify obvious and disguised attempts at direct contact while gaining valuable insights into customer sentiment and service improvement …


    Read More
  • A dispute over the TAB key highlights a mismatch between Microsoft and IBM organizational structures

    calendar May 5, 2026 · devblogs.microsoft.com
    A dispute over the <kbd>TAB</kbd> key highlights a mismatch between Microsoft and IBM organizational structures

    I've written in the past about the cultural mismatch between Microsoft and IBM during the collaboration on OS/2, with the Microsofties viewing their IBM col Link to article: https://devblogs.microsoft.com/oldnewthing/20260505-00/?p=112298


    Read More
  • Stop Sending IDE-Catchable AI Code Errors to Review

    calendar May 5, 2026 · blog.jetbrains.com
    Stop Sending IDE-Catchable AI Code Errors to Review

    AI coding tools might have handed your developers a productivity gain, but they’ve created a problem for your code review process. Pull request volume is up significantly, and the code arriving for review carries error patterns that weren’t common before generative AI. Yet it’s the same people with the same working …


    Read More
  • Modernizing SignalR with AWS AppSync Event API

    calendar May 5, 2026 · aws.amazon.com/blogs/dotnet
    Modernizing SignalR with AWS AppSync Event API

    SignalR is an open source library for .NET that adds real-time web functionality to applications. When building real-time features with SignalR, teams often face operational challenges like maintaining WebSocket connections across servers, running always-on infrastructure, and scaling a Redis backplane while keeping …


    Read More
  • Generate Images Locally with Docker Model Runner and Open WebUI

    calendar May 5, 2026 · docker.com
    Generate Images Locally with Docker Model Runner and Open WebUI

    We've all been there: you need to generate a few images for a project, you fire up an AI image service, and suddenly you're wondering what happens to your prompts, how many credits you have left, or why that "safe content" filter rejected your perfectly reasonable request for a dragon wearing a business suit. …


    Read More
  • When to Use Bridge Pattern in C#: Decision Guide with Examples

    calendar May 5, 2026 · devleader.ca
    When to Use Bridge Pattern in C#: Decision Guide with Examples

    Discover when to use the bridge pattern in C# with decision criteria, real-world use cases, and guidance on choosing bridge over simpler alternatives. Link to article: https://www.devleader.ca/2026/05/05/when-to-use-bridge-pattern-in-c-decision-guide-with-examples


    Read More
  • Java Annotated Monthly – May 2026

    calendar May 5, 2026 · blog.jetbrains.com
    Java Annotated Monthly – May 2026

    April flew by. The pace of tech development didn’t slow, and the flow of news and knowledge didn’t either. This month, Emily Bache joins us to share some sharp finds about AI agents and test-driven development. Java stays busy with fresh updates and practical tips, and Kotlin keeps pushing forward right next to it. The …


    Read More
  • What is dogfooding? How JetBrains builds better developer tools

    calendar May 5, 2026 · blog.jetbrains.com
    What is dogfooding? How JetBrains builds better developer tools

    Dogfooding in software development means using your own products to build, test, and improve them. At JetBrains, it’s a core part of how we create developer tools like IntelliJ IDEA, YouTrack, and Rider. We don’t rely on assumptions or abstract user personas. We use our tools every day in real workflows, which keeps us …


    Read More
  • Pattern matching in C#: Advanced scenarios you didn't know

    calendar May 5, 2026 · blog.elmah.io
    Pattern matching in C#: Advanced scenarios you didn't know

    table of contents Pattern matching is not just condition checking. It reflects how you think as a developer. Matching and validation can be achieved in a naive, descriptive way. However, a cleaner approach stands out in terms of readability and sometimes performance. Pattern matching combines patterns to express …


    Read More
  • Precision Container Security with Docker and Black Duck

    calendar May 5, 2026 · docker.com
    Precision Container Security with Docker and Black Duck

    The complexity of modern containerized applications often leaves developers drowning in a sea of "noise"—vulnerabilities that exist in the file system but pose zero actual risk to the application. The integration between Black Duck and Docker Hardened Images (DHI) provides a definitive answer to this …


    Read More
  • Announcing the WinApp VS Code Extension — Run, Debug, and Package Windows Apps in VS Code

    calendar May 4, 2026 · devblogs.microsoft.com
    Announcing the WinApp VS Code Extension — Run, Debug, and Package Windows Apps in VS Code

    VS Code is where m Link to article: https://devblogs.microsoft.com/ifdef-windows/announcing-the-winapp-vs-code-extension-run-debug-and-package-windows-apps-in-vs-code


    Read More
  • Java OpenJDK April 2026 Patch & Security Update

    calendar May 4, 2026 · devblogs.microsoft.com
    Java OpenJDK April 2026 Patch & Security Update

    Hello Java customers! We are happy to announce the latest April 2026 patch & security update release for the Microsoft Build of OpenJDK. Check our Link to article: https://devblogs.microsoft.com/java/java-openjdk-april-2026-patch-security-update


    Read More
  • Regex.Match, Matches, and IsMatch in C#: Named Groups and Capture Collections

    calendar May 4, 2026 · devleader.ca
    Regex.Match, Matches, and IsMatch in C#: Named Groups and Capture Collections

    Learn Regex.Match, Matches, and IsMatch in C# with named groups, capture collections, and .NET 7 EnumerateMatches for zero-allocation matching. Link to article: https://www.devleader.ca/2026/05/04/regexmatch-matches-and-ismatch-in-c-named-groups-and-capture-collections


    Read More
  • Beyond BI: How the Dataset Q&A feature of Amazon Quick powers the next generation of data decisions

    calendar May 4, 2026 · aws.amazon.com/blogs/machine-learning
    Beyond BI: How the Dataset Q&A feature of Amazon Quick powers the next generation of data decisions

    Business leaders across industries rely on operational dashboards as the shared source of truth that their teams execute against daily. But dashboards are built to answer known questions. When teams need to explore further, ad-hoc, multi-dimensional, or unforeseen questions, they hit a bottleneck. They wait hours or …


    Read More
  • Introducing the agent performance loop: AgentCore Optimization now in preview

    calendar May 4, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing the agent performance loop: AgentCore Optimization now in preview

    Generate recommendations from production traces, validate them with batch evaluation and A/B testing, and ship with confidence. AI agents that perform well at launch don’t stay that way. As models evolve, user behavior shifts, and prompts get reused in new contexts they were never designed for. Agent quality quietly …


    Read More
  • Agent-guided workflows to accelerate model customization in Amazon SageMaker AI

    calendar May 4, 2026 · aws.amazon.com/blogs/machine-learning
    Agent-guided workflows to accelerate model customization in Amazon SageMaker AI

    Amazon SageMaker AI now offers an agentic experience that changes this. Developers describe their use case using natural language, and the AI coding agent streamlines the entire journey, from use case definition and data preparation through technique selection, evaluation, and deployment. In this post, we walk you …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top