.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • How to Set Up Serilog in ASP.NET Core: Step-by-Step Guide

    calendar Jul 7, 2026 · devleader.ca
    How to Set Up Serilog in ASP.NET Core: Step-by-Step Guide

    Learn how to set up Serilog in ASP.NET Core with two-stage initialization, appsettings.json configuration, and structured request logging. .NET 9 and .NET 10. Link to article: https://www.devleader.ca/2026/07/07/how-to-set-up-serilog-in-aspnet-core-stepbystep-guide


    Read More
  • AI Helps Junior Developers Code Faster. This Prompt Helps Them Build Better.

    calendar Jul 7, 2026 · build5nines.com
    AI Helps Junior Developers Code Faster. This Prompt Helps Them Build Better.

    A junior developer sits down with an AI coding assistant and types something like, “Build me an API for managing customer orders.” A few moments… Link to article: https://build5nines.com/ai-helps-junior-developers-code-faster-this-prompt-helps-them-build-better/


    Read More
  • JetBrains AI for Teams and Organizations: From Fragmented AI Usage to Coordinated Software Development

    calendar Jul 7, 2026 · blog.jetbrains.com
    JetBrains AI for Teams and Organizations: From Fragmented AI Usage to Coordinated Software Development

    We’re about to start rolling out a new set of AI capabilities that provide shared context, reusable agentic workflows, organization-level governance, and cost control for software production. Developers use different AI tools depending on the task – from JetBrains IDEs to terminal-based agents such as Claude Code, …


    Read More
  • Agent Skills for .NET Is Now Released

    calendar Jul 7, 2026 · devblogs.microsoft.com
    Agent Skills for .NET Is Now Released

    You can now give your .NET agents reusable packages of domain expertise - instructions, reference documents, and scripts they load only when a task needs them - through a stable, production-ready API. Agent Skills for .NET in Microsoft Agent Framework has moved out of experimental preview - the [Experimental] attribute …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top