.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • When the model has never seen your code

    calendar Jun 24, 2026 · devblogs.microsoft.com
    When the model has never seen your code

    This is the fifth article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate toward better outcomes. …


    Read More
  • Resilience Patterns Can Make Your System Less Resilient

    calendar Jun 24, 2026 · codeopinion.com
    Resilience Patterns Can Make Your System Less Resilient

    You wanted your system to be resilient, so you followed the standard advice. You added retries.You added circuit breakers.You added fallbacks. But now your system is less resilient. Not because those patterns are bad. They are not. The problem is they are doing exactly what you told them to do. YouTube Check out my …


    Read More
  • Kotlin Toolchain 0.11: The Next Step for Amper

    calendar Jun 24, 2026 · blog.jetbrains.com
    Kotlin Toolchain 0.11: The Next Step for Amper

    Amper 0.11.0 is out, and you will notice a shift in the product branding immediately. If you missed the KotlinConf keynote (watch the recording), here’s the headline: Amper has evolved into the Kotlin Toolchain and is now Alpha! This release brings that transition to life, alongside the ability to publish JVM …


    Read More
  • Interpreter Pattern Best Practices in C#: Code Organization and Maintainability

    calendar Jun 24, 2026 · devleader.ca
    Interpreter Pattern Best Practices in C#: Code Organization and Maintainability

    Interpreter pattern best practices in C# for clean grammar design, expression tree management, and avoiding common DSL pitfalls. Link to article: https://www.devleader.ca/2026/06/24/interpreter-pattern-best-practices-in-c-code-organization-and-maintainability


    Read More
  • Azure Bicep Has a Plan Mode: Use It On Your Next Production Deployment

    calendar Jun 24, 2026 · build5nines.com
    Azure Bicep Has a Plan Mode: Use It On Your Next Production Deployment

    Infrastructure as code makes cloud environments repeatable, but repeatability does not automatically make deployments safe. A small Bicep change can have consequences far beyond the… Link to article: https://build5nines.com/azure-bicep-has-a-plan-mode-use-it-on-your-next-production-deployment/


    Read More
  • OpenAI and Broadcom unveil LLM-optimized inference chip

    calendar Jun 24, 2026 · openai.com/blog
    OpenAI and Broadcom unveil LLM-optimized inference chip

    OpenAI and Broadcom introduce Jalapeño, a custom AI chip built for LLM inference to improve performance, efficiency, and scale across AI systems. Link to article: https://openai.com/index/openai-broadcom-jalapeno-inference-chip


    Read More
  • YouTrack Helpdesk Now Includes Customer Groups

    calendar Jun 24, 2026 · blog.jetbrains.com
    YouTrack Helpdesk Now Includes Customer Groups

    YouTrack 2026.2 introduces customer groups in YouTrack Helpdesk, helping B2B support teams tailor the support experience to different customers. Teams can manage tickets by company, team, or organization, maintain different SLAs, assign support agents to specific groups, and apply customer-specific rules. Multiple …


    Read More
  • Streamline C++ Code Intelligence Setup in Copilot CLI

    calendar Jun 23, 2026 · devblogs.microsoft.com
    Streamline C++ Code Intelligence Setup in Copilot CLI

    C++ developers can now bring IDE-style semantic intelligence into Copilot CLI with less setup. The C++ language server plugin supports richer code navigation, diagnostics, symbol understanding, and code changes by using the same build context your compiler does. That build cont Link to article: …


    Read More
  • EF Core Performance Best Practices in .NET 10

    calendar Jun 23, 2026 · devleader.ca
    EF Core Performance Best Practices in .NET 10

    Optimize EF Core performance in .NET 10 -- AsNoTracking, compiled queries, split queries, bulk operations, N+1 fixes, and logging slow queries with Serilog. Link to article: https://www.devleader.ca/2026/06/23/ef-core-performance-best-practices-in-net-10


    Read More
  • How GPT-5 helped immunologist Derya Unutmaz solve a 3-year-old mystery

    calendar Jun 23, 2026 · openai.com/blog
    How GPT-5 helped immunologist Derya Unutmaz solve a 3-year-old mystery

    GPT-5 Pro helped solve a 3-year-old immunology mystery, offering insights into T cell behavior. The breakthrough could support cancer and autoimmune research. Link to article: https://openai.com/index/gpt-5-immunology-mystery


    Read More
  • What is an SBOM (and Why Can’t You Ship Without One)?

    calendar Jun 23, 2026 · docker.com
    What is an SBOM (and Why Can’t You Ship Without One)?

    In Omdia's 2026 software supply chain security report, 73% of organizations that generate SBOMs say they enable more efficient vulnerability mitigation, yet 86% still find the generation process challenging. That gap between recognized value and operational difficulty is where most teams are stuck. For teams building …


    Read More
  • Build a protein research copilot with Amazon Bedrock AgentCore

    calendar Jun 23, 2026 · aws.amazon.com/blogs/machine-learning
    Build a protein research copilot with Amazon Bedrock AgentCore

    This post shows you how to build a conversational protein research assistant that combines three capabilities: Natural language query parsing to extract structured search parameters, vector similarity search over protein embeddings using a specialized language model and ai-generated scientific summaries of search …


    Read More
  • Add vs Stage and Register

    calendar Jun 23, 2026 · devblogs.microsoft.com
    Add vs Stage and Register

    As previously mentioned to 'install' a package, as people think of the term, Windows actually performs two separate operations: staging and registration. To oversimplify: Staging puts t Link to article: https://devblogs.microsoft.com/insidemsix/add-vs-stage-and-register


    Read More
  • Shared infrastructure, isolated tenants: Pool model multi-tenancy with Amazon Bedrock AgentCore

    calendar Jun 23, 2026 · aws.amazon.com/blogs/machine-learning
    Shared infrastructure, isolated tenants: Pool model multi-tenancy with Amazon Bedrock AgentCore

    In this post, you will learn patterns for implementing production-ready multi-tenant systems using Amazon Bedrock AgentCore. You will see these patterns demonstrated through healthcare AI agents that serve multiple clinics and hospitals. Link to article: …


    Read More
  • Helping build shared standards for advanced AI

    calendar Jun 23, 2026 · openai.com/blog
    Helping build shared standards for advanced AI

    OpenAI helps build shared standards for advanced AI, supporting evaluation frameworks, safety practices, and global cooperation through the Appia Foundation. Link to article: https://openai.com/index/helping-build-shared-standards-for-advanced-ai


    Read More
  • Memento Pattern Real-World Example in C#: Complete Implementation

    calendar Jun 23, 2026 · devleader.ca
    Memento Pattern Real-World Example in C#: Complete Implementation

    Memento pattern real-world example in C# -- build a document editor with undo/redo, state history, and bounded memory management. Link to article: https://www.devleader.ca/2026/06/23/memento-pattern-realworld-example-in-c-complete-implementation


    Read More
  • Going beyond text in Microsoft 365 Copilot - Introducing SharePoint Copilot Apps

    calendar Jun 23, 2026 · devblogs.microsoft.com
    Going beyond text in Microsoft 365 Copilot - Introducing SharePoint Copilot Apps

    Microsoft 365 Copilot is brilliant at working with language. But work isn't only words, sometimes you don't want to describe what you need in a back-and-forth chat - you want to see it, touch it, and act on it right w Link to article: …


    Read More
  • Conditional & Iterative Deployments with Azure Bicep

    calendar Jun 23, 2026 · build5nines.com
    Conditional & Iterative Deployments with Azure Bicep

    Every team eventually reaches the point where their Infrastructure as Code stops being “a few clean resource declarations” and starts becoming a living model of… Link to article: https://build5nines.com/conditional-iterative-deployments-with-azure-bicep/


    Read More
  • Avoiding ToString() allocations with StringBuilder.MoveChunks: Exploring the .NET 11 preview - Part 3

    calendar Jun 23, 2026 · andrewlock.net
    Avoiding ToString() allocations with StringBuilder.MoveChunks: Exploring the .NET 11 preview - Part 3

    In this post I take a short look at the new MoveChunks API, explore how it works, what it's for, and how the new API provides opportunities for public APIs Link to article: https://andrewlock.net/exploring-the-dotnet-11-preview-3-avoiding-tostring-allocations-with-stringbuilder-movechunks/


    Read More
  • How Omio is building the future of conversational travel

    calendar Jun 23, 2026 · openai.com/blog
    How Omio is building the future of conversational travel

    Discover how Omio uses OpenAI to power conversational travel experiences, accelerate product development, and transform into an AI-native company. Link to article: https://openai.com/index/omio


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top