.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Modular Monolith Boundaries Done Wrong

    calendar Jun 2, 2026 · codeopinion.com
    Modular Monolith Boundaries Done Wrong

    So you built a modular monolith. You have a clean structure. Different projects. Everything broken into modules. But somehow, when you make a change, it still ripples through the rest of your system. Why? Because its highly coupled. YouTube Check out my YouTube channel, where I post all kinds of content on Software …


    Read More
  • Minimal API vs Controllers in ASP.NET Core: Which Should You Use?

    calendar Jun 2, 2026 · devleader.ca
    Minimal API vs Controllers in ASP.NET Core: Which Should You Use?

    Compare minimal api vs controllers in ASP.NET Core 10. Understand trade-offs in syntax, testing, filters, and scale to pick the right approach. Link to article: https://www.devleader.ca/2026/06/02/minimal-api-vs-controllers-in-aspnet-core-which-should-you-use


    Read More
  • Introducing azure-functions-skills: An AI-Era Workspace for Azure Functions (Preview)

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Introducing azure-functions-skills: An AI-Era Workspace for Azure Functions (Preview)

    Today we're announcing azure-functions-skills in public preview: a one-command way to giv Link to article: https://devblogs.microsoft.com/azure-sdk/introducing-azure-functions-skills-ai-era-workspace


    Read More
  • Announcing the Public Preview of Integrated Embeddings in Azure Cosmos DB: Build AI Apps With Embeddings That Stay in Sync

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Announcing the Public Preview of Integrated Embeddings in Azure Cosmos DB: Build AI Apps With Embeddings That Stay in Sync

    AI applications built on Azure Cosmos DB depend on embeddings for grounded results. Keeping them in sync with your data is the hard part: it means building and operating a separate data pipeline to track changes, call an embedding model, and write the results back to Azure Cosmos DB. In practice, t Link to article: …


    Read More
  • Introducing OmniVec: An Open-Source Embedding Platform for AI Apps on Azure

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Introducing OmniVec: An Open-Source Embedding Platform for AI Apps on Azure

    Today we are open-sourcing OmniVec, a platform for building and operating the embedding pipelines that keep the vector representation of your operational data in sync as it changes. You register data sources, embedding model(s), vector stores (destination), and OmniVec does the rest: initi Link to article: …


    Read More
  • Azure DocumentDB – General Availability of Service-Managed Failovers

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Azure DocumentDB – General Availability of Service-Managed Failovers

    We are excited to announce the general availability of service-managed failovers in Azure DocumentDB, eliminating the need for human intervention to recover from a regional outage. Running a production database means planning for the unlikely. Regional outages are rare, but when they happen, every second lost can have …


    Read More
  • Instant Free Tier Clusters in Azure DocumentDB

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Instant Free Tier Clusters in Azure DocumentDB

    Feedback from developers using Azure DocumentDB consistently pointed to one small but still impactful item on their wish list: provisioning a free tier cluster took a few minutes. For a developer just getting started, or an agentic workflow spinning up ephemeral clusters to validate a solution, those minutes are vital. …


    Read More
  • Azure Cosmos DB All Versions and Deletes Change Feed Mode is Now Generally Available

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Azure Cosmos DB All Versions and Deletes Change Feed Mode is Now Generally Available

    Modern applications don't just write data and move on. They react to it. A new order triggers an inventory update. A profile change syncs to a search index. A deleted record kicks off a compliance workflow. Azure Cosmos DB's change feed makes this possible by giving you a real-time stream of every change happening in …


    Read More
  • Change Partition Keys in Azure Cosmos DB is Now Generally Available

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Change Partition Keys in Azure Cosmos DB is Now Generally Available

    We're excited to announce the general availability of Change Partition Key in Azure Cosmos DB for NoSQL, now with online copy support. You can repartition containers directly in the Azure portal with near-zero downtime and without stopping writes to the source container. Why Partition Key Choice Matters In Azure Cos …


    Read More
  • Change Streams in Azure DocumentDB: Richer Events, Historical Replay, and Multi-Node Change Streams (Public Preview)

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Change Streams in Azure DocumentDB: Richer Events, Historical Replay, and Multi-Node Change Streams (Public Preview)

    Real-time, event-driven applications are now the expectation, not the exception. Teams want dashboards that update the instant something happens, microservices that react the moment data lands, and pipelines that move changes downstream without polling a database on a timer. Since Change S Link to article: …


    Read More
  • The art and science of hyperparameter optimization on Amazon Nova Forge

    calendar Jun 2, 2026 · aws.amazon.com/blogs/machine-learning
    The art and science of hyperparameter optimization on Amazon Nova Forge

    Fine-tuning for domain-specific tasks means improving performance in one area without degrading the model’s general capabilities, and getting that balance right is harder than it looks. This post walks through how to navigate that balance, from selecting the right customization strategy for your data and task, to …


    Read More
  • Object detection with Amazon Nova 2 Lite

    calendar Jun 2, 2026 · aws.amazon.com/blogs/machine-learning
    Object detection with Amazon Nova 2 Lite

    In this post, we'll walk through implementing object detection with Amazon Nova 2 Lite. You'll learn how to deploy an object detection application using Amazon Bedrock, AWS Lambda, and Amazon API Gateway. You'll also learn how to craft effective prompts, process structured JSON output, and visualize results. We explore …


    Read More
  • How to Secure AI Agents: A Practical Overview for Development Teams

    calendar Jun 2, 2026 · docker.com
    How to Secure AI Agents: A Practical Overview for Development Teams

    In our State of Agentic AI report, 45% of organizations said they struggle to ensure the tools their agents use are secure and enterprise-ready. That number reflects a broader reality: AI agents are moving into production faster than the security practices around them are maturing. The challenge is not that …


    Read More
  • How Baz improved its AI Agent Code Review accuracy using Amazon Bedrock AgentCore

    calendar Jun 2, 2026 · aws.amazon.com/blogs/machine-learning
    How Baz improved its AI Agent Code Review accuracy using Amazon Bedrock AgentCore

    This post walks through how Baz built their Spec Review agent using Amazon Bedrock and Amazon Bedrock AgentCore. We'll cover the architecture decisions, implementation details, and the business outcomes they achieved by leveraging these AWS services to automate their code review process Link to article: …


    Read More
  • Toolbox App 3.5: Better Remote Development Observability, More Reliable Enterprise Configuration, and Smoother Everyday Interactions

    calendar Jun 2, 2026 · blog.jetbrains.com
    Toolbox App 3.5: Better Remote Development Observability, More Reliable Enterprise Configuration, and Smoother Everyday Interactions

    Toolbox App 3.5 focuses on making daily work smoother and managed development environments easier to monitor. The app now supports interface zooming with familiar shortcuts, provides OpenTelemetry metrics for enterprise remote development connections, and handles several long-standing reliability issues more …


    Read More
  • Chain of Responsibility vs Decorator Pattern in C#: Key Differences Explained

    calendar Jun 2, 2026 · devleader.ca
    Chain of Responsibility vs Decorator Pattern in C#: Key Differences Explained

    Compare chain of responsibility vs decorator pattern in C# with side-by-side code examples showing when to use handler chains versus layered wrappers. Link to article: https://www.devleader.ca/2026/06/02/chain-of-responsibility-vs-decorator-pattern-in-c-key-differences-explained


    Read More
  • Build, scale, and monetize apps and agents with Microsoft Marketplace

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Build, scale, and monetize apps and agents with Microsoft Marketplace

    At Microsoft Build, we are sharing how Microsoft Marketplace brings development, distribution, and monetization together— so apps and agents move beyond prototyping into real-world usage at scale. Microsoft Marketplace connects tens of th Link to article: …


    Read More
  • Top Agentic Frameworks for Building Applications 2026

    calendar Jun 2, 2026 · blog.jetbrains.com
    Top Agentic Frameworks for Building Applications 2026

    In 2026, the world of AI is changing at a serious pace. The days of AI systems dealing solely in single-prompt interactions are coming to an end. Instead, these models are evolving into agentic systems – long-running, goal-driven software enabled by agentic frameworks that are becoming a critical layer in modern …


    Read More
  • Travelers deploys AI-powered claims countrywide with OpenAI

    calendar Jun 2, 2026 · openai.com/blog
    Travelers deploys AI-powered claims countrywide with OpenAI

    Travelers built an AI-powered Claim Assistant with OpenAI to guide customers through filing claims, provide 24/7 support, and scale operations during peak demand. Link to article: https://openai.com/index/travelers


    Read More
  • Architecting Resilient AI Solutions on Microsoft Azure with Regions and Availability Zones

    calendar Jun 2, 2026 · build5nines.com
    Architecting Resilient AI Solutions on Microsoft Azure with Regions and Availability Zones

    Modern AI solutions are reshaping industries, driving demand for cloud architectures that are scalable, resilient, and globally accessible. Microsoft Azure’s expansive network of Regions and… Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top