.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • Applications Are Not Packages

    calendar Jul 7, 2026 · devblogs.microsoft.com
    Applications Are Not Packages

    Applications are not packages. Let me repeat. Applications are not packages. This is a common misconception due to the (too) often blurring of concepts and terminology. Packages and applications are different and distinct things, so it's important to understand what those words mean (to MSIX). Packages and A Link to …


    Read More
  • How did Windows 95 decide that a setup program ran?

    calendar Jul 7, 2026 · devblogs.microsoft.com
    How did Windows 95 decide that a setup program ran?

    A little while ago, I mentioned that Windows 95 had some defenses against installers that overwrite a file with an older version. These defenses kicked in whenever it dete Link to article: https://devblogs.microsoft.com/oldnewthing/20260707-00/?p=112508


    Read More
  • Don't rewrite your CLI for agents

    calendar Jul 7, 2026 · devblogs.microsoft.com
    Don't rewrite your CLI for agents

    There's advice making the rounds: replace your CLI args with a single --json payload so agents can use your tool more effectively. The thinking being, that agents already think in structured formats, and nested data maps cleanly to JSON. Flat args on the other hand, force awkward conventions like repeating …


    Read More
  • What’s Next for TeamCity – CI/CD by JetBrains

    calendar Jul 7, 2026 · blog.jetbrains.com
    What’s Next for TeamCity – CI/CD by JetBrains

    What we’re building toward As the share of code written by AI agents grows rapidly, two questions are central to effective AI adoption: How can teams turn AI usage into real productivity gains, and how can they maintain quality, security, and control while doing so? CI/CD is critical to both. Every contribution, …


    Read More
  • The Benchmark Meaning Gap

    calendar Jul 7, 2026 · blog.jetbrains.com
    The Benchmark Meaning Gap

    In any recent model comparison, you’ve probably seen a single number from a coding benchmark to represent “How good this model is at coding”. Those scores are tempting: they’re simple, they’re leaderboard-friendly, and they seem to tell a clear story about progress. But that story didn’t hold up when we looked more …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top