.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • Distributing Roslyn Analyzers as NuGet Packages in .NET

    calendar Jul 13, 2026 · devleader.ca
    Distributing Roslyn Analyzers as NuGet Packages in .NET

    Learn to package and distribute your roslyn analyzer nuget package with the right folder structure, metadata, versioning, and CI/CD automation in .NET 10. Link to article: https://www.devleader.ca/2026/07/13/distributing-roslyn-analyzers-as-nuget-packages-in-net


    Read More
  • Defining MCP Tools in C#: Attributes, JSON Schema, and Error Handling

    calendar Jul 12, 2026 · devleader.ca
    Defining MCP Tools in C#: Attributes, JSON Schema, and Error Handling

    Learn how MCP tools in C# use attributes, JSON Schema, DI, content blocks, cancellation, error handling, and naming so models call .NET tools correctly. Link to article: https://www.devleader.ca/2026/07/12/defining-mcp-tools-in-c-attributes-json-schema-and-error-handling


    Read More
  • Distributed Monolith: The Anti-Pattern Every C# Developer Should Recognize

    calendar Jul 12, 2026 · devleader.ca
    Distributed Monolith: The Anti-Pattern Every C# Developer Should Recognize

    Learn what a distributed monolith is in C#, why it's worse than a traditional monolith or microservices, and how to identify and fix this common architectural anti-pattern. Link to article: https://www.devleader.ca/2026/07/12/distributed-monolith-the-antipattern-every-c-developer-should-recognize


    Read More
  • Optimizing I/O Performance in .NET

    calendar Jul 12, 2026 · dotnettips.wordpress.com
    Optimizing I/O Performance in .NET

    I/O operations impact application responsiveness, scalability, and costs. Enhancing file access, HTTP requests, and networking improves user experience while reducing resource consumption. This chapter discusses techniques to optimize I/O performance in .NET, utilizing benchmark results and profilers to identify …


    Read More
  • HTTP/3 in .NET: Faster, Newer, and Not Always the Best Choice

    calendar Jul 12, 2026 · dotnettips.wordpress.com
    HTTP/3 in .NET: Faster, Newer, and Not Always the Best Choice

    Modern .NET applications support three major HTTP versions: HTTP/1.1, HTTP/2, and HTTP/3, each with distinct characteristics. HTTP/3, utilizing QUIC over UDP, offers advantages like reduced latency and better performance on unstable networks. Link to article: …


    Read More
  • Build Your First Roslyn Analyzer in C#: Diagnostics and Code Fix Walkthrough

    calendar Jul 12, 2026 · devleader.ca
    Build Your First Roslyn Analyzer in C#: Diagnostics and Code Fix Walkthrough

    Build roslyn analyzer c# from scratch -- complete project setup, DiagnosticAnalyzer scaffold, CodeFixProvider implementation, debugging, and unit tests. Link to article: https://www.devleader.ca/2026/07/12/build-your-first-roslyn-analyzer-in-c-diagnostics-and-code-fix-walkthrough


    Read More
  • NuGet SourceLink and Symbol Packages: Step-Through Debugging for .NET Libraries

    calendar Jul 11, 2026 · devleader.ca
    NuGet SourceLink and Symbol Packages: Step-Through Debugging for .NET Libraries

    Learn how to configure nuget sourcelink and symbol packages for your .NET library. Enable step-through debugging with embedded PDBs or .snupkg on NuGet.org. Link to article: https://www.devleader.ca/2026/07/11/nuget-sourcelink-and-symbol-packages-stepthrough-debugging-for-net-libraries


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top