.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Stop Joining Tables In Your “Modular” Monolith

    calendar May 27, 2026 · codeopinion.com
    Stop Joining Tables In Your “Modular” Monolith

    Modular monoliths are all the rage. You have well defined modules built around business capabilities. Maybe inside those modules you are using something like Clean Architecture. You have separation of concerns. You have direction of dependencies. Everything looks great and you think, “Wow, finally I have a really good …


    Read More
  • Build a Live Object Detection App for the Reachy Mini With TensorFlow and PyCharm

    calendar May 27, 2026 · blog.jetbrains.com
    Build a Live Object Detection App for the Reachy Mini With TensorFlow and PyCharm

    This is a guest post from Iulia Feroli, founder of the Back To Engineering YouTube community. In this tutorial, we build a live object detection app using TensorFlow and PyCharm, then deploy it onto the Reachy Mini open-source robot for real-time object tracking. Reachy Mini is a compact open-source robot built in …


    Read More
  • How to Implement Chain of Responsibility Pattern in C#: Step-by-Step Guide

    calendar May 27, 2026 · devleader.ca
    How to Implement Chain of Responsibility Pattern in C#: Step-by-Step Guide

    Learn how to implement the chain of responsibility pattern in C# with step-by-step examples covering handler chains, pipeline construction, and DI integration. Link to article: https://www.devleader.ca/2026/05/27/how-to-implement-chain-of-responsibility-pattern-in-c-stepbystep-guide


    Read More
  • Mitigating CVE-2026-31431 (“Copy Fail”) in Docker Engine

    calendar May 27, 2026 · docker.com
    Mitigating CVE-2026-31431 (“Copy Fail”) in Docker Engine

    CVE-2026-31431 is a Linux kernel vulnerability that was recently disclosed. This CVE does not compromise Docker infrastructure. That said, Docker Engine's default profiles prior to v29.4.3 allowed containers to create AF_ALG sockets, which is the syscall surface the exploit uses. You are not exposed if you are running …


    Read More
  • Big Thinkers: Linus Torvalds – How Linux and Git Shaped Modern Cloud Computing

    calendar May 27, 2026 · build5nines.com
    Big Thinkers: Linus Torvalds – How Linux and Git Shaped Modern Cloud Computing

    Modern cloud computing rests on layers of abstraction. Developers deploy containers without thinking about kernels. Platform teams automate infrastructure without touching physical hardware. Kubernetes clusters… Link to article: https://build5nines.com/big-thinkers-linus-torvalds-linux-cloud-computing/


    Read More
  • Koog 1.0 Is Out: Stable Core, Better Interop, and Multiplatform Observability

    calendar May 27, 2026 · blog.jetbrains.com
    Koog 1.0 Is Out: Stable Core, Better Interop, and Multiplatform Observability

    Last week at the KotlinConf 2026 keynote (watch the recording here), we announced Koog 1.0. Koog is JetBrains’ open-source framework for building AI agents in Kotlin and Java. It provides the core building blocks for agentic applications: tools, workflows, persistence, memory, observability, and integrations with …


    Read More
  • Building self-improving tax agents with Codex

    calendar May 27, 2026 · openai.com/blog
    Building self-improving tax agents with Codex

    See how OpenAI, Thrive, and Crete built a self-improving tax agent with Codex, automating filings, improving accuracy, and accelerating workflows. Link to article: https://openai.com/index/building-self-improving-tax-agents-with-codex


    Read More
  • How Dependency Injection Containers Use Reflection Internally in C#

    calendar May 26, 2026 · devleader.ca
    How Dependency Injection Containers Use Reflection Internally in C#

    Discover how C# DI containers use reflection to resolve dependencies -- then build a simplified version yourself to understand the internals in .NET 10. Link to article: https://www.devleader.ca/2026/05/26/how-dependency-injection-containers-use-reflection-internally-in-c


    Read More
  • Technical deep dive: AgentCore payments and innovation in agentic commerce

    calendar May 26, 2026 · aws.amazon.com/blogs/machine-learning
    Technical deep dive: AgentCore payments and innovation in agentic commerce

    Amazon Bedrock AgentCore payments is now available in preview, it provides instant payments to paid external services with no manual billing setup per provider, stablecoin support for cost-effective microtransactions that make sub-cent transactions economically viable, and configurable spending guardrails that give you …


    Read More
  • Build highly scalable serverless LangGraph multi-agent systems in AWS with Amazon Bedrock AgentCore

    calendar May 26, 2026 · aws.amazon.com/blogs/machine-learning
    Build highly scalable serverless LangGraph multi-agent systems in AWS with Amazon Bedrock AgentCore

    In this post, we provide a solution to build highly scalable, serverless multi-agent generative AI systems on AWS using LangGraph Agents as orchestrators integrated with Amazon Bedrock AgentCore Memory and Amazon Bedrock AgentCore Observability. Link to article: …


    Read More
  • Build high-performance generative AI systems with Strands Agents, NVIDIA NIM, and Amazon Bedrock AgentCore

    calendar May 26, 2026 · aws.amazon.com/blogs/machine-learning
    Build high-performance generative AI systems with Strands Agents, NVIDIA NIM, and Amazon Bedrock AgentCore

    In this post you'll learn how to build a multi-agent campaign review system that demonstrates parallel reasoning, context persistence, and traceable execution paths using an integrated architecture that combines NVIDIA NIM for GPU-accelerated inference. Amazon Bedrock AgentCore provides managed runtime, shared memory …


    Read More
  • AgentWatch: Proactive AWS monitoring with ambient agents

    calendar May 26, 2026 · aws.amazon.com/blogs/machine-learning
    AgentWatch: Proactive AWS monitoring with ambient agents

    In this post, we demonstrate the capabilities of AgentWatch through practical implementation. You will see how the solution performs infrastructure checks every 15 minutes, summarizing CloudWatch metrics, logs, and alarms across multiple AWS accounts. The agent delivers actionable reports directly to Slack and responds …


    Read More
  • Doing More with GitHub Copilot as a .NET Developer

    calendar May 26, 2026 · devblogs.microsoft.com
    Doing More with GitHub Copilot as a .NET Developer

    For most .NET developers, the best way to get started with GitHub Copilot is not by learning every feature first. It is by using the right Copilot experience for the work already in front of you. Inline completions are part of that story, of course. They help with the everyday C# work that is repetitive but still …


    Read More
  • Give Your .NET MAUI Android Apps a Material 3 Makeover

    calendar May 26, 2026 · devblogs.microsoft.com
    Give Your .NET MAUI Android Apps a Material 3 Makeover

    Starting with .NET MAUI 10, you can opt your Android app into Material 3 (a.k.a. Material You) styling with a single MSBuild property. Material 3 is already live in a large set of controls today, more are on the way in upcoming service releases, and the plan is for it to become the default for Android in a future …


    Read More
  • From idea to AI app: Creating intelligent research assistants with Strands

    calendar May 26, 2026 · aws.amazon.com/blogs/machine-learning
    From idea to AI app: Creating intelligent research assistants with Strands

    Building an AI app shouldn’t require a PhD in machine learning (ML) or months of wrestling with complex architectures. Yet that’s exactly what happens when you try to orchestrate multiple API calls, manage conversation state, and create agents that can reason on their own. I’ve seen straightforward AI ideas balloon …


    Read More
  • Build an enterprise observability solution for Amazon Quick

    calendar May 26, 2026 · aws.amazon.com/blogs/machine-learning
    Build an enterprise observability solution for Amazon Quick

    When hundreds to thousands of users are onboarded to an enterprise AI platform, business leaders and platform owners need visibility into who is using the platform, whether users are satisfied with the answers they receive, and which capabilities are driving the most engagement. Without a centralized observability …


    Read More
  • Transforming professional work: How Amazon Quick turns document creation from hours into minutes

    calendar May 26, 2026 · aws.amazon.com/blogs/machine-learning
    Transforming professional work: How Amazon Quick turns document creation from hours into minutes

    In this post, we explore how the Amazon Quick document and visualization creation capabilities work, what you can build with them, and how professionals across roles are using them to reclaim hours of their workweek. From technical execution to strategic judgment Most professional roles carry an unspoken assumption …


    Read More
  • Visual Studio May Update – Plan, Review, Refine

    calendar May 26, 2026 · devblogs.microsoft.com
    Visual Studio May Update – Plan, Review, Refine

    There's a particular rhythm to good development work: you think, you try, you check, you adjust. This month's Visual Studio update leans into that rhythm. Whether you're sketching an approach with the Plan agent before t Link to article: …


    Read More
  • IntelliJ IDEA 2026.2 EAP Is Open

    calendar May 26, 2026 · blog.jetbrains.com
    IntelliJ IDEA 2026.2 EAP Is Open

    The Early Access Program (EAP) for IntelliJ IDEA 2026.2 is now ongoing. The first EAP builds are already available in the Toolbox App, on the website, and as a snap for Ubuntu. As always, EAP builds are free to use until the release ships, and the feedback you send genuinely helps shape the final version. […] Link to …


    Read More
  • How AI Agents Can Work with TeamCity

    calendar May 26, 2026 · blog.jetbrains.com
    How AI Agents Can Work with TeamCity

    TL;DR: At some point, we crossed an interesting threshold. AI agents can now set up TeamCity build configurations and even full build chains, add build features, and configure parameters. This works because TeamCity documentation is structured and accessible through MCP via Context7, and because agents can rely on …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top