.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Iterator vs Observer Pattern in C#: Key Differences Explained

    calendar Jun 9, 2026 · devleader.ca
    Iterator vs Observer Pattern in C#: Key Differences Explained

    Compare the iterator vs observer pattern in C# with side-by-side code examples showing pull-based vs push-based data access and when to use each approach. Link to article: https://www.devleader.ca/2026/06/09/iterator-vs-observer-pattern-in-c-key-differences-explained


    Read More
  • Fewer False Alarms, Better Coding Flow in RustRover 2026.2

    calendar Jun 9, 2026 · blog.jetbrains.com
    Fewer False Alarms, Better Coding Flow in RustRover 2026.2

    False positives interrupt your workflow. In RustRover 2026.1, we reduced them by up to 25% in real projects, so you’ll see fewer misleading warnings, more relevant suggestions, and smoother completion. Read on to learn what causes false positives and how we’ve been fixing them. What are false positives? The term false …


    Read More
  • Azure Bicep at Scale: Architecture, Repos, and Landing Zones Done Right

    calendar Jun 9, 2026 · build5nines.com
    Azure Bicep at Scale: Architecture, Repos, and Landing Zones Done Right

    Every platform team eventually reaches the same awkward moment. The first few Bicep files were clean. A virtual network here, a storage account there, maybe… Link to article: https://build5nines.com/azure-bicep-at-scale-architecture-repos-and-landing-zones-done-right/


    Read More
  • EF Core at scale: 5 ways to retrieve large datasets efficiently

    calendar Jun 9, 2026 · blog.elmah.io
    EF Core at scale: 5 ways to retrieve large datasets efficiently

    EF Core (Entity Framework Core) is a fast ORM. However, once dataset entries increase by another 0, things start to break down. Fetching and filtering of data adds to processing time. Looking at this pitfall, I came up with a few EF Core methods that are specifically designed to work Link to article: …


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

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

    We’re excited to release React Native Windows 0.83.0, aligned with React Native 0.83.4. React Native Windows v0.83 advances the Fabric Architecture with broader Fabric parity, richer input and automation surfaces, stronger accessibility for hosted XAML islands, and new tooling to measure and protect component …


    Read More
  • Result pattern or throwing exceptions? Wolverine says “neither”

    calendar Jun 8, 2026 · jeremydmiller.com
    Result pattern or throwing exceptions? Wolverine says “neither”

    Just a warning, unless a topic is personal, I’m going to start mostly writing on the JasperFx Software website to try to drive more traffic there. Don’t throw exceptions for an entity that isn’t found or a value out of range — fair. But swapping that for Result everywhere just trades one kind of noise … Continue …


    Read More
  • Microsoft Build 2026 recap: vision, launches, and top sessions

    calendar Jun 8, 2026 · devblogs.microsoft.com
    Microsoft Build 2026 recap: vision, launches, and top sessions

    Microsoft Build 2026 is a wrap, and there was a LOT. Whether you were there in person, streaming live, or catching up now, this recap covers the biggest announcements, top sessions, and everything you need to keep building. 🎯 Vision lead-off: the system around AI is the differentiator Jay Parikh's post, Link to …


    Read More
  • Testing ASP.NET Core Web API: WebApplicationFactory and Integration Tests

    calendar Jun 8, 2026 · devleader.ca
    Testing ASP.NET Core Web API: WebApplicationFactory and Integration Tests

    Learn testing asp.net core web api with WebApplicationFactory, integration tests, auth, and EF Core in-memory databases in .NET 10. Link to article: https://www.devleader.ca/2026/06/08/testing-aspnet-core-web-api-webapplicationfactory-and-integration-tests


    Read More
  • 5 Software Supply Chain Security Best Practices for Development Teams

    calendar Jun 8, 2026 · docker.com
    5 Software Supply Chain Security Best Practices for Development Teams

    Understanding software supply chain security is one thing. Putting it into practice across a real pipeline, with real deadlines and real constraints, is another. Most organizations recognize that their software supply chain is a growing attack surface, but translating that awareness into concrete, repeatable practices …


    Read More
  • .NET at Microsoft Build 2026: Must watch sessions

    calendar Jun 8, 2026 · devblogs.microsoft.com
    .NET at Microsoft Build 2026: Must watch sessions

    That's a wrap on Microsoft Build 2026! From union types in C# to agentic web apps and AI on the edge with .NET MAUI, this year's event showed how .NET 11 is built for the AI era. Whether you joined live or are catching up on demand, here are the .NET sessions worth your time. [alert type="tip" …


    Read More
  • Unlocking AI flexibility in Europe: A guide to cross-region inference for EU data processing and model access

    calendar Jun 8, 2026 · aws.amazon.com/blogs/machine-learning
    Unlocking AI flexibility in Europe: A guide to cross-region inference for EU data processing and model access

    With access to the latest generative AI models and high-performance accelerated compute in high global demand, AWS customers need tools to take advantage of model availability and capacity across multiple AWS Regions, while still meeting their security and privacy requirements. cross-Region Inference (CRIS) on Amazon …


    Read More
  • It’s safe to close your laptop now: Hosting coding agents on Amazon Bedrock AgentCore

    calendar Jun 8, 2026 · aws.amazon.com/blogs/machine-learning
    It’s safe to close your laptop now: Hosting coding agents on Amazon Bedrock AgentCore

    Amazon Bedrock AgentCore Runtime gives each agent session its own isolated microVM with a persistent workspace, secure tool access through Gateway, and built-in observability—so you can run Claude Code, Codex, Kiro, and Cursor in parallel without sharing secrets, ports, or filesystems. Close the lid, go to dinner, and …


    Read More
  • Better decisions at scale: How mathematical optimization delivers where intuition fails

    calendar Jun 8, 2026 · aws.amazon.com/blogs/machine-learning
    Better decisions at scale: How mathematical optimization delivers where intuition fails

    In this post, we introduce mathematical optimization, explain how it fits within the broader AI landscape, and showcase real-world success stories where the Innovation Center has partnered with customers to deliver concrete results. Link to article: …


    Read More
  • End-to-end encrypted ML inference with Amazon SageMaker AI and FHE

    calendar Jun 8, 2026 · aws.amazon.com/blogs/machine-learning
    End-to-end encrypted ML inference with Amazon SageMaker AI and FHE

    This blog has previously discussed FHE for ML inference in the post Enable fully homomorphic encryption with Amazon SageMaker endpoints for secure, real-time inferencing, but this post goes a little further. That previous post showed how to implement FHE-based inference 'from scratch' by hand-crafting a …


    Read More
  • Enterprise Live Migrations: Moving from Azure DevOps Repo to GitHub with minimal disruption

    calendar Jun 8, 2026 · devblogs.microsoft.com
    Enterprise Live Migrations: Moving from Azure DevOps Repo to GitHub with minimal disruption

    Over the last several years, we’ve encouraged customers to move their repositories from Azure Repos to GitHub to take advantage of the latest AI-powered and agentic development experiences. For many enterprise teams, however, migrating at scale comes with real constraints. Traditional approaches can require extended …


    Read More
  • Amazon Quick ARNs: Cross-account migration and namespace permissions

    calendar Jun 8, 2026 · aws.amazon.com/blogs/machine-learning
    Amazon Quick ARNs: Cross-account migration and namespace permissions

    In this post, we cover the structure of Amazon Quick ARNs and provide a practical mental model for working with them. By the end, you can look at an ARN and immediately understand what it means for your migration strategy, diagnose permission issues faster, and design multi-tenant architectures with confidence. Link to …


    Read More
  • Evaluate your Amazon Nova Sonic voice agent at scale, no microphone required

    calendar Jun 8, 2026 · aws.amazon.com/blogs/machine-learning
    Evaluate your Amazon Nova Sonic voice agent at scale, no microphone required

    In this post, we walk you through the Nova Sonic Test Harness, an open source framework that we built to solve both problems. It serves as a rapid iteration tool for tuning system prompts and tool configurations (run a conversation, see results, adjust, repeat) and as a comprehensive evaluation framework for validating …


    Read More
  • Rider 2026.2 EAP 5: Code Quality Checks for Your AI Agents, and More.

    calendar Jun 8, 2026 · blog.jetbrains.com
    Rider 2026.2 EAP 5: Code Quality Checks for Your AI Agents, and More.

    Rider 2026.2 EAP 5 is now available, bringing a faster startup flow with the new non-modal Welcome screen and quality-check hooks for AI agents. If you’re catching up on the 2026.2 EAP cycle, be sure to check out the blog posts we’ve already published about other updates unveiled so far, including WPF Hot Reload, the …


    Read More
  • Confidential submission of draft S-1 to the SEC

    calendar Jun 8, 2026 · openai.com/blog
    Confidential submission of draft S-1 to the SEC

    OpenAI confirms a confidential S-1 submission to the SEC and has not yet determined timing for further action. Link to article: https://openai.com/index/openai-submits-confidential-s-1


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

    calendar Jun 8, 2026 · devleader.ca
    How to Implement Mediator Pattern in C#: Step-by-Step Guide

    How to implement the mediator pattern in C# with step-by-step code examples, best practices, and common pitfalls for behavioral design patterns. Link to article: https://www.devleader.ca/2026/06/08/how-to-implement-mediator-pattern-in-c-stepbystep-guide


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top