.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Microspeak: Double-click and drill down

    calendar Jul 14, 2026 · devblogs.microsoft.com
    Microspeak: Double-click and drill down

    Recall that Microspeak is not merely for jargon exclusive to Microsoft, but it's jargon that you need to know to survive at Microsoft. For most of my career at Microsoft, the term used by people who want to sound important to say that they want to delve more deeply into a topic was to drill down. Here are some …


    Read More
  • MPS 2026.1 Has Been Released!

    calendar Jul 14, 2026 · blog.jetbrains.com
    MPS 2026.1 Has Been Released!

    MPS now uses IntelliJ Platform 2026.1, JDK 25, and Kotlin 2.3. Build Language gains transitive dependencies, migrations are more reproducible, and Java stubs have received a substantial quality update. The bundled Projectional Agent Toolkit plugin enables AI coding agents to read and write MPS models, thus opening up a …


    Read More
  • AI Engineer World’s Fair 2026: The Runtime Is Where Agent Trust Is Won

    calendar Jul 14, 2026 · docker.com
    AI Engineer World’s Fair 2026: The Runtime Is Where Agent Trust Is Won

    We spent the week at AI Engineer World's Fair in San Francisco, on stage and on the floor. Here's what we heard, and where we think it lands for anyone building with agents. Link to article: https://www.docker.com/blog/ai-engineer-worlds-fair-2026-the-runtime-is-where-agent-trust-is-won/


    Read More
  • How to Build a Modular Monolith in C# from Scratch: Step-by-Step Guide

    calendar Jul 14, 2026 · devleader.ca
    How to Build a Modular Monolith in C# from Scratch: Step-by-Step Guide

    Learn how to build a modular monolith in C# from scratch with this step-by-step guide. Create bounded context modules, enforce isolation, and wire them together in .NET 9. Link to article: https://www.devleader.ca/2026/07/14/how-to-build-a-modular-monolith-in-c-from-scratch-stepbystep-guide


    Read More
  • How a Large Enterprise Migrated 47 TB and 7,000+ Collections to Azure DocumentDB in Under 48 Hours

    calendar Jul 14, 2026 · devblogs.microsoft.com
    How a Large Enterprise Migrated 47 TB and 7,000+ Collections to Azure DocumentDB in Under 48 Hours

    Large database migrations are where good planning either pays off or falls apart. In a MongoDB-compatible estate with thousands of collections, the hard part is not only moving data. It is deciding what to move, what to defer, how to sequence the w Link to article: …


    Read More
  • How data science teams use ChatGPT Work

    calendar Jul 14, 2026 · openai.com/blog
    How data science teams use ChatGPT Work

    See how data science teams can use ChatGPT Work to build root-cause briefs, impact readouts, KPI memos, scoped analyses, and dashboard specs from real work inputs. Link to article: https://openai.com/academy/codex-for-work/how-data-science-teams-use-codex


    Read More
  • How sales teams use ChatGPT Work

    calendar Jul 14, 2026 · openai.com/blog
    How sales teams use ChatGPT Work

    See how sales teams can use ChatGPT Work to create pipeline briefs, meeting prep packets, forecast reviews, account plans, and stalled-deal diagnoses from real work inputs. Link to article: https://openai.com/academy/codex-for-work/how-sales-teams-use-codex


    Read More
  • The Visual Studio Dev/Test Benefit: Freedom to Build, Test, and Experiment in Azure

    calendar Jul 13, 2026 · devblogs.microsoft.com
    The Visual Studio Dev/Test Benefit: Freedom to Build, Test, and Experiment in Azure

    Link to article: https://devblogs.microsoft.com/visualstudio/the-visual-studio-dev-test-benefit-freedom-to-build-test-and-experiment-in-azure


    Read More
  • OpenAI GPT-5.6 Sol, Terra, and Luna are now generally available on Amazon Bedrock

    calendar Jul 13, 2026 · aws.amazon.com/blogs/machine-learning
    OpenAI GPT-5.6 Sol, Terra, and Luna are now generally available on Amazon Bedrock

    Today, GPT-5.6 Sol, Terra, and Luna from OpenAI are generally available on Amazon Bedrock, bringing the smartest family of models from OpenAI yet to Amazon Bedrock’s next-generation inference engine built for high-performance, security and reliability. Link to article: …


    Read More
  • Pure Virtual C++ 2026 [Meet the Speakers, Part 2]: The AI-Native C++ Developer Workflow

    calendar Jul 13, 2026 · devblogs.microsoft.com
    Pure Virtual C++ 2026 [Meet the Speakers, Part 2]: The AI-Native C++ Developer Workflow

    Pure Virtual C++ 2026 streams Link to article: https://devblogs.microsoft.com/cppblog/pure-virtual-cpp-2026-meet-the-speakers-part-2-the-ai-native-c-developer-workflow


    Read More
  • When your brain works differently, AI isn’t a luxury—it’s accessibility

    calendar Jul 13, 2026 · aws.amazon.com/blogs/machine-learning
    When your brain works differently, AI isn’t a luxury—it’s accessibility

    In this post, I share how AI serves as an accessibility tool for neurodivergent professionals. The system is built on Amazon Quick on your desktop, an AI-powered desktop and web assistant that compensates for executive function gaps every day. Link to article: …


    Read More
  • Building an agentic AI solution at Bluesight with Amazon Bedrock

    calendar Jul 13, 2026 · aws.amazon.com/blogs/machine-learning
    Building an agentic AI solution at Bluesight with Amazon Bedrock

    In this post, we describe how Bluesight used two AWS engagements and Amazon Bedrock AgentCore to evolve from a single-product AI prototype to Prism, a unified agentic AI solution spanning six healthcare compliance products. Prism Assistant for ControlCheck launched in May 2026 and is already in use by 20 health …


    Read More
  • Implement on-behalf-of token exchange for multi-tenant agents with Amazon Bedrock AgentCore Gateway

    calendar Jul 13, 2026 · aws.amazon.com/blogs/machine-learning
    Implement on-behalf-of token exchange for multi-tenant agents with Amazon Bedrock AgentCore Gateway

    Building multi-tenant agents with Amazon Bedrock AgentCore and Apply fine-grained access control with Bedrock AgentCore Gateway interceptors establish the conceptual foundation for on-behalf-of (OBO) token exchange in agentic systems. This post is the implementation guide. It walks through a complete multi-tenant OBO …


    Read More
  • Launching UI for generative AI inference recommendations in Amazon SageMaker AI

    calendar Jul 13, 2026 · aws.amazon.com/blogs/machine-learning
    Launching UI for generative AI inference recommendations in Amazon SageMaker AI

    In this post, we introduce the UI for optimized generative AI inference recommendations in Amazon SageMaker AI Studio, a low-code no-code (LCNC) experience. The API already gives you programmatic access to recommendations, but it assumes you know which parameters to set and how to interpret raw benchmark output. The UI …


    Read More
  • Why don't we just make the entire stack out of guard pages?

    calendar Jul 13, 2026 · devblogs.microsoft.com
    Why don't we just make the entire stack out of guard pages?

    In my earlier overview of how compilers on different architectures perform stack probes, Link to article: https://devblogs.microsoft.com/oldnewthing/20260713-00/?p=112528


    Read More
  • Serilog vs Microsoft.Extensions.Logging: Which Should You Use?

    calendar Jul 13, 2026 · devleader.ca
    Serilog vs Microsoft.Extensions.Logging: Which Should You Use?

    Serilog vs Microsoft.Extensions.Logging: understand the difference between an abstraction and a provider, when MEL is enough, and when Serilog adds real value in .NET. Link to article: https://www.devleader.ca/2026/07/13/serilog-vs-microsoftextensionslogging-which-should-you-use


    Read More
  • Enable SHA Pinning for GitHub Actions Across Personal Repositories

    calendar Jul 13, 2026 · meziantou.net
    Enable SHA Pinning for GitHub Actions Across Personal Repositories

    Pinning GitHub Actions to a full-length commit SHA is one of the simplest ways to reduce supply chain risk in your workflows. It ensures that a workflow keeps using the exact code you reviewed, instead of silently following a moving tag or branch. Tags are convenient, but they are mutable. A workflow that uses …


    Read More
  • The Old gh copilot Is Retired: Migrating to the New GitHub Copilot CLI

    calendar Jul 13, 2026 · devleader.ca
    The Old gh copilot Is Retired: Migrating to the New GitHub Copilot CLI

    Need a gh copilot suggest replacement? Migrate from the retired GitHub CLI extension to the new GitHub Copilot CLI agent workflow safely and with confidence. Link to article: https://www.devleader.ca/2026/07/13/the-old-gh-copilot-is-retired-migrating-to-the-new-github-copilot-cli


    Read More
  • What’s New in ReSharper 2026.2 for VS Code-compatible editors

    calendar Jul 13, 2026 · blog.jetbrains.com
    What’s New in ReSharper 2026.2 for VS Code-compatible editors

    The last couple of months have been busy ones for ReSharper across VS Code and compatible editors. Between the 2026.1 and 2026.2 releases, we’ve been steadily sharpening the everyday .NET experience – from tracing how your data flows, to navigating call chains, to keeping your project structure front and center. This …


    Read More
  • Debugging for .NET in VS Code and Cursor: The #1 Requested Feature Is Here

    calendar Jul 13, 2026 · blog.jetbrains.com
    Debugging for .NET in VS Code and Cursor: The #1 Requested Feature Is Here

    For over a year, the most consistent question from our users and community has been clear: When will the ReSharper extension support debugging? We heard you. And with the 2026.2 release, the first version of the debugger is now live. Built on the same core debugging engine that powers JetBrains Rider, this …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top