.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB

    calendar Jul 24, 2026 · devblogs.microsoft.com
    Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB

    Recently we introduced the Agent Memory Toolkit Link to article: https://devblogs.microsoft.com/cosmosdb/native-agent-memory-for-microsoft-agent-framework-powered-by-azure-cosmos-db


    Read More
  • IDE Plugin Generator – The New Beginning

    calendar Jul 24, 2026 · blog.jetbrains.com
    IDE Plugin Generator – The New Beginning

    When IntelliJ IDEA 2026.1 arrived, creating a new IntelliJ Platform plugin became simpler. It replaced the old IDE plugin generator and the IntelliJ Platform Plugin Template with the new web-API-based IDE plugin generator, which combines the best parts of the previous approaches. The new IDE plugin generator is …


    Read More
  • New Bug-Fix Releases Are Available for MPS – 2025.3.1, 2025.2.3, and 2025.1.3

    calendar Jul 24, 2026 · blog.jetbrains.com
    New Bug-Fix Releases Are Available for MPS – 2025.3.1, 2025.2.3, and 2025.1.3

    We’ve released updates for multiple major MPS versions that fix several additional issues. DOWNLOAD MPS What’s new Among the shared updates, two fixes backported from 2026.1 are worth highlighting: MPS-38409 – The new read-only-inspector style applies the read-only property to all editor cells in the inspector. When …


    Read More
  • Best practices for applying Amazon Bedrock Guardrails to code generation workflows

    calendar Jul 23, 2026 · aws.amazon.com/blogs/machine-learning
    Best practices for applying Amazon Bedrock Guardrails to code generation workflows

    In this post, we explain how Amazon Bedrock Guardrails can be configured for code generation workflows with coding assistants to overcome these constraints. With these best practices, you can build an efficient blueprint helping you with effective capacity planning with robust safety coverage. Link to article: …


    Read More
  • The Microsoft 365 Copilot Agent’s Playbook: A Practical Livestream Series for Building Better Agents

    calendar Jul 23, 2026 · devblogs.microsoft.com
    The Microsoft 365 Copilot Agent’s Playbook: A Practical Livestream Series for Building Better Agents

    Building on Microsoft 365 Copilot? Here's your playbook. Declarative agents are quickly becoming one of the most excit Link to article: https://devblogs.microsoft.com/blog/the-microsoft-365-copilot-agents-playbook-a-practical-livestream-series-for-building-better-agents


    Read More
  • 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
  • NAudio 3 Effects Framework

    calendar Jul 23, 2026 · markheath.net
    NAudio 3 Effects Framework

    I've always been fascinated with audio effects, ever since I got my first "effects unit" - a "Realistic Reverb" from Radio Shack/Tandy. That was shortly followed by my first digital multi-effects unit - the BOSS SE-50. And so it was only natural that when I created NAudio I wanted to make it …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top