.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Distributed multi-agent systems with Aspire and Microsoft Agent Framework

    calendar Jun 9, 2026 · devblogs.microsoft.com
    Distributed multi-agent systems with Aspire and Microsoft Agent Framework

    Agentic applications stop being simple very quickly. A useful assistant rarely stays as one model call. It needs tools, live data, specialized agents, orchestration, memory, voice or chat entry points, deployment infrastructure, health checks, and observability. That is the story behind the Link to article: …


    Read More
  • ICYMI: Inside the Microsoft Agent Framework: How we designed a layered SDK

    calendar Jun 9, 2026 · devblogs.microsoft.com
    ICYMI: Inside the Microsoft Agent Framework: How we designed a layered SDK

    In case you missed it, the Command Line blog was launched last week and has a great article (by yours truly) about our SDK design philosophy with Microsoft Agent Framework. Check it out: Inside the Link to article: …


    Read More
  • Hands-free first notice of loss: Using Strands Agents and Amazon Bedrock AgentCore Browser Tool for intelligent claims intake

    calendar Jun 9, 2026 · aws.amazon.com/blogs/machine-learning
    Hands-free first notice of loss: Using Strands Agents and Amazon Bedrock AgentCore Browser Tool for intelligent claims intake

    In this post, we demonstrate how a hands-free FNOL intake system combines agents built with the Strands Agents SDK for domain reasoning with Amazon Bedrock AgentCore Browser Tool for live portal interaction. This approach preserves human expertise while removing repetitive screen work. Link to article: …


    Read More
  • Build an agentic incident triage assistant with Amazon Quick and New Relic

    calendar Jun 9, 2026 · aws.amazon.com/blogs/machine-learning
    Build an agentic incident triage assistant with Amazon Quick and New Relic

    This post shows engineering teams how to apply that principle to one of the most time-sensitive workflows in engineering: incident triage. You will build a custom incident triage assistant agent using Amazon Quick that orchestrates a response with the New Relic Model Context Protocol (MCP) Server and Asana through …


    Read More
  • Staging Part 2 - Disk Space Optimization

    calendar Jun 9, 2026 · devblogs.microsoft.com
    Staging Part 2 - Disk Space Optimization

    "Disk space optimizations" is one of the key features of MSIX: Disk space optimizations. With MSIX there is no duplication of files across apps and Windows manages the shared files across apps. The apps are still independent Link to article: …


    Read More
  • Copilot Code Reviews for Azure Repos

    calendar Jun 9, 2026 · devblogs.microsoft.com
    Copilot Code Reviews for Azure Repos

    Over the last several years, we have encouraged customers to move their repositories from Azure Repos to GitHub to take advantage of the latest AI powered and agentic development experiences that GitHub is delivering. At the same time, we recognize that migrating repositories to GitHub can vary significantly in …


    Read More
  • The Microsoft Company Party where everybody played name tag swap

    calendar Jun 9, 2026 · devblogs.microsoft.com
    The Microsoft Company Party where everybody played name tag swap

    I learned from a long-retired Microsoft employee about a Company Party that took place around 1984 or so. The company was small enough that a single party could fit the entire company, but not so small that everybody knew everybody else, so each guest was issued a name tag. During the evening, an unofficial game arose …


    Read More
  • 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
  • How engineers at Nextdoor use Codex to build without limits

    calendar Jun 9, 2026 · openai.com/blog
    How engineers at Nextdoor use Codex to build without limits

    How engineers at Nextdoor use Codex with GPT-5.5 to investigate hard-to-reproduce issues, build across platforms, and focus on product outcomes. Link to article: https://openai.com/index/nextdoor


    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
  • What Codex unlocks for Notion

    calendar Jun 9, 2026 · openai.com/blog
    What Codex unlocks for Notion

    How Notion uses Codex to one-shot specs, build AI Voice Input for the web, and multiply engineering power across small teams. Link to article: https://openai.com/index/notion


    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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top