.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Multi-Tenancy Isn’t About Databases

    calendar Jul 8, 2026 · codeopinion.com
    Multi-Tenancy Isn’t About Databases

    You start off with what seems like the obvious solution to a multi-tenant SaaS application. We have tenant A. We have tenant B. We have one application and one database. Within that database, for every structure, whether that is a table, collection, or stream, we segregate things by a tenant ID. It is simple. It… Read …


    Read More
  • Building on Vercel's eve + Azure Cosmos DB: An Agent That Remembers

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Building on Vercel's eve + Azure Cosmos DB: An Agent That Remembers

    Most "AI agent" demos forget everything the moment the process exits. That's fine for a toy project, but useless for anything real. An agent that helps you write, triage, or support needs two things a language model alone can't give it: durable state and the ability to recall the right context by meaning. …


    Read More
  • The other kind of control flow guard check: The combined validate and call

    calendar Jul 8, 2026 · devblogs.microsoft.com
    The other kind of control flow guard check: The combined validate and call

    Some time ago, I discussed how to extract the function pointer from the control flow guard check. I gave the code for LdrpValidateUserCallTarget, but there's another ve Link to article: https://devblogs.microsoft.com/oldnewthing/20260708-00/?p=112510


    Read More
  • Monolith vs Microservices in C#: A Decision Framework for .NET Developers

    calendar Jul 8, 2026 · devleader.ca
    Monolith vs Microservices in C#: A Decision Framework for .NET Developers

    Cut through the hype with a practical decision framework for choosing between monolith vs microservices in C#. Learn when each architecture wins for .NET developers. Link to article: https://www.devleader.ca/2026/07/08/monolith-vs-microservices-in-c-a-decision-framework-for-net-developers


    Read More
  • Your Laptop Is the New Production Environment

    calendar Jul 8, 2026 · docker.com
    Your Laptop Is the New Production Environment

    AI agents are changing software development. Learn why your laptop is becoming the new production environment and why runtime governance matters. Link to article: https://www.docker.com/blog/your-laptop-is-the-new-production-environment/


    Read More
  • The hidden variables in your agent eval

    calendar Jul 8, 2026 · devblogs.microsoft.com
    The hidden variables in your agent eval

    This is the seventh 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
  • Agent Framework’s Orchestration Patterns Reach 1.0

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Agent Framework’s Orchestration Patterns Reach 1.0

    Python's agent-framework-orchestrations package is now 1.0.0. That puts Microsoft Agent Framework's orchestration layer at 1.0 across Python and .NET. Sequential, concurrent, group chat, handoff, and magentic orchestration are now stable in both SDKs. You can pick the coordination pattern that fits your problem instead …


    Read More
  • Introducing the Kotlin Benchmark for AI Coding Agents

    calendar Jul 8, 2026 · blog.jetbrains.com
    Introducing the Kotlin Benchmark for AI Coding Agents

    Agentic coding benchmarks are getting closer to real-world software development. For Kotlin teams, the most important question is how reliably AI agents can complete end-to-end Kotlin tasks, from reading an issue to producing a solution that passes validation. We’re taking the first step in addressing that gap by …


    Read More
  • Model Context Protocol (MCP) Explained for C# and .NET Developers

    calendar Jul 8, 2026 · devleader.ca
    Model Context Protocol (MCP) Explained for C# and .NET Developers

    Model Context Protocol explained for C# and .NET developers: what MCP is, why it matters, and how hosts, clients, servers, tools, resources, and prompts fit. Link to article: https://www.devleader.ca/2026/07/08/model-context-protocol-mcp-explained-for-c-and-net-developers


    Read More
  • Private NuGet Feeds in .NET: Azure Artifacts and GitHub Packages

    calendar Jul 7, 2026 · devleader.ca
    Private NuGet Feeds in .NET: Azure Artifacts and GitHub Packages

    Set up a private NuGet feed with Azure Artifacts or GitHub Packages. Learn nuget.config setup, authentication, and consuming private packages in .NET. Link to article: https://www.devleader.ca/2026/07/07/private-nuget-feeds-in-net-azure-artifacts-and-github-packages


    Read More
  • Best Object Detection Models for Machine Learning in 2026

    calendar Jul 7, 2026 · blog.jetbrains.com
    Best Object Detection Models for Machine Learning in 2026

    Object detection powers transformative applications, from autonomous vehicles navigating city streets and security systems identifying threats in real time to retail analytics tracking inventory and medical imaging detecting tumors. But choosing the right model for your computer vision project can be challenging, …


    Read More
  • Enrich your datasets with business context: Migrating from legacy Topics to semantic datasets in Amazon Quick

    calendar Jul 7, 2026 · aws.amazon.com/blogs/machine-learning
    Enrich your datasets with business context: Migrating from legacy Topics to semantic datasets in Amazon Quick

    In this post, we walk through what Dataset Enrichment is, how it differs from legacy Topics, and provide three migration scenarios with step-by-step guidance so you can move your business context into the dataset layer with confidence. Link to article: …


    Read More
  • Data modeling best practices for Amazon Quick Sight multi-dataset relationships

    calendar Jul 7, 2026 · aws.amazon.com/blogs/machine-learning
    Data modeling best practices for Amazon Quick Sight multi-dataset relationships

    Today, we are excited to announce Multi-Dataset Relationships in Amazon Quick Sight. This new capability lets you define logical relationships between Quick Sight datasets and perform runtime joins at query time. Instead of flattening tables ahead of time, you keep each table as its own Quick Sight dataset and declare …


    Read More
  • Data modeling patterns for Amazon Quick Sight multi-dataset relationships

    calendar Jul 7, 2026 · aws.amazon.com/blogs/machine-learning
    Data modeling patterns for Amazon Quick Sight multi-dataset relationships

    In this post, we shift from concepts to patterns. For each schema, you’ll find a table structure, use cases, implementation steps, and sample SQL queries. We also cover workarounds for advanced scenarios that require extra modeling steps, and close with a summary of current limitations. Link to article: …


    Read More
  • Multi-dataset Topic best practices for Amazon Quick Chat

    calendar Jul 7, 2026 · aws.amazon.com/blogs/machine-learning
    Multi-dataset Topic best practices for Amazon Quick Chat

    This post is for data architects, business intelligence (BI) engineers, and analytics engineers building or optimizing Quick Sight Topics for natural-language Chat-based exploration. Link to article: https://aws.amazon.com/blogs/machine-learning/multi-dataset-topic-best-practices-for-amazon-quick-chat/


    Read More
  • Build a unified semantic layer across datasets with multi-dataset Topics in Amazon Quick

    calendar Jul 7, 2026 · aws.amazon.com/blogs/machine-learning
    Build a unified semantic layer across datasets with multi-dataset Topics in Amazon Quick

    In this post, we walk through how multi-dataset Topics work, explain how the chat agent uses defined relationships to generate cross-dataset queries, and demonstrate an end-to-end implementation using a retail analytics scenario in Quick Sight. Link to article: …


    Read More
  • Build a serverless image editing agent with Amazon Bedrock AgentCore harness

    calendar Jul 7, 2026 · aws.amazon.com/blogs/machine-learning
    Build a serverless image editing agent with Amazon Bedrock AgentCore harness

    This post walks through building a serverless image editor where users upload a photo, describe an edit in plain English, and receive the result in seconds. The agent runs on AgentCore harness without custom orchestration code. We deploy the full solution, including authentication, encrypted storage, three image …


    Read More
  • Monitoring discriminative ML models using Amazon SageMaker AI with MLflow

    calendar Jul 7, 2026 · aws.amazon.com/blogs/machine-learning
    Monitoring discriminative ML models using Amazon SageMaker AI with MLflow

    Implementing a data and model monitoring solution is necessary to maintain prediction accuracy and help achieve the best outcome for your machine learning use case. This post shows how you can use open source Evidently together with Amazon SageMaker AI to generate monitoring reports, organize and compare the results in …


    Read More
  • Build an AI-powered AWS support companion with Amazon Bedrock AgentCore

    calendar Jul 7, 2026 · aws.amazon.com/blogs/machine-learning
    Build an AI-powered AWS support companion with Amazon Bedrock AgentCore

    In this post, you build an AWS Support Companion using Amazon Bedrock AgentCore. The agent uses Strands Agents as the orchestration framework and connects to AWS services through the Model Context Protocol (MCP). By the end, you have a working agent that can analyze CloudWatch logs, search AWS documentation, query …


    Read More
  • How AWS Finance teams reclaimed hundreds of hours with Amazon Quick

    calendar Jul 7, 2026 · aws.amazon.com/blogs/machine-learning
    How AWS Finance teams reclaimed hundreds of hours with Amazon Quick

    In this post, we show how AWS Finance used chat agents and Flows in Amazin Quick to transform two of their most time-consuming workflows. Link to article: https://aws.amazon.com/blogs/machine-learning/how-aws-finance-teams-reclaimed-hundreds-of-hours-with-amazon-quick/


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top