.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Scale multi-tenant SaaS with per-tenant version pinning using Amazon CloudFront

    calendar Sep 15, 2026 · aws.amazon.com/blogs/dotnet
    Scale multi-tenant SaaS with per-tenant version pinning using Amazon CloudFront

    Multi-tenant SaaS providers often need to control which application version each tenant runs, a practice called per-tenant version pinning, so they can roll out new releases incrementally and move tenants between versions without downtime and manual changes. A common approach is to configure the Application Load …


    Read More
  • Optimizing cost and latency with Amazon Bedrock prompt caching

    calendar Sep 15, 2026 · aws.amazon.com/blogs/machine-learning
    Optimizing cost and latency with Amazon Bedrock prompt caching

    Prompt caching in Amazon Bedrock can cut input token costs by up to 90% when you repeatedly send the same context to foundation models. This post walks through six practical prompt caching scenarios using the Converse API: message content, system prompt, tool definition, mixed TTL, tenant isolation, and LangChain …


    Read More
  • Build an AI-powered product tagging system with Amazon SageMaker serverless model customization

    calendar Sep 15, 2026 · aws.amazon.com/blogs/machine-learning
    Build an AI-powered product tagging system with Amazon SageMaker serverless model customization

    Manually tagging thousands of catalog products is slow and inconsistent. This walkthrough shows how to customize Qwen3-8B with supervised fine-tuning (SFT) and reinforcement learning with verifiable rewards (RLVR) on Amazon SageMaker serverless model customization, then deploy it for asynchronous inference to build a …


    Read More
  • Announcing instance preference lists for Amazon SageMaker AI training jobs

    calendar Sep 15, 2026 · aws.amazon.com/blogs/machine-learning
    Announcing instance preference lists for Amazon SageMaker AI training jobs

    Amazon SageMaker AI now offers instance preference lists for training and processing jobs. Specify an ordered list of up to five instance types, and SageMaker AI automatically launches on the first type with available capacity, eliminating manual retry loops and capacity-watching scripts. Link to article: …


    Read More
  • PackageType: Main, Framework, Resource, Optional, Bundle

    calendar Sep 15, 2026 · devblogs.microsoft.com
    PackageType: Main, Framework, Resource, Optional, Bundle

    Every MSIX package is one of four package types: Main Framework Resource Optional MSIX also supports Bundle packages. Bundles are somewhat different from those four package types: a Bundle is a container for one or more MSIX packages. Windows APIs nevertheless expose Bundle alongside t Link to article: …


    Read More
  • Today I will... improve test coverage

    calendar Sep 15, 2026 · devblogs.microsoft.com
    Today I will... improve test coverage

    Today I want to look at how we can improve on the test coverage that we have in the Interview Coach application. This application has some unit tests in it already, but I'm sure there is room for improvement. Defining our baseline Before we star Link to article: …


    Read More
  • Build an interview coach app with the GitHub Copilot SDK

    calendar Sep 15, 2026 · devblogs.microsoft.com
    Build an interview coach app with the GitHub Copilot SDK

    An interview coach has to do more than ask questions. It needs to read a resume, follow up on an incomplete answer, and save enough context to give useful feedback at the end. Some of that work is conversation. Some of it requires calling an application service. The GitHub Copilot SDK Link to article: …


    Read More
  • From Redis pressure to a healthier service

    calendar Sep 15, 2026 · devblogs.microsoft.com
    From Redis pressure to a healthier service

    The engineering journey behind an Azure Managed Redis migration for Copilot Studio agent flows Microsoft Copilot Studio helps organizations build agents and automate business processes. Agent flows let those agents carry out repeatable work across conne Link to article: …


    Read More
  • Java 27 in IntelliJ IDEA

    calendar Sep 15, 2026 · blog.jetbrains.com
    Java 27 in IntelliJ IDEA

    In line with the six-month release cadence, Java 27 was released on September 15, 2026. In this blog post, we will look at what’s included in this release, how IntelliJ IDEA continues to support the latest Java versions, and even how IntelliJ IDEA is benefiting from some of the changes to the JDK. Java 27 […] Link to …


    Read More
  • Build a Bounded Processing Pipeline With System.Threading.Channels

    calendar Sep 15, 2026 · devleader.ca
    Build a Bounded Processing Pipeline With System.Threading.Channels

    Build a bounded C# pipeline with System.Threading.Channels using backpressure, explicit ownership, cancellation, draining, fault handling, and awaited workers. Link to article: https://www.devleader.ca/2026/09/15/build-a-bounded-processing-pipeline-with-systemthreadingchannels


    Read More
  • Coding agents are picking Azure SQL Database

    calendar Sep 15, 2026 · devblogs.microsoft.com
    Coding agents are picking Azure SQL Database

    I went looking for Azure SQL Database in a recent coding agent benchmark, honestly unsure whether Microsoft SQL would show up. Armature ran a study where real coding agent CLIs (Claude Code, Codex, Cursor) were dropped into Link to article: …


    Read More
  • Performance Improvements in .NET 11

    calendar Sep 15, 2026 · devblogs.microsoft.com
    Performance Improvements in .NET 11

    Before television shows like The Office and Parks and Recreation cemented the mockumentary in the minds of millions, there was Christopher Guest. He didn't invent the genre, but he's widely recognized as one of its most influential practitioners, and for my money, there's none better. I've watched Waiting for Guffman …


    Read More
  • Understanding Device Bound Session Credentials (DBSC)

    calendar Sep 15, 2026 · andrewlock.net
    Understanding Device Bound Session Credentials (DBSC)

    In this post I provide an introduction to Device Bound Session Credentials, I look at how DBSC protects against session hijacking, and how the protocol works Link to article: https://andrewlock.net/understanding-device-bound-session-credentials/


    Read More
  • Testing beyond your imagination: Property-based testing in C# with FsCheck

    calendar Sep 15, 2026 · code4it.dev
    Testing beyond your imagination: Property-based testing in C# with FsCheck

    Property-based testing is a powerful alternative to example-based testing. Instead of defining specific inputs and verifying their outcomes, you define properties that should always hold true. Let’s learn how to use FsCheck to write property-based tests in C# with NUnit. Link to article: …


    Read More
  • Abnormal AI: Amazon Bedrock AgentCore for agentic email security at scale

    calendar Sep 14, 2026 · aws.amazon.com/blogs/machine-learning
    Abnormal AI: Amazon Bedrock AgentCore for agentic email security at scale

    Learn how Abnormal AI deployed Amazon Bedrock AgentCore Code Interpreter as an ephemeral compute scratch pad for the agents behind its real-time email threat detection at billion-message scale, plus the sandbox design decisions and practical lessons for builders deploying Code Interpreter in production. Link to …


    Read More
  • Manage end-user OAuth consent for AI agents with Amazon Bedrock AgentCore

    calendar Sep 14, 2026 · aws.amazon.com/blogs/machine-learning
    Manage end-user OAuth consent for AI agents with Amazon Bedrock AgentCore

    Amazon Bedrock AgentCore Identity now offers a Consent portal, a managed web experience and session binding endpoint for AgentCore Gateway. This post walks through provisioning a portal, configuring GitHub and Slack 3LO targets, and the end-user consent flow, and shows how to review activity in AWS CloudTrail. Link to …


    Read More
  • C++ in the Age of AI: Visual Studio at CppCon 2026

    calendar Sep 14, 2026 · devblogs.microsoft.com
    C++ in the Age of AI: Visual Studio at CppCon 2026

    At CppCon 2026, we shared how Visual Studio is evolving to help you work more effectively with large C++ codebases, improve build and runtime performance, adopt the latest language features, and incorporate AI into your existing workflows. This post is a companion reading guide for our session, Link to article: …


    Read More
  • Share your .NET story with the community

    calendar Sep 14, 2026 · devblogs.microsoft.com
    Share your .NET story with the community

    The best way to understand what .NET makes possible is to see what teams are building with it. At .NET Conf 2026, we want to share more stories from people and organizations using .NET to solve real problems. If your team has built a new application, modernized an existing system, or made s Link to article: …


    Read More
  • Toolbox App 3.8: Improves IDE Update Handling on macOS and Fixes Keyboard Navigation

    calendar Sep 14, 2026 · blog.jetbrains.com
    Toolbox App 3.8: Improves IDE Update Handling on macOS and Fixes Keyboard Navigation

    Version 3.8 of the Toolbox App restores keyboard navigation in project and tool lists. On macOS, manual IDE updates stay available even when the system reports the installation directory as protected. IDE updates remain available on macOS macOS was sometimes incorrectly reporting an IDE installation directory as …


    Read More
  • How Ninth Wave built AI-powered open finance onboarding on Amazon Bedrock

    calendar Sep 14, 2026 · aws.amazon.com/blogs/machine-learning
    How Ninth Wave built AI-powered open finance onboarding on Amazon Bedrock

    Learn how Ninth Wave built Compass, a multi-agent AI onboarding assistant on Amazon Bedrock AgentCore that validates bank APIs against Financial Data Exchange (FDX) standards, scores compliance, and compresses open finance onboarding from weeks to minutes while meeting SOC 2 and PCI DSS requirements. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top