.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Vertical Slice Architecture Webinar

    calendar Jul 23, 2026 · jimmybogard.com
    Vertical Slice Architecture Webinar

    Next month I'm hosting a free webinar on Vertical Slice Architecture, DDD, and how they fit in with AI-assisted development. I, like a lot of developers, have embraced AI assistance for designing and building systems. While these tools can accelerate the creation of code, they don' Link to article: …


    Read More
  • Move Agent Orchestration/Workflows out of Code with Agent Framework Declarative Workflows 1.0

    calendar Jul 23, 2026 · devblogs.microsoft.com
    Move Agent Orchestration/Workflows out of Code with Agent Framework Declarative Workflows 1.0

    Most multi-agent apps wire every flow in application code: the sequence of steps, branching, and handoffs between agents all live inside the program, making the orchestration harder to review, version, and change. Declarative workflows make that orchestration ex Link to article: …


    Read More
  • Evaluating AI Agents: A production blueprint with Strands and AgentCore

    calendar Jul 23, 2026 · aws.amazon.com/blogs/machine-learning
    Evaluating AI Agents: A production blueprint with Strands and AgentCore

    Together, Motorway and AWS built an end-to-end evaluation pipeline that reduced incorrect results from 1 in 8 queries to 1 in 50 and cut issue detection time from few hours to few minutes. The pipeline combines the Strands Agents SDK with Amazon Bedrock AgentCore, a fully managed service for deploying and operating AI …


    Read More
  • Building trade assistant: How Jefferies optimized front office trading operations with AI

    calendar Jul 23, 2026 · aws.amazon.com/blogs/machine-learning
    Building trade assistant: How Jefferies optimized front office trading operations with AI

    In this post, we explore how Jefferies overcame these challenges with a solution built on Strands Agents, an agent harness SDK for building AI agents that can reason, plan, and act by orchestrating calls to foundation models (FMs) and external tools. The solution uses large language models (LLMs), Amazon Bedrock, and …


    Read More
  • Building multi-Region visualizations with Highcharts in Amazon Quick

    calendar Jul 23, 2026 · aws.amazon.com/blogs/machine-learning
    Building multi-Region visualizations with Highcharts in Amazon Quick

    This post shows you how to build multi-Region carrier performance dashboards in Quick Sight using Highcharts custom visualizations to overcome native chart limitations. You will learn how to maintain data sovereignty across AWS Regions while creating unified visualizations through the Quick Sight federated dataset …


    Read More
  • Detecting silent agent failures with Amazon Bedrock AgentCore optimization

    calendar Jul 23, 2026 · aws.amazon.com/blogs/machine-learning
    Detecting silent agent failures with Amazon Bedrock AgentCore optimization

    Amazon Bedrock AgentCore optimization surfaces silent behavioral failures in production AI agents: the ones that pass every health check but still deliver wrong outcomes. Learn how insights discovers, explains, and ranks failure patterns across sessions so you can fix the highest-impact issues first. Link to article: …


    Read More
  • Agentic retrieval for Amazon Bedrock Managed Knowledge Base

    calendar Jul 23, 2026 · aws.amazon.com/blogs/machine-learning
    Agentic retrieval for Amazon Bedrock Managed Knowledge Base

    This post focuses on why classic retrieval falls short on multi-part questions, how the AgenticRetrieveStream API works (including request construction and trace parsing), and when to choose it over the standard Retrieve API. Link to article: …


    Read More
  • Build locally, ship to Azure: meet Azure SQL Developer

    calendar Jul 23, 2026 · devblogs.microsoft.com
    Build locally, ship to Azure: meet Azure SQL Developer

    Big news: Azure SQL Developer is here, in private preview. It's the Azure SQL Databa Link to article: https://devblogs.microsoft.com/azure-sql/azure-sql-developer-prpr


    Read More
  • Securing Remote MCP Servers in C#: OAuth 2.0, JWT, and Protected Resource Metadata

    calendar Jul 23, 2026 · devleader.ca
    Securing Remote MCP Servers in C#: OAuth 2.0, JWT, and Protected Resource Metadata

    Secure MCP server authentication in C# with OAuth protected resource metadata, JWT bearer validation, authorization filters, and claims-aware MCP tools. Link to article: https://www.devleader.ca/2026/07/23/securing-remote-mcp-servers-in-c-oauth-20-jwt-and-protected-resource-metadata


    Read More
  • Smarter Spring Development in Eclipse with GitHub Copilot

    calendar Jul 23, 2026 · devblogs.microsoft.com
    Smarter Spring Development in Eclipse with GitHub Copilot

    How the Spring Tools MCP Server and GitHub Copilot together make Spring Development more efficient. Link to article: https://devblogs.microsoft.com/java/smarter-spring-development-in-eclipse-with-github-copilot


    Read More
  • GitHub Copilot CLI Custom Agents and Skills

    calendar Jul 23, 2026 · devleader.ca
    GitHub Copilot CLI Custom Agents and Skills

    GitHub Copilot CLI custom agents guide: compare instructions, skills, .agent.md files, and SKILL.md workflows for extensible team developer workflows. Link to article: https://www.devleader.ca/2026/07/23/github-copilot-cli-custom-agents-and-skills


    Read More
  • Axum Support in RustRover 2026.2: Build Web Backends Faster

    calendar Jul 23, 2026 · blog.jetbrains.com
    Axum Support in RustRover 2026.2: Build Web Backends Faster

    Axum support, one of the most popular web frameworks in the Rust ecosystem, is one of the highlights of the RustRover 2026.2 release. If you’re building web services, APIs, or distributed systems in Rust, this update makes it easier to navigate routes, understand request flows, and generate client calls directly from …


    Read More
  • Code Coverage: How to Measure It, Understand the Metrics, and Improve Your Tests

    calendar Jul 23, 2026 · blog.jetbrains.com
    Code Coverage: How to Measure It, Understand the Metrics, and Improve Your Tests

    Code coverage is one of those metrics that every development team talks about but few use to its full potential. Whether you’re shipping a SaaS product or maintaining a legacy monolith, understanding what your tests actually exercise-and what they miss-can make the difference between a confident release and a 2AM …


    Read More
  • Launching Health in ChatGPT

    calendar Jul 23, 2026 · openai.com/blog
    Launching Health in ChatGPT

    Health in ChatGPT now lets eligible U.S. users securely connect medical records and Apple Health to get more personalized insights and better understand their health. Link to article: https://openai.com/index/health-in-chatgpt


    Read More
  • Roslyn Analyzers vs Incremental Source Generators: Understanding the Pipeline

    calendar Jul 22, 2026 · devleader.ca
    Roslyn Analyzers vs Incremental Source Generators: Understanding the Pipeline

    Understand Roslyn analyzers vs incremental source generators -- how each hooks into the compilation pipeline and when to combine both in one NuGet package. Link to article: https://www.devleader.ca/2026/07/22/roslyn-analyzers-vs-incremental-source-generators-understanding-the-pipeline


    Read More
  • 5 Software Architecture Mistakes That Make Systems Hard to Change

    calendar Jul 22, 2026 · codeopinion.com
    5 Software Architecture Mistakes That Make Systems Hard to Change

    You can follow every enterprise best practice. You can use Clean Architecture, some type of layered architecture, event-driven architecture, microservices, or whatever else is popular. It can still end up in the same place. You have a system that is really hard to change. YouTube Check out my YouTube channel, where I …


    Read More
  • Windows App Development CLI v0.5.0 - expanded UI automation, JS/TS bindings, and more

    calendar Jul 22, 2026 · devblogs.microsoft.com
    Windows App Development CLI v0.5.0 - expanded UI automation, JS/TS bindings, and more

    WinApp C Link to article: https://devblogs.microsoft.com/ifdef-windows/windows-app-development-cli-v0-5-0-expanded-ui-automation-js-ts-bindings-and-more


    Read More
  • Visual Studio Code 1.130

    calendar Jul 22, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.130

    Learn what is new in Visual Studio Code 1.130 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.130


    Read More
  • Visual Studio Code 1.130 (Insiders)

    calendar Jul 22, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.130 (Insiders)

    Learn what's new in Visual Studio Code 1.130 (Insiders) Read the full article Link to article: https://devblogs.microsoft.com/external-blogs/visual-studio-code-1-130-insiders


    Read More
  • Visual Studio Code 1.131 (Insiders)

    calendar Jul 22, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.131 (Insiders)

    Learn what's new in Visual Studio Code 1.131 (Insiders) Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.131-(insiders)


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top