.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Understanding Amazon Bedrock model lifecycle

    calendar Apr 9, 2026 · aws.amazon.com/blogs/machine-learning
    Understanding Amazon Bedrock model lifecycle

    This post shows you how to manage FM transitions in Amazon Bedrock, so you can make sure your AI applications remain operational as models evolve. We discuss the three lifecycle states, how to plan migrations with the new extended access feature, and practical strategies to transition your applications to newer models …


    Read More
  • The future of managing agents at scale: AWS Agent Registry now in preview

    calendar Apr 9, 2026 · aws.amazon.com/blogs/machine-learning
    The future of managing agents at scale: AWS Agent Registry now in preview

    Today, we're announcing AWS Agent Registry (preview) in AgentCore, a single place to discover, share, and reuse AI agents, tools, and agent skills across your enterprise. Link to article: https://aws.amazon.com/blogs/machine-learning/the-future-of-managing-agents-at-scale-aws-agent-registry-now-in-preview/


    Read More
  • Embed a live AI browser agent in your React app with Amazon Bedrock AgentCore

    calendar Apr 9, 2026 · aws.amazon.com/blogs/machine-learning
    Embed a live AI browser agent in your React app with Amazon Bedrock AgentCore

    This post walks you through three steps: starting a session and generating the Live View URL, rendering the stream in your React application, and wiring up an AI agent that drives the browser while your users watch. At the end, you will have a working sample application you can clone and run. Link to article: …


    Read More
  • Running Multiple Instances of an Aspire AppHost Without Port Conflicts

    calendar Apr 9, 2026 · devblogs.microsoft.com
    Running Multiple Instances of an Aspire AppHost Without Port Conflicts

    Running two different Aspire AppHosts at the same time works fine — they each get their own ports. But what if you need to run multiple instances of the same AppHost? Maybe you've cloned your source code into two different directories, or you're using git worktrees and want to work with both at the same time. That …


    Read More
  • Webinar – OSS Power-Ups: XenoAtom.Terminal.UI

    calendar Apr 9, 2026 · blog.jetbrains.com
    Webinar – OSS Power-Ups: XenoAtom.Terminal.UI

    Join us Thursday, April 16, 2026, 15:00 – 16:30 UTC (check other timezones) for our free live webinar, OSS PowerUps – XenoAtom.Terminal.UI, with Alexandre Mutel. This is the fifteenth episode of our series of OSS Power-Ups, where we put a spotlight on open-source .NET projects. Register now and get a reminder, or join …


    Read More
  • Introducing stateful MCP client capabilities on Amazon Bedrock AgentCore Runtime

    calendar Apr 9, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing stateful MCP client capabilities on Amazon Bedrock AgentCore Runtime

    In this post, you will learn how to build stateful MCP servers that request user input during execution, invoke LLM sampling for dynamic content generation, and stream progress updates for long-running tasks. You will see code examples for each capability and deploy a working stateful MCP server to Amazon Bedrock …


    Read More
  • How do you add or remove a handle from an active Wait­For­Multiple­Objects?

    calendar Apr 9, 2026 · devblogs.microsoft.com
    How do you add or remove a handle from an active <code>Wait­For­Multiple­Objects</code>?

    Last time, we looked at adding or removing a handle from an active Msg­Wait­For­Multiple­Objects, and observed that we could send a message to both break Link to article: https://devblogs.microsoft.com/oldnewthing/20260409-00/?p=112220


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

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

    Learn how to implement adapter pattern in C# with a step-by-step guide covering target interfaces, adaptees, object adapters, and dependency injection registration. Link to article: https://www.devleader.ca/2026/04/09/how-to-implement-adapter-pattern-in-c-stepbystep-guide


    Read More
  • Using Spring Data JDBC With Kotlin

    calendar Apr 9, 2026 · blog.jetbrains.com
    Using Spring Data JDBC With Kotlin

    This post was written together with Thorben Janssen, who has more than 20 years of experience with JPA and Hibernate and is the author of “Hibernate Tips: More than 70 Solutions to Common Hibernate Problems” and the JPA newsletter. Spring Data JDBC provides a simple and predictable persistence model. It focuses on …


    Read More
  • My Journey to Agent-First Development With Air

    calendar Apr 9, 2026 · blog.jetbrains.com
    My Journey to Agent-First Development With Air

    Some background I was an active AI user from the moment ChatGPT was first released, and I really liked its UX. Chatting is a familiar activity – I chat with my family, friends, and coworkers every day – so the learning curve was almost non-existent. On top of that, engaging with chatbots was already familiar […] Link …


    Read More
  • From Java to Wayland: A Pixel’s Journey

    calendar Apr 9, 2026 · blog.jetbrains.com
    From Java to Wayland: A Pixel’s Journey

    What happens when we try to draw a single pixel in Java? The rendering triggers a sophisticated and multi-layered process. It begins within the high-level frameworks of Java’s Abstract Window Toolkit (AWT) or Swing, then flows through the Java 2D graphics pipeline, necessitating precise handling of color models, gamma …


    Read More
  • OpenAI Full Fan Mode Contest: Terms & Conditions

    calendar Apr 9, 2026 · openai.com/blog
    OpenAI Full Fan Mode Contest: Terms & Conditions

    Explore the official terms and conditions for the OpenAI Full Fan Mode Contest, including eligibility, entry steps, judging criteria, and prize details. Learn how to participate, submit your entry on Instagram, and win IPL match tickets. Link to article: https://openai.com/index/full-fan-mode-contest-terms-conditions


    Read More
  • Plugin Contracts and Interfaces in C#: Designing Extensible Plugin Systems

    calendar Apr 8, 2026 · devleader.ca
    Plugin Contracts and Interfaces in C#: Designing Extensible Plugin Systems

    Design stable plugin contracts and interfaces in C# with versioning strategies and NuGet distribution. A practical guide for extensible .NET plugin systems. Link to article: https://www.devleader.ca/2026/04/08/plugin-contracts-and-interfaces-in-c-designing-extensible-plugin-systems


    Read More
  • Testing C# Source Generators: A Practical Guide

    calendar Apr 8, 2026 · devleader.ca
    Testing C# Source Generators: A Practical Guide

    Learn how to test C# source generators with .NET 10. Complete guide covering Microsoft.CodeAnalysis.Testing, unit tests, snapshot testing with Verify, and CI integration. Link to article: https://www.devleader.ca/2026/04/08/testing-c-source-generators-a-practical-guide


    Read More
  • Customize Amazon Nova models with Amazon Bedrock fine-tuning

    calendar Apr 8, 2026 · aws.amazon.com/blogs/machine-learning
    Customize Amazon Nova models with Amazon Bedrock fine-tuning

    In this post, we'll walk you through a complete implementation of model fine-tuning in Amazon Bedrock using Amazon Nova models, demonstrating each step through an intent classifier example that achieves superior performance on a domain specific task. Throughout this guide, you'll learn to prepare high-quality training …


    Read More
  • Human-in-the-loop constructs for agentic workflows in healthcare and life sciences

    calendar Apr 8, 2026 · aws.amazon.com/blogs/machine-learning
    Human-in-the-loop constructs for agentic workflows in healthcare and life sciences

    In healthcare and life sciences, AI agents help organizations process clinical data, submit regulatory filings, automate medical coding, and accelerate drug development and commercialization. However, the sensitive nature of healthcare data and regulatory requirements like Good Practice (GxP) compliance require human …


    Read More
  • Building intelligent audio search with Amazon Nova Embeddings: A deep dive into semantic audio understanding

    calendar Apr 8, 2026 · aws.amazon.com/blogs/machine-learning
    Building intelligent audio search with Amazon Nova Embeddings: A deep dive into semantic audio understanding

    This post walks you through understanding audio embeddings, implementing Amazon Nova Multimodal Embeddings, and building a practical search system for your audio content. You'll learn how embeddings represent audio as vectors, explore the technical capabilities of Amazon Nova, and see hands-on code examples for …


    Read More
  • Reinforcement fine-tuning on Amazon Bedrock: Best practices

    calendar Apr 8, 2026 · aws.amazon.com/blogs/machine-learning
    Reinforcement fine-tuning on Amazon Bedrock: Best practices

    In this post, we explore where RFT is most effective, using the GSM8K mathematical reasoning dataset as a concrete example. We then walk through best practices for dataset preparation and reward function design, show how to monitor training progress using Amazon Bedrock metrics, and conclude with practical …


    Read More
  • Reclaim Developer Hours through Smarter Vulnerability Prioritization with Docker and Mend.io

    calendar Apr 8, 2026 · docker.com
    Reclaim Developer Hours through Smarter Vulnerability Prioritization with Docker and Mend.io

    We recently announced the integration between Mend.io and Docker Hardened Images (DHI) provides a seamless framework for managing container security. By automatically distinguishing between base image vulnerabilities and application-layer risks, it uses VEX statements to differentiate between exploitable …


    Read More
  • Go 1.26.2-1 and 1.25.9-1 Microsoft builds now available

    calendar Apr 8, 2026 · devblogs.microsoft.com
    Go 1.26.2-1 and 1.25.9-1 Microsoft builds now available

    A new release of the Microsoft build of Go including security fixes is now available for download. For more information about this release and the changes included, see the table below: Microsoft Release Upstream Tag Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top