.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Build AI-powered employee onboarding agents with Amazon Quick

    calendar Apr 6, 2026 · aws.amazon.com/blogs/machine-learning
    Build AI-powered employee onboarding agents with Amazon Quick

    In this post, we walk through building a custom HR onboarding agent with Quick. We show how to configure an agent that understands your organization’s processes, connects to your HR systems, and automates common tasks, such as answering new-hire questions and tracking document completion. Link to article: …


    Read More
  • Accelerate agentic tool calling with serverless model customization in Amazon SageMaker AI

    calendar Apr 6, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerate agentic tool calling with serverless model customization in Amazon SageMaker AI

    In this post, we walk through how we fine-tuned Qwen 2.5 7B Instruct for tool calling using RLVR. We cover dataset preparation across three distinct agent behaviors, reward function design with tiered scoring, training configuration and results interpretation, evaluation on held-out data with unseen tools, and …


    Read More
  • Building Intelligent Search with Amazon Bedrock and Amazon OpenSearch for hybrid RAG solutions

    calendar Apr 6, 2026 · aws.amazon.com/blogs/machine-learning
    Building Intelligent Search with Amazon Bedrock and Amazon OpenSearch for hybrid RAG solutions

    In this post, we show how to implement a generative AI agentic assistant that uses both semantic and text-based search using Amazon Bedrock, Amazon Bedrock AgentCore, Strands Agents and Amazon OpenSearch. Link to article: …


    Read More
  • From isolated alerts to contextual intelligence: Agentic maritime anomaly analysis with generative AI

    calendar Apr 6, 2026 · aws.amazon.com/blogs/machine-learning
    From isolated alerts to contextual intelligence: Agentic maritime anomaly analysis with generative AI

    This blog post demonstrates how Windward helps enhance and accelerate alert investigation processes by combining geospatial intelligence with generative AI, enabling analysts to focus on decision-making rather than data collection. Link to article: …


    Read More
  • MCP Apps on Azure Functions: Quickstart with TypeScript

    calendar Apr 6, 2026 · devblogs.microsoft.com
    MCP Apps on Azure Functions: Quickstart with TypeScript

    Azure Functions makes hosting MCP apps simple: build locally, create a secure endpoint, and deploy fast with Azure Developer CLI (azd). This guide shows you how using a weather app example. What are MCP Apps? MCP Apps let MCP servers return interactive HTML in Link to article: …


    Read More
  • Connecting MCP servers to Amazon Bedrock AgentCore Gateway using Authorization Code flow

    calendar Apr 6, 2026 · aws.amazon.com/blogs/machine-learning
    Connecting MCP servers to Amazon Bedrock AgentCore Gateway using Authorization Code flow

    Amazon Bedrock AgentCore Gateway provides a centralized layer for managing how AI agents connect to tools and MCP servers across your organization. In this post, we walk through how to configure AgentCore Gateway to connect to an OAuth-protected MCP server using the Authorization Code flow. Link to article: …


    Read More
  • Learning to read C++ compiler errors: Illegal use of -> when there is no -> in sight

    calendar Apr 6, 2026 · devblogs.microsoft.com
    Learning to read C++ compiler errors: Illegal use of <tt>-></tt> when there is no <tt>-></tt> in sight

    A customer reported a problem with a system header file. When they included ole2.h, the compiler reported an error in oaidl.h: MIDL_INTERFACE("3127CA40-446E-11CE-8135-00AA004BB851") IErrorLog : public IUnknown { public: virtual HRESULT STDM Link to article: …


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

    calendar Apr 6, 2026 · devleader.ca
    When to Use Composite Pattern in C#: Decision Guide with Examples

    Discover when to use composite pattern in C# with real decision criteria, use case examples, and guidance on when simpler alternatives work better. Link to article: https://www.devleader.ca/2026/04/06/when-to-use-composite-pattern-in-c-decision-guide-with-examples


    Read More
  • Accessing files from the action repository in a GitHub Composite Action

    calendar Apr 6, 2026 · meziantou.net
    Accessing files from the action repository in a GitHub Composite Action

    GitHub Actions allows you to create reusable actions. One of the easiest ways to do this is to use Composite Actions, which let you combine multiple steps into a single action. This reduces code duplication across your workflows. When creating a composite action, you may need to reference files stored in the action …


    Read More
  • Java Annotated Monthly – April 2026

    calendar Apr 6, 2026 · blog.jetbrains.com
    Java Annotated Monthly – April 2026

    It’s safe to say March was defined by one thing: Java 26. In this issue of Java Annotated Monthly, we’ve curated a rich selection of articles to help you get the full picture of the release. Marit van Dijk joins us as the featured guest author, bringing her expertise to help you navigate the changes […] Link to …


    Read More
  • Announcing the OpenAI Safety Fellowship

    calendar Apr 6, 2026 · openai.com/blog
    Announcing the OpenAI Safety Fellowship

    A pilot program to support independent safety and alignment research and develop the next generation of talent Link to article: https://openai.com/index/introducing-openai-safety-fellowship


    Read More
  • Have I Finally Moved Away From Visual Studio? - Dev Leader Weekly 134

    calendar Apr 6, 2026 · devleader.ca
    Have I Finally Moved Away From Visual Studio? - Dev Leader Weekly 134

    Welcome to another issue of Dev Leader Weekly! In this issue, I talk about finally stepping away from Visual Studio after a lifetime of using it, why Copilot CLI clicked for me, and how I'm using Roslyn analyzers as guardrails to stop AI from repeating its own mistakes. Link to article: …


    Read More
  • Industrial policy for the Intelligence Age

    calendar Apr 6, 2026 · openai.com/blog
    Industrial policy for the Intelligence Age

    Explore our ambitious, people-first industrial policy ideas for the AI era—focused on expanding opportunity, sharing prosperity, and building resilient institutions as advanced intelligence evolves. Link to article: https://openai.com/index/industrial-policy-for-the-intelligence-age


    Read More
  • Evaluating AI Agents with Microsoft.Extensions.AI.Evaluation in C#

    calendar Apr 5, 2026 · devleader.ca
    Evaluating AI Agents with Microsoft.Extensions.AI.Evaluation in C#

    Learn evaluating ai agents microsoft extensions ai evaluation in C#. Build LLM-as-judge evaluation harnesses with real .NET code examples for quality testing. Link to article: https://www.devleader.ca/2026/04/05/evaluating-ai-agents-with-microsoftextensionsaievaluation-in-c


    Read More
  • Observer Pattern Real-World Example in C#: Complete Implementation

    calendar Apr 5, 2026 · devleader.ca
    Observer Pattern Real-World Example in C#: Complete Implementation

    Build a complete observer pattern real-world example in C# with a stock price monitoring system featuring multiple subscriber types and async notifications. Link to article: https://www.devleader.ca/2026/04/05/observer-pattern-realworld-example-in-c-complete-implementation


    Read More
  • String Performance: Avoid Unnecessary Conversions with StringBuilder

    calendar Apr 5, 2026 · dotnettips.wordpress.com
    String Performance: Avoid Unnecessary Conversions with StringBuilder

    The excerpt from "Rock Your Code" advises caution when using StringBuilder with non-string types, highlighting that unnecessary conversions can hinder performance. Link to article: https://dotnettips.com/2026/04/05/string-performance-avoid-unnecessary-conversions-with-stringbuilder/


    Read More
  • Microsoft Agent Framework vs Semantic Kernel: Which to Use in C#

    calendar Apr 4, 2026 · devleader.ca
    Microsoft Agent Framework vs Semantic Kernel: Which to Use in C#

    Compare microsoft agent framework vs semantic kernel in C# with a side-by-side breakdown, feature table, and decision guide to help you choose the right tool. Link to article: https://www.devleader.ca/2026/04/04/microsoft-agent-framework-vs-semantic-kernel-which-to-use-in-c


    Read More
  • How to Implement Composite Pattern in C#: Step-by-Step Guide

    calendar Apr 4, 2026 · devleader.ca
    How to Implement Composite Pattern in C#: Step-by-Step Guide

    Learn how to implement composite pattern in C# with a step-by-step guide covering component interfaces, leaf nodes, composites, and recursive operations. Link to article: https://www.devleader.ca/2026/04/04/how-to-implement-composite-pattern-in-c-stepbystep-guide


    Read More
  • Implementing the Inbox Pattern for Reliable Message Consumption

    calendar Apr 4, 2026 · milanjovanovic.tech
    Implementing the Inbox Pattern for Reliable Message Consumption

    The Outbox pattern guarantees reliable publishing. But what about the consumer side? The Inbox pattern ensures each incoming message is processed exactly once, even when the broker retries or delivers duplicates. Here's how to implement it in .NET with MassTransit and PostgreSQL. Link to article: …


    Read More
  • C# Source Generator Performance: Measuring and Optimizing Build-Time Impact

    calendar Apr 3, 2026 · devleader.ca
    C# Source Generator Performance: Measuring and Optimizing Build-Time Impact

    Learn to measure and optimize C# source generator performance in .NET. Covers incremental source generator caching, build-time profiling, and binlog analysis. Link to article: https://www.devleader.ca/2026/04/03/c-source-generator-performance-measuring-and-optimizing-buildtime-impact


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top