.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Fine-tune NVIDIA Nemotron 3 models with Amazon SageMaker AI serverless model customization

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Fine-tune NVIDIA Nemotron 3 models with Amazon SageMaker AI serverless model customization

    In this post, we explore what makes the Nemotron 3 architecture unique, walk through the fine-tuning techniques available, and show you step-by-step how to get started with serverless customization using SageMaker Studio. Link to article: …


    Read More
  • Real-time dental image verification with Amazon SageMaker AI at Henry Schein One

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Real-time dental image verification with Amazon SageMaker AI at Henry Schein One

    This post describes how Henry Schein One closed that gap by building Image Verify, an AI-powered quality verification system on Amazon SageMaker AI that evaluates dental X-ray quality at the point of capture, in real time, across thousands of locations. The system went from concept to over 10,000 active locations …


    Read More
  • Build a semantic layer for agentic AI on AWS with Stardog and Amazon Bedrock AgentCore

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Build a semantic layer for agentic AI on AWS with Stardog and Amazon Bedrock AgentCore

    In this post we show how to build a semantic layer on AWS using Stardog’s Semantic AI Application over Amazon Aurora and Amazon Redshift, and how to run a Strands Agents agent on Amazon Bedrock AgentCore that queries the layer to answer customer 360 questions across both sources without extract, transform, and load …


    Read More
  • Scaling agentic workflows with native case management in Amazon Quick Automate

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Scaling agentic workflows with native case management in Amazon Quick Automate

    In this post, we show you how to combine case management with agentic automation capabilities in Quick Automate. We introduce case management and explore the lifecycle of cases in an agentic workflow from case creation through processing to resolution. We cover how to create and manage single or multiple cases, …


    Read More
  • Deploying quantized models on Amazon SageMaker AI with Unsloth

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Deploying quantized models on Amazon SageMaker AI with Unsloth

    In this post, you will learn four deployment patterns for taking models that have already been quantized with Unsloth and deploying them on AWS infrastructure. The patterns use Amazon Elastic Compute Cloud (Amazon EC2) for direct instance access, Amazon SageMaker AI inference endpoints for managed serving, and Amazon …


    Read More
  • How KTern.AI built agentic AI for SAP on Amazon Bedrock AgentCore

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    How KTern.AI built agentic AI for SAP on Amazon Bedrock AgentCore

    Evolving from a traditional software as a service (SaaS) platform into a next-generation agentic AI platform meant orchestrating multiple specialized agents across long-running enterprise programs. Each agent operates with persistent context, secure tool access, and production-grade reliability. We built that system on …


    Read More
  • Disaggregated prefill and decode for LLM inference on SageMaker HyperPod

    calendar Jul 10, 2026 · aws.amazon.com/blogs/machine-learning
    Disaggregated prefill and decode for LLM inference on SageMaker HyperPod

    In this post, we show how to implement DPD with vLLM on Amazon SageMaker HyperPod using the HyperPod Inference Operator. Link to article: https://aws.amazon.com/blogs/machine-learning/disaggregated-prefill-and-decode-for-llm-inference-on-sagemaker-hyperpod/


    Read More
  • Shrinking Azure Pipeline task extensions using esbuild

    calendar Jul 10, 2026 · devblogs.microsoft.com
    Shrinking Azure Pipeline task extensions using esbuild

    TL;DR We bundled an internal Azure Pipelines task extension into a single bundled JavaScript file using esbuild. The task package dropped from tens of megabytes and thousands of files to three files per task ( script.js , task.json , and icon.png ). The change took about 20 lines of b Link to article: …


    Read More
  • The case of the mysterious changes to integers when there shouldn't have been any code generation effect

    calendar Jul 10, 2026 · devblogs.microsoft.com
    The case of the mysterious changes to integers when there shouldn't have been any code generation effect

    A colleague made some code changes that should not have had any effect on the generated binary. Specifically, they migrated from the NDIS_STRING_CONST macro to Link to article: https://devblogs.microsoft.com/oldnewthing/20260710-00/?p=112514


    Read More
  • What Is a Monolith? Monolithic Architecture Types Explained for C# Developers

    calendar Jul 10, 2026 · devleader.ca
    What Is a Monolith? Monolithic Architecture Types Explained for C# Developers

    Understand what a monolith is and the different types of monolithic architectures -- with C# examples that show exactly how each type looks in .NET code. Link to article: https://www.devleader.ca/2026/07/10/what-is-a-monolith-monolithic-architecture-types-explained-for-c-developers


    Read More
  • Microsoft Agent Framework for Go public preview

    calendar Jul 10, 2026 · devblogs.microsoft.com
    Microsoft Agent Framework for Go public preview

    We are excited to announce the public preview of Microsoft Agent Framework for Go, a Go implementation of Microsoft Agent Framework for building, orchestrating, and deploying AI agents and multi-agent workflows. Link to article: https://devblogs.microsoft.com/go/microsoft-agent-framework-for-go-public-preview


    Read More
  • dotInsights | July 2026

    calendar Jul 10, 2026 · blog.jetbrains.com
    dotInsights | July 2026

    Did you know? The using keyword has two completely different meanings. You can use it to import classes from different namespaces at the top of a file, or to ensure deterministic cleanup in a method body. It’s not the only keyword that has multiple meanings. See how many you can think of. Welcome to dotInsights […] …


    Read More
  • How Deutsche Telekom is rewiring telecommunications with AI

    calendar Jul 10, 2026 · openai.com/blog
    How Deutsche Telekom is rewiring telecommunications with AI

    How Deutsche Telekom is becoming an AI-native telco with OpenAI-transforming customer service, employee workflows, network operations, and the future of voice. Link to article: https://openai.com/index/deutsche-telekom


    Read More
  • Build Your First MCP Server in C#: A Step-by-Step Quickstart

    calendar Jul 10, 2026 · devleader.ca
    Build Your First MCP Server in C#: A Step-by-Step Quickstart

    Build an MCP server in C# with a local stdio quickstart covering packages, Host setup, tool attributes, VS Code wiring, stderr logs, and common fixes. Link to article: https://www.devleader.ca/2026/07/10/build-your-first-mcp-server-in-c-a-stepbystep-quickstart


    Read More
  • Automating NuGet Package Publishing with GitHub Actions

    calendar Jul 9, 2026 · devleader.ca
    Automating NuGet Package Publishing with GitHub Actions

    Automate NuGet package publishing with GitHub Actions. Learn how to build, pack, and push your .NET package to NuGet.org on every tagged release using a complete workflow YAML. Link to article: https://www.devleader.ca/2026/07/09/automating-nuget-package-publishing-with-github-actions


    Read More
  • Pure Virtual C++ 2026 [Meet the Speakers, Part 1]: Build Faster, Run Faster

    calendar Jul 9, 2026 · devblogs.microsoft.com
    Pure Virtual C++ 2026 [Meet the Speakers, Part 1]: Build Faster, Run Faster

    Pure Virtual C++ 2026 is almos Link to article: https://devblogs.microsoft.com/cppblog/pure-virtual-cpp-2026-meet-the-speakers-part-1-build-faster-run-faster


    Read More
  • Modernize .NET applications in the GitHub Copilot app

    calendar Jul 9, 2026 · devblogs.microsoft.com
    Modernize .NET applications in the GitHub Copilot app

    Upgrading a .NET application isn't a single prompt. Every upgrade begins with understanding your application, evaluating dependencies, planning the work, applying code transformations, fixing build failures, and validating the results. Each phase uncovers new information that shapes the work that follows. A dependency …


    Read More
  • MCP tool design: Practical approaches and tradeoffs

    calendar Jul 9, 2026 · aws.amazon.com/blogs/machine-learning
    MCP tool design: Practical approaches and tradeoffs

    In this post, we show where MCP tool design goes wrong and how to fix it with practical context engineering approaches. Link to article: https://aws.amazon.com/blogs/machine-learning/mcp-tool-design-practical-approaches-and-tradeoffs/


    Read More
  • Enhancing enterprise inference on Amazon SageMaker HyperPod with data capture, Hugging Face, NVMe, and Route 53 integration

    calendar Jul 9, 2026 · aws.amazon.com/blogs/machine-learning
    Enhancing enterprise inference on Amazon SageMaker HyperPod with data capture, Hugging Face, NVMe, and Route 53 integration

    In this post, we walk through five capabilities now available in SageMaker HyperPod inference: multi-tier data capture for auditing and model improvement, direct deployment from Hugging Face Hub, local NVMe model loading for faster cold starts, automated Route 53 DNS for custom domains, and pod-level IAM through custom …


    Read More
  • SharePoint Copilot Apps Now in Public Preview: From Intent to Action in Microsoft 365 Copilot

    calendar Jul 9, 2026 · devblogs.microsoft.com
    SharePoint Copilot Apps Now in Public Preview: From Intent to Action in Microsoft 365 Copilot

    It's here. Starting today, SharePoint Copilot Apps are in public preview - and they change what Copilot can do for your users. Instead of describing a task in a back-and-forth chat, users can approve an expense, triage an incident, or run an onboarding checklist as a real, interactive app Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top