.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Terraform Dependency Management: When Ordering Matters More Than You Think

    calendar Jun 30, 2026 · build5nines.com
    Terraform Dependency Management: When Ordering Matters More Than You Think

    Every Terraform user eventually has that moment. You run terraform apply, expecting a clean deployment, and Terraform confidently starts building resources in an order that makes… Link to article: https://build5nines.com/terraform-dependency-management-when-ordering-matters-more-than-you-think/


    Read More
  • Closed class hierarchies: Exploring the .NET 11 preview - Part 4

    calendar Jun 30, 2026 · andrewlock.net
    Closed class hierarchies: Exploring the .NET 11 preview - Part 4

    In this post I describe what a close closed hierarchy is, how to create one, and discuss why you might want to Link to article: https://andrewlock.net/exploring-the-dotnet-11-preview-4-closed-class-hierarchies/


    Read More
  • 🚀React Native Windows v0.84 is here!!

    calendar Jun 30, 2026 · devblogs.microsoft.com
    🚀React Native Windows v0.84 is here!!

    We're excited to release React Native Windows 0.84.0, aligned with React Native 0.84.1. React Native Windows v0.84 delivers input-handling improvements such as standard click events and imperative focus, theme-aware defaults and robust hit-testing semantics. Link to article: …


    Read More
  • No more regressions with Snapshot Tests in C# using Verify: a practical guide

    calendar Jun 30, 2026 · code4it.dev
    No more regressions with Snapshot Tests in C# using Verify: a practical guide

    Snapshot Tests are an uncommon type of test that focuses on checking that no regressions were introduced after a code refactoring. Let’s learn how they work and how to use the Verify NuGet library to add them to your test suite. Link to article: https://www.code4it.dev/blog/snapshot-tests-with-verify/


    Read More
  • .NET 8 and .NET 9 will reach End of Support on November 10, 2026

    calendar Jun 29, 2026 · devblogs.microsoft.com
    .NET 8 and .NET 9 will reach End of Support on November 10, 2026

    .NET 8 and .NET 9 will reach end of support on November 10, 2026. After that date, Microsoft will no longer provide servicing updates, security fixes, or technical support for these versions. We recommend upgrading to Link to article: https://devblogs.microsoft.com/dotnet/dotnet-8-9-end-of-support


    Read More
  • HttpClient Resilience in .NET 10: Timeout, Retry, and Circuit Breaker with Microsoft.Extensions.Http.Resilience

    calendar Jun 29, 2026 · devleader.ca
    HttpClient Resilience in .NET 10: Timeout, Retry, and Circuit Breaker with Microsoft.Extensions.Http.Resilience

    A complete guide to HttpClient retry policy C# patterns in .NET 10 using Microsoft.Extensions.Http.Resilience -- retries, circuit breakers, timeouts, and more. Link to article: https://www.devleader.ca/2026/06/29/httpclient-resilience-in-net-10-timeout-retry-and-circuit-breaker-with-microsoftextensionshttpresilience


    Read More
  • SkiaSharp 4.0 is here: announcing the first stable release

    calendar Jun 29, 2026 · devblogs.microsoft.com
    SkiaSharp 4.0 is here: announcing the first stable release

    SkiaSharp has been the backbone of cross-platform 2D graphics in .NET for over a decade. It powers pixel-perfect text, geometry, and image rendering across mobile, desktop, web, and server using the open-source Skia engine, and it sits under .NET MAUI, WebAssembly, WinUI 3, and frameworks like Link to article: …


    Read More
  • Why Care About Agent Authored Code Quality

    calendar Jun 29, 2026 · ardalis.com/blog
    Why Care About Agent Authored Code Quality

    A developer I was chatting with recently raised a question I’ve been hearing more and more: Since we can produce code so fast now, does the code actually matter that much? Assuming the code fulfills the requirement through actual user testing, who cares what the code looks like? We’re just sitting at another layer of …


    Read More
  • Implement a backup strategy for Amazon Quick Sight BI assets

    calendar Jun 29, 2026 · aws.amazon.com/blogs/machine-learning
    Implement a backup strategy for Amazon Quick Sight BI assets

    In this post, we cover best practices for implementing an effective backup strategy for BI assets in Quick Sight. We start by covering the options for selecting the assets to include in your backup, then explain the high-level APIs available for that purpose, and finalize with sample code to help you get started …


    Read More
  • Pair Nova 2 Lite with Claude for cost-optimized document processing

    calendar Jun 29, 2026 · aws.amazon.com/blogs/machine-learning
    Pair Nova 2 Lite with Claude for cost-optimized document processing

    In this post, we show how pairing Amazon Nova 2 Lite with Anthropic’s Claude Sonnet 4.6 delivers an efficient solution for digitizing scanned documents at scale. We built a two-model pipeline on Amazon Bedrock for digitizing scanned yearbook pages. Amazon Nova 2 Lite handles native multimodal extraction in a single …


    Read More
  • Multi-tenant LLM analytics with row-level security: How we built a secure agent on AWS

    calendar Jun 29, 2026 · aws.amazon.com/blogs/machine-learning
    Multi-tenant LLM analytics with row-level security: How we built a secure agent on AWS

    In this post, we show you how PAR built a production-ready multi-tenant LLM analytics system that enforces row-level security through a three-layer architecture: cryptographic request signing with AWS SigV4, semantic validation on Amazon Bedrock, and programmatic data isolation via Split-Plane SQL. We demonstrate how …


    Read More
  • Build an agentic AI healthcare claims pipeline with Amazon Bedrock and AWS HealthLake

    calendar Jun 29, 2026 · aws.amazon.com/blogs/machine-learning
    Build an agentic AI healthcare claims pipeline with Amazon Bedrock and AWS HealthLake

    In this post, we show you how to build an automated claims processing pipeline using two key Amazon Bedrock capabilities: Amazon Bedrock Data Automation for intelligent document extraction from healthcare claim forms, and Amazon Bedrock AgentCore for hosting an AI agent that validates and transforms the extracted data …


    Read More
  • Debugging production agents with Amazon Bedrock AgentCore Observability

    calendar Jun 29, 2026 · aws.amazon.com/blogs/machine-learning
    Debugging production agents with Amazon Bedrock AgentCore Observability

    In this post, you learn how to debug production agent failures using built-in observability capabilities. We walk through common failure patterns, show how to analyze agent behavior with traces and metrics, and provide structured workflows for resolving issues such as infinite loops and tool invocation failures. This …


    Read More
  • Packaging and Package Identity for .NET apps with WinApp CLI on Windows

    calendar Jun 29, 2026 · devblogs.microsoft.com
    Packaging and Package Identity for .NET apps with WinApp CLI on Windows

    Package identity has often been a pain point for developers looking to build apps that integrate with Windows APIs. Many modern Windows features, like push notifications or the AI APIs, are gated behind package identity. For Windows apps that are unpackaged by default (like .NET console or WPF applications), this meant …


    Read More
  • WSL container is now available for public preview

    calendar Jun 29, 2026 · devblogs.microsoft.com
    WSL container is now available for public preview

    At Microsoft Build 2026, we introduced WSL containers, bringing Linux container development directly into Windows through the Windows Subsystem for Linux (WSL). Containers have become a foundational part of modern development - from cloud-native applications and AI workloads to testing and deployment pipelines and WSL …


    Read More
  • JetBrains Air lands on Windows

    calendar Jun 29, 2026 · blog.jetbrains.com
    JetBrains Air lands on Windows

    We’re excited to welcome Windows developers to JetBrains Air! Download for x64 / Download for ARM64 Since we launched the JetBrains Air, Windows support has been one of the most requested updates from the developer community. We heard that feedback and worked hard to bring Air to Windows. Air is built for …


    Read More
  • The Role of Static Code Analysis in Fintech Compliance

    calendar Jun 29, 2026 · blog.jetbrains.com
    The Role of Static Code Analysis in Fintech Compliance

    What’s at stake with every commit Security incidents in financial services are both frequent and costly. The average data breach in the financial industry cost USD 6.08 million in 2024. That includes incident response, customer notification, legal work, and reputational damage, but it doesn’t include the months of …


    Read More
  • Automating your Visual Studio extension builds with GitHub Actions

    calendar Jun 29, 2026 · devblogs.microsoft.com
    Automating your Visual Studio extension builds with GitHub Actions

    If you’re building and maintaining Visual Studio extensions, you’ve probably ended up with some sort of build and publishing workflow - whether it’s manual, scripted, or stitched together over time. This post is for extension authors who want a simple, repeatable way to build, version, and publish their VSIX files …


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

    calendar Jun 29, 2026 · devleader.ca
    When to Use Visitor Pattern in C#: Decision Guide with Examples

    Learn when to use visitor pattern in C# with decision criteria, double dispatch scenarios, and code examples for algorithm separation. Link to article: https://www.devleader.ca/2026/06/29/when-to-use-visitor-pattern-in-c-decision-guide-with-examples


    Read More
  • Kotlin Notebook Sunset

    calendar Jun 29, 2026 · blog.jetbrains.com
    Kotlin Notebook Sunset

    Starting from IntelliJ IDEA 2026.2, JetBrains will sunset Kotlin Notebook as a product and will no longer maintain it. The plugin will remain available on an open-source model so the community can continue its development. Below, we explain why we’re making this change, how it affects current Kotlin Notebook users, …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top