.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • RustWeek 2026: What We Learned, Who We Met, and What’s Next for Rust

    calendar Jun 3, 2026 · blog.jetbrains.com
    RustWeek 2026: What We Learned, Who We Met, and What’s Next for Rust

    RustWeek 2026 brought more than 900 Rust developers, educators, and maintainers to Utrecht, Netherlands, for a few days of talks, hallway conversations, community meetups, hackathons, and workshops about all things Rust. As a Gold sponsor for the third year in a row, the RustRover team joined the event to support the …


    Read More
  • Design an Agentic AI Systems Enterprises Can Actually Trust?

    calendar Jun 3, 2026 · build5nines.com
    Design an Agentic AI Systems Enterprises Can Actually Trust?

    There is a moment every developer eventually hits with AI automation. The demo works. The agent reads the ticket, checks the logs, writes a summary,… Link to article: https://build5nines.com/design-an-agentic-ai-systems-enterprises-can-actually-trust/


    Read More
  • Kotlin 2.4.0 Released

    calendar Jun 3, 2026 · blog.jetbrains.com
    Kotlin 2.4.0 Released

    The Kotlin 2.4.0 release is out! Here are the main highlights: For the complete list of changes, refer to What’s new in Kotlin 2.4.0 or the release notes on GitHub. How to install Kotlin 2.4.0 The latest version of Kotlin is included in the latest versions of IntelliJ IDEA and Android Studio. To update to […] Link to …


    Read More
  • WPF Hot Reload Is Here: Edit Your XAML and Watch It Update Live in Rider

    calendar Jun 3, 2026 · blog.jetbrains.com
    WPF Hot Reload Is Here: Edit Your XAML and Watch It Update Live in Rider

    WPF Hot Reload is now available in Rider, starting with the 2026.2 EAP 2 build. You can edit your XAML while your app is running under the debugger and see the changes immediately, with no rebuild, no restart, and no losing your place in the application. Together with the C# Hot Reload support that’s already […] Link …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top