.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Serilog Enrichers: Adding Context to Every Log Entry

    calendar Jul 11, 2026 · devleader.ca
    Serilog Enrichers: Adding Context to Every Log Entry

    Master Serilog enrichers in .NET: add machine name, thread ID, correlation IDs, and custom properties to every log entry automatically. Complete C# guide. Link to article: https://www.devleader.ca/2026/07/11/serilog-enrichers-adding-context-to-every-log-entry


    Read More
  • How to Test Vertical Slice Architecture

    calendar Jul 11, 2026 · milanjovanovic.tech
    How to Test Vertical Slice Architecture

    The most common question I get about vertical slice architecture isn't about structure. It's "where do my tests go?" The layered-architecture testing habits (mock the repository, test the service) don't map onto slices, and that's a feature. Here's the testing approach that fits VSA naturally. Link to …


    Read More
  • Roslyn Analyzers in C#: The Complete Guide

    calendar Jul 11, 2026 · devleader.ca
    Roslyn Analyzers in C#: The Complete Guide

    Learn what roslyn analyzers are, how they work in the .NET 10 compiler pipeline, why teams build custom diagnostics, and how to write your first rule in C#. Link to article: https://www.devleader.ca/2026/07/11/roslyn-analyzers-in-c-the-complete-guide


    Read More
  • Your AI Agent Just Got a Lot Better at the Critter Stack: AI Skills 1.6.0

    calendar Jul 10, 2026 · jeremydmiller.com
    Your AI Agent Just Got a Lot Better at the Critter Stack: AI Skills 1.6.0

    JasperFx Software and the greater “Critter Stack” community is advancing our tools pretty rapidly and we have (at least for now) a release cadence that’s far more rapid than our competitors in the .NET space. It’s perfectly possible to be an experienced Critter Stack user and not be aware of the latest, greatest …


    Read More
  • How to Test and Debug a NuGet Package Locally Before Publishing

    calendar Jul 10, 2026 · devleader.ca
    How to Test and Debug a NuGet Package Locally Before Publishing

    Learn how to test nuget package locally before publishing -- set up a local feed, pack to it, consume from a test project, and inspect your .nupkg file. Link to article: https://www.devleader.ca/2026/07/10/how-to-test-and-debug-a-nuget-package-locally-before-publishing


    Read More
  • Go 1.26.5-2 Microsoft build now available

    calendar Jul 10, 2026 · devblogs.microsoft.com
    Go 1.26.5-2 Microsoft build now available

    A new release of the Microsoft build of Go 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: https://devblogs.microsoft.com/go/go-1-26-5-2-microsoft-build-now-available


    Read More
  • Fine-tune NVIDIA Nemotron 3 models with Amazon SageMaker AI serverless model customization

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Fine-tune NVIDIA Nemotron 3 models with Amazon SageMaker AI serverless model customization

    In this post, we explore what makes the Nemotron 3 architecture unique, walk through the fine-tuning techniques available, and show you step-by-step how to get started with serverless customization using SageMaker Studio. Link to article: …


    Read More
  • Real-time dental image verification with Amazon SageMaker AI at Henry Schein One

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Real-time dental image verification with Amazon SageMaker AI at Henry Schein One

    This post describes how Henry Schein One closed that gap by building Image Verify, an AI-powered quality verification system on Amazon SageMaker AI that evaluates dental X-ray quality at the point of capture, in real time, across thousands of locations. The system went from concept to over 10,000 active locations …


    Read More
  • Build a semantic layer for agentic AI on AWS with Stardog and Amazon Bedrock AgentCore

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Build a semantic layer for agentic AI on AWS with Stardog and Amazon Bedrock AgentCore

    In this post we show how to build a semantic layer on AWS using Stardog’s Semantic AI Application over Amazon Aurora and Amazon Redshift, and how to run a Strands Agents agent on Amazon Bedrock AgentCore that queries the layer to answer customer 360 questions across both sources without extract, transform, and load …


    Read More
  • Scaling agentic workflows with native case management in Amazon Quick Automate

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Scaling agentic workflows with native case management in Amazon Quick Automate

    In this post, we show you how to combine case management with agentic automation capabilities in Quick Automate. We introduce case management and explore the lifecycle of cases in an agentic workflow from case creation through processing to resolution. We cover how to create and manage single or multiple cases, …


    Read More
  • Deploying quantized models on Amazon SageMaker AI with Unsloth

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Deploying quantized models on Amazon SageMaker AI with Unsloth

    In this post, you will learn four deployment patterns for taking models that have already been quantized with Unsloth and deploying them on AWS infrastructure. The patterns use Amazon Elastic Compute Cloud (Amazon EC2) for direct instance access, Amazon SageMaker AI inference endpoints for managed serving, and Amazon …


    Read More
  • How KTern.AI built agentic AI for SAP on Amazon Bedrock AgentCore

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    How KTern.AI built agentic AI for SAP on Amazon Bedrock AgentCore

    Evolving from a traditional software as a service (SaaS) platform into a next-generation agentic AI platform meant orchestrating multiple specialized agents across long-running enterprise programs. Each agent operates with persistent context, secure tool access, and production-grade reliability. We built that system on …


    Read More
  • Disaggregated prefill and decode for LLM inference on SageMaker HyperPod

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Disaggregated prefill and decode for LLM inference on SageMaker HyperPod

    In this post, we show how to implement DPD with vLLM on Amazon SageMaker HyperPod using the HyperPod Inference Operator. Link to article: https://aws.amazon.com/blogs/machine-learning/disaggregated-prefill-and-decode-for-llm-inference-on-sagemaker-hyperpod/


    Read More
  • Shrinking Azure Pipeline task extensions using esbuild

    calendar Jul 10, 2026 · devblogs.microsoft.com
    Shrinking Azure Pipeline task extensions using esbuild

    TL;DR We bundled an internal Azure Pipelines task extension into a single bundled JavaScript file using esbuild. The task package dropped from tens of megabytes and thousands of files to three files per task ( script.js , task.json , and icon.png ). The change took about 20 lines of b Link to article: …


    Read More
  • The case of the mysterious changes to integers when there shouldn't have been any code generation effect

    calendar Jul 10, 2026 · devblogs.microsoft.com
    The case of the mysterious changes to integers when there shouldn't have been any code generation effect

    A colleague made some code changes that should not have had any effect on the generated binary. Specifically, they migrated from the NDIS_STRING_CONST macro to Link to article: https://devblogs.microsoft.com/oldnewthing/20260710-00/?p=112514


    Read More
  • What Is a Monolith? Monolithic Architecture Types Explained for C# Developers

    calendar Jul 10, 2026 · devleader.ca
    What Is a Monolith? Monolithic Architecture Types Explained for C# Developers

    Understand what a monolith is and the different types of monolithic architectures -- with C# examples that show exactly how each type looks in .NET code. Link to article: https://www.devleader.ca/2026/07/10/what-is-a-monolith-monolithic-architecture-types-explained-for-c-developers


    Read More
  • Microsoft Agent Framework for Go public preview

    calendar Jul 10, 2026 · devblogs.microsoft.com
    Microsoft Agent Framework for Go public preview

    We are excited to announce the public preview of Microsoft Agent Framework for Go, a Go implementation of Microsoft Agent Framework for building, orchestrating, and deploying AI agents and multi-agent workflows. Link to article: https://devblogs.microsoft.com/go/microsoft-agent-framework-for-go-public-preview


    Read More
  • dotInsights | July 2026

    calendar Jul 10, 2026 · blog.jetbrains.com
    dotInsights | July 2026

    Did you know? The using keyword has two completely different meanings. You can use it to import classes from different namespaces at the top of a file, or to ensure deterministic cleanup in a method body. It’s not the only keyword that has multiple meanings. See how many you can think of. Welcome to dotInsights […] …


    Read More
  • How Deutsche Telekom is rewiring telecommunications with AI

    calendar Jul 10, 2026 · openai.com/blog
    How Deutsche Telekom is rewiring telecommunications with AI

    How Deutsche Telekom is becoming an AI-native telco with OpenAI-transforming customer service, employee workflows, network operations, and the future of voice. Link to article: https://openai.com/index/deutsche-telekom


    Read More
  • Build Your First MCP Server in C#: A Step-by-Step Quickstart

    calendar Jul 10, 2026 · devleader.ca
    Build Your First MCP Server in C#: A Step-by-Step Quickstart

    Build an MCP server in C# with a local stdio quickstart covering packages, Host setup, tool attributes, VS Code wiring, stderr logs, and common fixes. Link to article: https://www.devleader.ca/2026/07/10/build-your-first-mcp-server-in-c-a-stepbystep-quickstart


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top