.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • Template Method Pattern Best Practices in C#: Code Organization and Maintainability

    calendar May 26, 2026 · devleader.ca
    Template Method Pattern Best Practices in C#: Code Organization and Maintainability

    Explore template method pattern best practices in C# including sealed methods, hook design, testing strategies, and maintainable inheritance hierarchies. Link to article: https://www.devleader.ca/2026/05/26/template-method-pattern-best-practices-in-c-code-organization-and-maintainability


    Read More
  • The Untrusted Autonomous Workload: How AI Coding Agents Reshape What Isolation Has to Do

    calendar May 26, 2026 · docker.com
    The Untrusted Autonomous Workload: How AI Coding Agents Reshape What Isolation Has to Do

    Earlier this year I mass-migrated my blog to Astro using Claude Code. 146 posts. 6,024 images. Canonical URLs, JSON-LD markup, sitemap generation, the whole stack. I'd spent hours writing a skills file to teach the agent about my blog's architecture, how deployment worked, what not to touch. And it worked. Claude Code …


    Read More
  • The Cheapest AI Request Is The Script You Only Had To Generate Once

    calendar May 26, 2026 · build5nines.com
    The Cheapest AI Request Is The Script You Only Had To Generate Once

    There’s a funny pattern that shows up when developers start using AI tools heavily. At first, we ask the model to do everything directly. Find… Link to article: https://build5nines.com/the-cheapest-ai-request-is-the-script-you-only-had-to-generate-once/


    Read More
  • How Four Teams Stopped Postponing the Refactoring They Knew They Needed

    calendar May 26, 2026 · blog.jetbrains.com
    How Four Teams Stopped Postponing the Refactoring They Knew They Needed

    As an engineering leader, you don’t need to be told your codebase needs attention. The issue isn’t awareness – it’s the rational risk calculation that follows. For four teams, that calculation kept producing the same answer: defer. They found a way out not by avoiding the calculation, but by changing what went into it. …


    Read More
  • Designing high-throughput APIs for 1M requests/minute .NET

    calendar May 26, 2026 · blog.elmah.io
    Designing high-throughput APIs for 1M requests/minute .NET

    table of contents Scaling horizontally is great… until the bill comes. Hence, as a startup or a big firm, you always need to be careful about billing while maintaining competitiveness. Every user who lands on your application needs high throughput. In today's post, I will share ways to Link to article: …


    Read More
  • Python for .NET devs: data types, classes, objects, records and interfaces

    calendar May 26, 2026 · code4it.dev
    Python for .NET devs: data types, classes, objects, records and interfaces

    A quick comparison of data types, classes, objects, records, and interfaces in C# and Python, designed for .NET developers learning Python. Link to article: https://www.code4it.dev/python-for-dotnet-developers/data-types-classes-objects-records-interfaces/


    Read More
  • Expression Trees as a Reflection Alternative in C#: When to Switch

    calendar May 25, 2026 · devleader.ca
    Expression Trees as a Reflection Alternative in C#: When to Switch

    Expression trees as a reflection alternative in C# -- learn to build compiled property accessors, method invokers, and factories in .NET 10. Link to article: https://www.devleader.ca/2026/05/25/expression-trees-as-a-reflection-alternative-in-c-when-to-switch


    Read More
  • Why Your Ideas Keep Getting Shut Down - Dev Leader Weekly 141

    calendar May 25, 2026 · devleader.ca
    Why Your Ideas Keep Getting Shut Down - Dev Leader Weekly 141

    Welcome to another issue of Dev Leader Weekly! In this issue, I dig into an ExperiencedDevs Reddit thread from someone who feels their ideas always get ignored -- and why it's almost never about the quality of the ideas. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top