.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Stop Blaming Event-Driven Architecture

    calendar Jun 17, 2026 · codeopinion.com
    Stop Blaming Event-Driven Architecture

    So, you adopted event-driven architecture because your system was a rat’s nest of coupling, and events were the answer to decouple it. But now debugging is a nightmare. You have events coming in out of order. You have retries causing duplicates and multiple different side effects. Local development is a pain. It’s …


    Read More
  • Azure Backup for Azure Cosmos DB Public Preview Adds Immutable Backups and Long-Term Retention

    calendar Jun 17, 2026 · devblogs.microsoft.com
    Azure Backup for Azure Cosmos DB Public Preview Adds Immutable Backups and Long-Term Retention

    Link to article: https://devblogs.microsoft.com/cosmosdb/azure-backup-for-azure-cosmos-db-public-preview-adds-immutable-backups-and-long-term-retention


    Read More
  • Your JetBrains IDE Expertise, Now on LinkedIn

    calendar Jun 17, 2026 · blog.jetbrains.com
    Your JetBrains IDE Expertise, Now on LinkedIn

    Every developer has tools they rely on daily. The workflows they’ve built around them, the ways they’ve learned to move faster, debug smarter, and write better code – that kind of hands-on experience can be hard to put into words. We’re collaborating with LinkedIn to make it easier for you to showcase your expertise …


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

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

    Learn when to use the memento pattern in C# with decision criteria, practical scenarios for undo/redo, and state snapshot examples. Link to article: https://www.devleader.ca/2026/06/17/when-to-use-memento-pattern-in-c-decision-guide-with-examples


    Read More
  • How Do You Integrate Agentic AI with Legacy Enterprise Systems?

    calendar Jun 17, 2026 · build5nines.com
    How Do You Integrate Agentic AI with Legacy Enterprise Systems?

    Every enterprise has that one system. Maybe it is a claims platform built before REST was fashionable. Maybe it is an ERP customization that only… Link to article: https://build5nines.com/how-do-you-integrate-agentic-ai-with-legacy-enterprise-systems/


    Read More
  • Junie: The JetBrains AI Coding Agent Leaves Beta.

    calendar Jun 17, 2026 · blog.jetbrains.com
    Junie: The JetBrains AI Coding Agent Leaves Beta.

    Junie started as an experiment. We asked, “What if an AI coding agent didn’t just guess at the details of your project, but actually used the same tools you do?” Over the last year, that experiment turned into a product used by developers every day – inside the IDE and the terminal. Today, the JetBrains […] Link to …


    Read More
  • Step Rejection Fine-Tuning: Squeezing More Signal from Noisy Agent Trajectories

    calendar Jun 17, 2026 · blog.jetbrains.com
    Step Rejection Fine-Tuning: Squeezing More Signal from Noisy Agent Trajectories

    If you want to dive straight into the technical details, you can read our full paper here. Imagine you are mentoring a junior developer. If they make a single logical error on line 42 of a 100-line script, do you throw away the entire file and tell them they learned nothing? Of course not. You […] Link to article: …


    Read More
  • Improving token efficiency in GitHub Copilot

    calendar Jun 17, 2026 · devblogs.microsoft.com
    Improving token efficiency in GitHub Copilot

    Learn how we're improving token efficiency in GitHub Copilot to reduce costs and latency for users. Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/improving-token-efficiency-in-github-copilot


    Read More
  • Safeguard your agentic AI applications with the Amazon Bedrock Guardrails InvokeGuardrailChecks API

    calendar Jun 16, 2026 · aws.amazon.com/blogs/machine-learning
    Safeguard your agentic AI applications with the Amazon Bedrock Guardrails InvokeGuardrailChecks API

    Today, we’re announcing a new API with Amazon Bedrock Guardrails. With this API, you can apply individual safeguards, also referred to as safety checks, at any point in your agentic AI applications without creating guardrail resources. In this post, we walk through how the InvokeGuardrailChecks API works and how to use …


    Read More
  • SOLID Violations C#: How to Recognize and Fix Each One

    calendar Jun 16, 2026 · devleader.ca
    SOLID Violations C#: How to Recognize and Fix Each One

    Learn to spot and fix solid violations c# for all five SOLID principles. Covers real code examples and refactoring patterns for SRP, OCP, LSP, ISP, and DIP. Link to article: https://www.devleader.ca/2026/06/16/solid-violations-c-how-to-recognize-and-fix-each-one


    Read More
  • Boosting Adobe Photoshop’s Performance with MSVC and SPGO

    calendar Jun 16, 2026 · devblogs.microsoft.com
    Boosting Adobe Photoshop’s Performance with MSVC and SPGO

    Boosting Adobe Photoshop’s Performance with MSVC and SPGO Adobe and Microsoft worked together to improve Photoshop performance and responsiveness on Windows by combining MSVC’s peak-performance build settings with Sample-based Profile-Guided Optimization (SPGO). The collaboration focused Link to article: …


    Read More
  • Introducing container caching in Amazon SageMaker AI for faster model scaling

    calendar Jun 16, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing container caching in Amazon SageMaker AI for faster model scaling

    Today, we’re excited to announce container image caching for Amazon SageMaker AI inference, the next major advancement in our faster scaling optimization journey. This speeds up end-to-end latency by up to 2x for generative AI models during scale-out events. Link to article: …


    Read More
  • Docker Content Trust: Retirement and Migration Guidance

    calendar Jun 16, 2026 · docker.com
    Docker Content Trust: Retirement and Migration Guidance

    TLDR: Docker Content Trust (DCT) and the Notary v1 service at notary.docker.io are being fully retired (first announced in July of 2025). This blog explains what is changing, who is affected, and how to move to modern alternatives. Ten years ago, Docker Content Trust (DCT) gave the container ecosystem one of its first …


    Read More
  • Parallelize speculative decoding with P-EAGLE on Amazon SageMaker AI

    calendar Jun 16, 2026 · aws.amazon.com/blogs/machine-learning
    Parallelize speculative decoding with P-EAGLE on Amazon SageMaker AI

    This post walks you through how to use P-EAGLE directly within Amazon SageMaker AI. It will demonstrate how to select a compatible model from the SageMaker JumpStart catalog, configure the parallel drafting specifications, and deploy a highly optimized real-time SageMaker AI endpoint to accelerate your generative AI …


    Read More
  • Aspire in VS Code: the 13.4 developer loop

    calendar Jun 16, 2026 · devblogs.microsoft.com
    Aspire in VS Code: the 13.4 developer loop

    Visual Studio Code consistently ranks as the most popular IDE for developers, and its flexibility and extension marketplace make it possible for developers using any technology or language to build and debug their applications. In 2026, we've brought Aspire support to Link to article: …


    Read More
  • Third Rule of MSIX

    calendar Jun 16, 2026 · devblogs.microsoft.com
    Third Rule of MSIX

    MSIX has several core principles underlying its design and implementation. Engineers half-jokingly call these The Rules of MSIX. The Third Rule of MSIX is arguably the most important and certainly the most foundational: Package identity is unique across space and time Link to article: …


    Read More
  • Competing against yourself

    calendar Jun 16, 2026 · devblogs.microsoft.com
    Competing against yourself

    You shipped a new CLI: better developer experience, modern architecture, and optimized for agents. You deprecated the old one, updated the docs, and blogged about it. Developers are migrating. Then someone asks an AI coding agent to scaffold a project, and the agent... uses the old tool. Training data gravity Link to …


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

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

    See the mediator pattern in action with a complete real-world C# example implementing a chat room system with centralized message coordination. Link to article: https://www.devleader.ca/2026/06/16/mediator-pattern-realworld-example-in-c-complete-implementation


    Read More
  • Announcing General Availability of the Azure Cosmos DB Built-in Connector for Logic Apps Standard

    calendar Jun 16, 2026 · devblogs.microsoft.com
    Announcing General Availability of the Azure Cosmos DB Built-in Connector for Logic Apps Standard

    Today, we're excited to announce the general availability of the Azure Cosmos DB built-in connector for Azure Logic Apps Standard. This connector gives you a native, high-performance way to integrate Azure Cosmos DB into your Standard logic app workflows, with better throughput, lower latency, and richer functionality …


    Read More
  • HashiCorp Terraform: count vs. for_each vs. Dynamic Blocks

    calendar Jun 16, 2026 · build5nines.com
    HashiCorp Terraform: count vs. for_each vs. Dynamic Blocks

    You know that moment when a Terraform plan looks perfectly reasonable right up until it wants to replace half your infrastructure? It usually starts innocently.… Link to article: https://build5nines.com/hashicorp-terraform-count-vs-for_each-vs-dynamic-blocks/


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top