.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • The JasperFx / CritterStack AI and Event Modeling Strategy

    calendar Aug 21, 2026 · jeremydmiller.com
    The JasperFx / CritterStack AI and Event Modeling Strategy

    Assuming you haven’t been living under a rock, you’ve probably noticed that topics related to Artificial Intelligence (AI) are pretty well dominating most conversations about software development right now. I’d like to lay out the Critter Stack community and JasperFx‘s strategy is for AI assisted software development …


    Read More
  • Agentic Data Operations Platform (ADOP): Data engineering into hours

    calendar Aug 21, 2026 · aws.amazon.com/blogs/machine-learning
    Agentic Data Operations Platform (ADOP): Data engineering into hours

    The Agentic Data Operations Platform (ADOP) is a reference architecture on Amazon Bedrock that uses specialized AI agents to automate the full Bronze-to-Silver-to-Gold data pipeline lifecycle, compressing new-source onboarding from weeks to hours while keeping data governance and compliance controls inline. Link to …


    Read More
  • Govern AI agent tool access with Amazon Bedrock AgentCore Gateway

    calendar Aug 21, 2026 · aws.amazon.com/blogs/machine-learning
    Govern AI agent tool access with Amazon Bedrock AgentCore Gateway

    Give your AI agents governed, auditable access to enterprise tools without consolidating infrastructure. This post walks through a four-scope maturity model (Connect, Control, Catalog, and Harden) for building a governed tool gateway with Amazon Bedrock AgentCore, advancing only when real governance pain demands it. …


    Read More
  • Today I will... Modernize a .NET application

    calendar Aug 21, 2026 · devblogs.microsoft.com
    Today I will... Modernize a .NET application

    Today I will modernize a .NET Framework application to .NET 10 using the GitHub Copilot modernization tooling built-in to Visual Studio. The tooling helps us upgrade applications running on legacy versions of .NET and also mig Link to article: …


    Read More
  • Reduce RAG costs on Amazon Bedrock with query-aware compression

    calendar Aug 21, 2026 · aws.amazon.com/blogs/machine-learning
    Reduce RAG costs on Amazon Bedrock with query-aware compression

    Input tokens are often a meaningful part of the cost of running Retrieval Augmented Generation (RAG) at scale. This post describes a query-aware context compression pattern on Amazon Bedrock: after retrieval, a smaller model filters retrieved chunks against the query before the primary model answers, reducing input …


    Read More
  • Accelerating aircraft IFEC diagnostics with agentic AI on AWS

    calendar Aug 21, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerating aircraft IFEC diagnostics with agentic AI on AWS

    Panasonic Avionics worked with AWS and the AWS Generative AI Innovation Center to build an agentic AI system on Amazon Bedrock, Amazon SageMaker, and AWS Glue that diagnoses in-flight entertainment and connectivity (IFEC) issues across a global fleet, reducing diagnosis time from hours to minutes while maintaining …


    Read More
  • Reducing C++ template bloat by factoring out the type-dependent portions of the function, practical exam

    calendar Aug 21, 2026 · devblogs.microsoft.com
    Reducing C++ template bloat by factoring out the type-dependent portions of the function, practical exam

    A short time ago, we observed that there's usually no need to wrap a callable in a lambda, and more recently observed that Link to article: https://devblogs.microsoft.com/oldnewthing/20260821-00/?p=112632


    Read More
  • Running AI agents in GitHub Actions with Docker Sandboxes

    calendar Aug 21, 2026 · docker.com
    Running AI agents in GitHub Actions with Docker Sandboxes

    Run AI agents in GitHub Actions with Docker Sandboxes. See how isolated agents can run Testcontainers tests, fix code, and open draft pull requests. Link to article: https://www.docker.com/blog/running-ai-agents-in-github-actions-with-docker-sandboxes/


    Read More
  • Specification Pattern With EF Core Without a Repository

    calendar Aug 21, 2026 · devleader.ca
    Specification Pattern With EF Core Without a Repository

    Use the Specification Pattern with EF Core DbContext queries while keeping tracking, result limits, cancellation, SQL checks, and relational tests explicit. Link to article: https://www.devleader.ca/2026/08/21/specification-pattern-with-ef-core-without-a-repository


    Read More
  • Spring Boot Configuration Management Best Practices

    calendar Aug 21, 2026 · blog.jetbrains.com
    Spring Boot Configuration Management Best Practices

    Spring Boot provides comprehensive externalized application configuration support. It enables one application artifact to run in different environments by supplying values from various sources such as: In this article, we’ll explore the best practices for managing Spring Boot application configuration.A well-designed …


    Read More
  • Introducing cross-Region inference for OpenAI GPT-5.6 models on Amazon Bedrock

    calendar Aug 20, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing cross-Region inference for OpenAI GPT-5.6 models on Amazon Bedrock

    Amazon Bedrock now offers OpenAI GPT-5.6 models (Sol, Terra, and Luna) in more than 25 AWS Regions with cross-Region inference. Learn how US geographic and global inference profiles route requests for higher throughput, how to call the models with the OpenAI and Converse APIs, and how to configure IAM, quotas, and …


    Read More
  • Build a no-code ML workflow with Snowflake, Amazon SageMaker Canvas and Amazon Quick – Part 1: Setting up your Snowflake environment

    calendar Aug 20, 2026 · aws.amazon.com/blogs/machine-learning
    Build a no-code ML workflow with Snowflake, Amazon SageMaker Canvas and Amazon Quick – Part 1: Setting up your Snowflake environment

    Healthcare, retail, and life sciences teams store large volumes of operational data in Snowflake, but turning it into predictions is hard. In Part 1 of this series, you set up your AWS account and Snowflake environment for a no-code ML workflow with Amazon SageMaker Canvas, laying the foundation for building a fraud …


    Read More
  • Build a no-code ML workflow with Snowflake, Amazon SageMaker Canvas and Amazon Quick – Part 2: Data preparation and model building with Amazon SageMaker Canvas

    calendar Aug 20, 2026 · aws.amazon.com/blogs/machine-learning
    Build a no-code ML workflow with Snowflake, Amazon SageMaker Canvas and Amazon Quick – Part 2: Data preparation and model building with Amazon SageMaker Canvas

    In Part 2 of this no-code ML series, you connect Amazon SageMaker Canvas to Snowflake, prepare and join transaction data with Data Wrangler visual transformations, and train an XGBoost fraud detection model. All without writing machine learning code, laying the groundwork for interactive dashboards in Part 3. Link to …


    Read More
  • Build a no-code ML workflow with Snowflake, Amazon SageMaker Canvas and Amazon Quick – Part 3: Visualizing insights with Amazon Quick Sight

    calendar Aug 20, 2026 · aws.amazon.com/blogs/machine-learning
    Build a no-code ML workflow with Snowflake, Amazon SageMaker Canvas and Amazon Quick – Part 3: Visualizing insights with Amazon Quick Sight

    In Part 3 of this no-code ML series, you bring fraud detection predictions to life. Import your Amazon SageMaker Canvas predictions into Amazon Quick Sight, build interactive dashboards, use generative BI to answer questions in natural language, and publish AI-generated executive summaries for stakeholders. Link to …


    Read More
  • Vector Search in .NET: The Azure AI Search Query Model

    calendar Aug 20, 2026 · devleader.ca
    Vector Search in .NET: The Azure AI Search Query Model

    Learn Azure AI Search vector search .NET query mechanics, including vector fields, dimension alignment, top-k results, filters, scores, and stable C# APIs. Link to article: https://www.devleader.ca/2026/08/20/vector-search-in-net-the-azure-ai-search-query-model


    Read More
  • Docker Verified Publisher Applications Are Now Self-Serve

    calendar Aug 20, 2026 · docker.com
    Docker Verified Publisher Applications Are Now Self-Serve

    Apply to become a Docker Verified Publisher (DVP) now directly through Docker Hub. Get your verified content seen first by devs looking for trusted options. Link to article: https://www.docker.com/blog/docker-verified-publisher-applications-are-now-self-serve/


    Read More
  • Authoring Dogwood policies from natural language in Amazon Bedrock AgentCore

    calendar Aug 20, 2026 · aws.amazon.com/blogs/machine-learning
    Authoring Dogwood policies from natural language in Amazon Bedrock AgentCore

    AI agents can take actions that do not match your organization's policies. Policy in Amazon Bedrock AgentCore lets teams enforce controls across agents, now including time-based constraints. This post shows how Policy Authoring turns natural-language policy documents into correct Dogwood policies, with worked examples …


    Read More
  • Scaling agentic AI: Enterprise patterns without vendor lock-in

    calendar Aug 20, 2026 · aws.amazon.com/blogs/machine-learning
    Scaling agentic AI: Enterprise patterns without vendor lock-in

    Scaling agentic AI across an enterprise requires patterns that preserve flexibility while avoiding vendor lock-in. In this second post of our multi-agent series, we examine how ML teams operate many agentic AI systems across a multi-everything environment of frameworks, models, and providers, and the principles that …


    Read More
  • Scaling cloud migrations with agentic AI on Amazon Bedrock AgentCore

    calendar Aug 20, 2026 · aws.amazon.com/blogs/machine-learning
    Scaling cloud migrations with agentic AI on Amazon Bedrock AgentCore

    Learn how AWS Professional Services uses a multi-agent framework built on Amazon Bedrock AgentCore to automate enterprise cloud migrations end to end. Purpose-built AI agents handle discovery, infrastructure as code generation, portfolio governance, and post-migration operations, reducing IaC development time from …


    Read More
  • AWS vector solutions: Build agentic AI where your data lives

    calendar Aug 20, 2026 · aws.amazon.com/blogs/machine-learning
    AWS vector solutions: Build agentic AI where your data lives

    AWS offers a broad portfolio of vector search built directly into the databases and storage services you already use, with no standalone vector database or data migration required. This post covers six purpose-built services, a decision framework for choosing the right engine, and customer proof points for each. Link …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top