.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How Do You Build a Social Media Feed? (System Design)

    calendar Aug 15, 2026 · milanjovanovic.tech
    How Do You Build a Social Media Feed? (System Design)

    The home feed looks like the easiest feature in a social app: fetch posts from the accounts you follow, sort, return a page. Link to article: https://milanjovanovic.tech/blog/how-do-you-build-a-social-media-feed-system-design


    Read More
  • NAudio 3

    calendar Aug 15, 2026 · markheath.net
    NAudio 3

    I'm really pleased to announce the release of NAudio version 3, which includes a complete modernization of the entire library, many bug-fixes and performance improvements, and adds several key new features including cross-platform support on Linux and the ability to host VST 3 effects. There's too many changes to …


    Read More
  • End-to-end .NET modernization with AWS Transform and Kiro

    calendar Aug 14, 2026 · aws.amazon.com/blogs/dotnet
    End-to-end .NET modernization with AWS Transform and Kiro

    You can accelerate .NET application modernization with AWS Transform for full-stack Windows modernization—but there may be some follow on work. End-to-end modernization often involves post-transformation tasks to finalize your application for production readiness. By finalize, I mean validating, debugging, and …


    Read More
  • Windows App Development CLI v0.6 - create new WinUI applications, sign packages with Azure, and more

    calendar Aug 14, 2026 · devblogs.microsoft.com
    Windows App Development CLI v0.6 - create new WinUI applications, sign packages with Azure, and more

    Link to article: https://devblogs.microsoft.com/ifdef-windows/windows-app-development-cli-v0-6-create-new-winui-applications-sign-packages-with-azure-and-more


    Read More
  • Custom reward functions for multi-turn reinforcement learning with Amazon Nova Forge

    calendar Aug 14, 2026 · aws.amazon.com/blogs/machine-learning
    Custom reward functions for multi-turn reinforcement learning with Amazon Nova Forge

    In multi-turn reinforcement learning, your custom reward function decides what the model actually learns. This post shows how to design a composite multi-turn reward for Amazon Nova Forge, execute model-generated code safely inside it, and instrument each component to catch the pitfalls that quietly collapse a reward. …


    Read More
  • Building agentic workflows with SageMaker AI and Bedrock AgentCore

    calendar Aug 14, 2026 · aws.amazon.com/blogs/machine-learning
    Building agentic workflows with SageMaker AI and Bedrock AgentCore

    Learn how to combine OpenAI-compatible endpoints on Amazon SageMaker AI with Amazon Bedrock AgentCore runtime to build a multi-agent workflow where each specialized agent uses the model best suited to its job. This post also shows how to get token-level observability from SageMaker endpoints that Strands Agents does …


    Read More
  • Forcing an ARM64X executable to run as a specific architecture

    calendar Aug 14, 2026 · devblogs.microsoft.com
    Forcing an ARM64X executable to run as a specific architecture

    ARM64X is a fat binary Windows executable and DLL format for 64-bit ARM systems. For DLLs, the choice is clear, since only one of them will work: The version of the DLL that is loaded is the one that matches the host process. If the host process uses the Windows ARM64 ABI, then the ARM Link to article: …


    Read More
  • Pipeline Pattern in C#: A Modern .NET Guide

    calendar Aug 14, 2026 · devleader.ca
    Pipeline Pattern in C#: A Modern .NET Guide

    Learn the pipeline pattern in C#, its core stages, execution models, tradeoffs, and how to choose a stable .NET 10 implementation for production systems. Link to article: https://www.devleader.ca/2026/08/14/pipeline-pattern-in-c-a-modern-net-guide


    Read More
  • Reproducible ESP32 Firmware Development with Docker and Docker Sandboxes

    calendar Aug 14, 2026 · docker.com
    Reproducible ESP32 Firmware Development with Docker and Docker Sandboxes

    Build ESP32 firmware with reproducible Docker environments and use Docker Sandboxes for isolated AI-assisted development and hardware testing. Link to article: https://www.docker.com/blog/reproducible-esp32-firmware-development-with-docker-and-docker-sandboxes/


    Read More
  • Exploring Compose HTML for Server Side Rendering

    calendar Aug 14, 2026 · blog.jetbrains.com
    Exploring Compose HTML for Server Side Rendering

    Something is happening in server-rendered web development. React shipped Server Components. HTMX made “hypermedia” cool again. Phoenix LiveView proved a server can push interactive UI updates without a client framework in sight. Every ecosystem seems to be rediscovering the server as a place to render UI, except one: …


    Read More
  • Go 1.26.6-1 and 1.25.13-1 Microsoft builds now available

    calendar Aug 14, 2026 · devblogs.microsoft.com
    Go 1.26.6-1 and 1.25.13-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
  • Git-APE SaaS Factory

    calendar Aug 14, 2026 · devblogs.microsoft.com
    Git-APE SaaS Factory

    Agentic Platform Engineering for SaaS. Link to article: https://devblogs.microsoft.com/all-things-azure/git-ape-saas-factory


    Read More
  • NLog vs Serilog in .NET: Which Should You Choose?

    calendar Aug 13, 2026 · devleader.ca
    NLog vs Serilog in .NET: Which Should You Choose?

    Compare NLog vs Serilog in .NET to choose the right logging library. Covers configuration style, structured logging, performance, rules routing, sinks vs targets, and migration guidance. Link to article: https://www.devleader.ca/2026/08/13/nlog-vs-serilog-in-net-which-should-you-choose


    Read More
  • Using the Wolverine “Side Effect” Model to Simplify Code

    calendar Aug 13, 2026 · jeremydmiller.com
    Using the Wolverine “Side Effect” Model to Simplify Code

    First off, let me peel some egg off my face because I had allowed Claude to write quite a bit of code without close enough examination until just now. Arguably, we’re all good because we do have test coverage for the code I just refactored, so it’s all good in the end, but maybe just … Continue reading Using the …


    Read More
  • Routing and Failover for Microsoft.Extensions.AI

    calendar Aug 13, 2026 · devblogs.microsoft.com
    Routing and Failover for Microsoft.Extensions.AI

    As AI adoption scales, cost, uptime, and latency become first-class constraints on application architecture. Routing between models or providers is a lever on all three at once. These new Microsoft.Extensions.AI primitives handle it directly: route by message content, fail over when a provider goes down, or build your …


    Read More
  • Your best friend: BlockOnPossibleDataLoss=True

    calendar Aug 13, 2026 · devblogs.microsoft.com
    Your best friend: BlockOnPossibleDataLoss=True

    Let's start with an admission: developers all hate BlockOnPossibleDataLoss. It is the bane of a smooth development workflow, as significant schema changes can block deployment because of BlockOnPossibleDataLoss. Having said that, there's more to life than the developer's local loop. In fact, it's arguable that the loc …


    Read More
  • Clearer Build Optimization Results with GitHub Copilot

    calendar Aug 13, 2026 · devblogs.microsoft.com
    Clearer Build Optimization Results with GitHub Copilot

    We know that slow builds are a consistent theme in feedback from C++ developers. Your feedback helped us to shape GitHub Copilot build performance for Windows, an agent that can trace your build, find bottlenecks, apply optimizations, and measure the result. When using the agent, the clearest outcome is a …


    Read More
  • Monitor on-premises and multi-cloud AI agents with AgentCore Observability

    calendar Aug 13, 2026 · aws.amazon.com/blogs/machine-learning
    Monitor on-premises and multi-cloud AI agents with AgentCore Observability

    Set up Amazon Bedrock AgentCore Observability for AI agents running outside AWS: on-premises, on GCP, on Azure, or on developer machines. This walkthrough uses the AWS Distro for OpenTelemetry (ADOT) and IAM credentials to route session traces, span metrics, and token usage to the same AgentCore Observability …


    Read More
  • Automate legacy web applications with Amazon Bedrock AgentCore Browser Tool

    calendar Aug 13, 2026 · aws.amazon.com/blogs/machine-learning
    Automate legacy web applications with Amazon Bedrock AgentCore Browser Tool

    Learn how to automate legacy web applications that need human-like interaction using Amazon Bedrock AgentCore Browser Tool and Strands Agents. This walkthrough covers a reference architecture for an AI-powered digital worker that drives legacy interfaces through secure, isolated browser sessions while preserving human …


    Read More
  • Accelerating M&A due diligence with Amazon Bedrock AgentCore

    calendar Aug 13, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerating M&A due diligence with Amazon Bedrock AgentCore

    Learn how to build a multi-agent M&A due diligence system on Amazon Bedrock AgentCore. This post walks through a reference architecture that combines agent orchestration, knowledge retrieval, and governance controls, then deploys a complete sample you can run in your own AWS account. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top