.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Behind the Scenes: How the OpenTelemetry Plugin Maps Your Microservices in Real-Time

    calendar Sep 16, 2026 · blog.jetbrains.com
    Behind the Scenes: How the OpenTelemetry Plugin Maps Your Microservices in Real-Time

    We’ve all been there: you join a new project, and the first thing you ask for is the architecture diagram. You’re handed a diagram that looks great, but after a week of debugging, you realize it’s six months out of date. Service A hasn’t talked to Service B since the spring, and there’s a new […] Link to article: …


    Read More
  • How to connect AI usage to business value

    calendar Sep 16, 2026 · openai.com/blog
    How to connect AI usage to business value

    Learn how ChatGPT Work and Codex analytics help teams understand AI usage and spend, identify training needs, and connect adoption to business outcomes. Link to article: https://openai.com/index/how-to-connect-ai-usage-to-business-value


    Read More
  • IntelliJ IDEA 2026.2.3 Is Out!

    calendar Sep 16, 2026 · blog.jetbrains.com
    IntelliJ IDEA 2026.2.3 Is Out!

    We’ve just released IntelliJ IDEA 2026.2.3. You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it from our website. The latest update brings the following improvements: For a comprehensive overview of the fixes, see the release …


    Read More
  • Your AI coding agent evaluation is only as good as its sandbox

    calendar Sep 16, 2026 · devblogs.microsoft.com
    Your AI coding agent evaluation is only as good as its sandbox

    A passing agent evaluation can prove the wrong thing. The answer might be correct while the measurement behind it is invalid. An AI coding agent can generate an answer from internal knowledge and related patterns. But it can also adapt information from the prompt or retrieve evidence from its environment. Each route …


    Read More
  • How workers are unlocking new ways of working

    calendar Sep 16, 2026 · openai.com/blog
    How workers are unlocking new ways of working

    New OpenAI Economic Research shows how workers use AI beyond traditional roles and which new activities become recurring parts of their work. Link to article: https://openai.com/index/unlocking-new-ways-of-working


    Read More
  • Important updates: GitHub Copilot support ending for JetBrains 2025.1.x

    calendar Sep 16, 2026 · devblogs.microsoft.com
    Important updates: GitHub Copilot support ending for JetBrains 2025.1.x

    To deliver new features faster and continue improving stability and performance, the GitHub Copilot plugin will end support for JetBrains IDEs version 2025.1.x (JetBrains platform build 251). Focusing on newer IDE versions helps us bring you new capabilities more quickly and maint Link to article: …


    Read More
  • Building the new GitHub Copilot Inline Suggestions Model: Part One

    calendar Sep 16, 2026 · devblogs.microsoft.com
    Building the new GitHub Copilot Inline Suggestions Model: Part One

    Explore how GitHub Copilot unified completion, next edit, and long-distance suggestions into one model for a faster, more cohesive coding experience. Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/building-the-new-github-copilot-inline-suggestions-model:-part-one


    Read More
  • Avoid API Breaking Changes

    calendar Sep 15, 2026 · codeopinion.com
    Avoid API Breaking Changes

    Have you ever changed your backing data model and then all of a sudden all your clients explode? It’s not because you broke your code. You broke your contract. Most times API breaking changes occur because you’re exposing your domain model or data model. You’re not just sharing data. You’re leaking implementation …


    Read More
  • Introducing Foundry Dev Pack: One Command to Start Building

    calendar Sep 15, 2026 · devblogs.microsoft.com
    Introducing Foundry Dev Pack: One Command to Start Building

    Setting up your Microsoft Foundry environment just got a lot simpler. We launched Foundry Dev Pack to consolidate initial installation steps into a single setup process. The Foundry Dev Pack is an all-in-one installer that prepares your machine for Foundry development by installing the tools that you’ll need across …


    Read More
  • 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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top