.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Is This a Packaged Process?

    calendar May 12, 2026 · devblogs.microsoft.com
    Is This a Packaged Process?

    Sometimes you need to know whether the current process has package identity. Certain Windows features require it, and behaviors can differ—both technically and culturally. For example, classic Windows applications often store settings in the registry, whereas packaged applications typically use Link to article: …


    Read More
  • .NET and .NET Framework May 2026 servicing releases updates

    calendar May 12, 2026 · devblogs.microsoft.com
    .NET and .NET Framework May 2026 servicing releases updates

    Welcome to our combined .NET servicing updates for May 2026. Let's get into the latest release of .NET & .NET Framework, here is a quick overview of what's new in our servicing releases: Security improvements .NET and .NET Framework have been refreshed with the latest update as of May 12, 2026. This update contains …


    Read More
  • Docker AI Governance: Unlock Agent Autonomy, Safely

    calendar May 12, 2026 · docker.com
    Docker AI Governance: Unlock Agent Autonomy, Safely

    Introducing Docker AI Governance: centralized control over how agents execute, what they can reach on the network, which credentials they can use, and which MCP tools they can call, so every developer in your company can run AI agents safely, wherever they work. Your laptop is the new prod Agents are the biggest …


    Read More
  • Foundry Local 1.1: Live Transcription, Embeddings, and Responses API

    calendar May 12, 2026 · devblogs.microsoft.com
    Foundry Local 1.1: Live Transcription, Embeddings, and Responses API

    Today we're announcing the 1.1.0 release of Foundry Local — Microsoft's cross-platform local AI solution that lets developers bring AI directly into their applications with no cloud dependency, no network latency, and no per-token costs. This release adds the following: Live audio tra Link to article: …


    Read More
  • How Amazon Finance streamlines regulatory inquiries by using generative AI on AWS

    calendar May 12, 2026 · aws.amazon.com/blogs/machine-learning
    How Amazon Finance streamlines regulatory inquiries by using generative AI on AWS

    In this post, we demonstrate how Amazon FinTech teams are using Amazon Bedrock and other AWS services to build a scalable AI application to transform how regulatory inquiries are handled. Each team using this solution creates and maintains its own dedicated knowledge base, populated with that team's specific documents …


    Read More
  • MSVC Build Tools version 14.51 (GA) now available

    calendar May 12, 2026 · devblogs.microsoft.com
    MSVC Build Tools version 14.51 (GA) now available

    Microsoft C++ (MSVC) Build Tools version 14.51 is now generally available. It is the default compiler starting with Visual Studio 2026 18.6 and will receive 9 months of servicing fixes, as described in New release cadence and suppor Link to article: https://devblogs.microsoft.com/cppblog/msvc-version-1451-available


    Read More
  • Automate schema generation for intelligent document processing

    calendar May 12, 2026 · aws.amazon.com/blogs/machine-learning
    Automate schema generation for intelligent document processing

    In this post, we'll show you how our multi-document discovery feature solves this problem. It serves as an automated pre-processing step, analyzing unknown documents, clustering them by type, and generating schemas ready for the IDP Accelerator. You'll learn how the new capability uses visual embeddings for automatic …


    Read More
  • Navigating EU AI Act requirements for LLM fine-tuning on Amazon SageMaker AI

    calendar May 12, 2026 · aws.amazon.com/blogs/machine-learning
    Navigating EU AI Act requirements for LLM fine-tuning on Amazon SageMaker AI

    In this post, we show you how to set up FLOPs tracking during LLM fine-tuning using the open source Fine-Tuning FLOPs Meter toolkit on Amazon SageMaker AI. You learn how to determine your compliance status with a single configuration flag and generate audit-ready documentation. Link to article: …


    Read More
  • Why Sagas Feel Broken

    calendar May 12, 2026 · codeopinion.com
    Why Sagas Feel Broken

    So, you built an elaborate system with commands, queues, an event-driven architecture, retries, timeouts, and, most importantly, compensating actions all handled within sagas. But do you really? Because then you get a call from support. There’s an order where the payment is pending, and it’s been pending for 48 hours. …


    Read More
  • PhpStorm 2026.2 Early Access Program Has Started

    calendar May 12, 2026 · blog.jetbrains.com
    PhpStorm 2026.2 Early Access Program Has Started

    The Early Access Program (EAP) for the next major PhpStorm 2026.2 release is now open! PhpStorm’s EAP builds are a great opportunity to try upcoming features for free in your real workflows and share feedback with the PhpStorm team. Your input directly influences what makes it into the final release. This release, our …


    Read More
  • When to Use Flyweight Pattern in C#: Decision Guide with Examples

    calendar May 12, 2026 · devleader.ca
    When to Use Flyweight Pattern in C#: Decision Guide with Examples

    Learn when to use flyweight pattern in C# with decision criteria, memory profiling examples, and guidance on choosing the right caching approach. Link to article: https://www.devleader.ca/2026/05/12/when-to-use-flyweight-pattern-in-c-decision-guide-with-examples


    Read More
  • Introducing dotnet new WinUI templates

    calendar May 12, 2026 · devblogs.microsoft.com
    Introducing dotnet new WinUI templates

    [caption id="attachment_1143" align="alignnone" width="1188"] Link to article: https://devblogs.microsoft.com/ifdef-windows/introducing-dotnet-new-templates-for-winui


    Read More
  • Running background tasks in Blazor with Web Workers: Exploring the .NET 11 preview - Part 1

    calendar May 12, 2026 · andrewlock.net
    Running background tasks in Blazor with Web Workers: Exploring the .NET 11 preview - Part 1

    In this post I discuss the new Web Worker template available in .NET 11 for running CPU intensive tasks without blocking the UI Link to article: https://andrewlock.net/exploring-the-dotnet-11-preview-1-running-background-tasks-in-blazor-with-web-workers/


    Read More
  • dotInsights | May 2026

    calendar May 12, 2026 · blog.jetbrains.com
    dotInsights | May 2026

    Did you know? C# supports ref return and ref local, which let you return and work with references to variables instead of copies of their values. Welcome to dotInsights by JetBrains! This newsletter is the home for recent .NET and software development related information. 🔗 Links Here’s the latest from the developer …


    Read More
  • TeamCity 2026.1: CLI, MCP for AI Agents, Pipelines Enhancements, and More

    calendar May 12, 2026 · blog.jetbrains.com
    TeamCity 2026.1: CLI, MCP for AI Agents, Pipelines Enhancements, and More

    TL;DR: TeamCity 2026.1 is out and packed with helpful features. We’re introducing the TeamCity CLI and MCP support, as well as Pipelines enhancements to make configuring TeamCity more convenient and powerful. As of this release, AI Assistant is available in Enterprise trial accounts, and the SAML authentication plugin …


    Read More
  • Qodana 2026.1: Rust EAP, Stable C/C++ Support, and New Code Inspections

    calendar May 12, 2026 · blog.jetbrains.com
    Qodana 2026.1: Rust EAP, Stable C/C++ Support, and New Code Inspections

    Qodana 2026.1 release brings two important linter updates and a new set of inspections designed to help you catch more issues earlier in development. In this release, Qodana for C/C++ moves out of EAP, Qodana for Rust becomes available in EAP, and several new inspections add protection against subtle bugs in Kotlin, …


    Read More
  • What's new in Microsoft Foundry | April 2026

    calendar May 12, 2026 · devblogs.microsoft.com
    What's new in Microsoft Foundry | April 2026

    TL;DR Foundry Local (generally available, GA): Local model inference is production-ready on Windows, macOS on Apple Silicon, and Linux x64. GPT-5.5: The latest GPT-5 family model is available in Microsoft Foundry, with default quota for Tier 5 and Tier 6 subscriptions. Link to article: …


    Read More
  • What Parameter Golf taught us about AI-assisted research

    calendar May 12, 2026 · openai.com/blog
    What Parameter Golf taught us about AI-assisted research

    Parameter Golf brought together 1,000+ participants and 2,000+ submissions to explore AI-assisted machine learning research, coding agents, quantization, and novel model design under strict constraints. Link to article: https://openai.com/index/what-parameter-golf-taught-us


    Read More
  • Building web search-enabled agents with Strands and Exa

    calendar May 11, 2026 · aws.amazon.com/blogs/machine-learning
    Building web search-enabled agents with Strands and Exa

    In this post, you will learn how to set up the Exa integration in Strands Agents, understand the two core tools it exposes, and walk through real-world use cases that show how agents use web search to complete multi-step tasks. Link to article: …


    Read More
  • LINQ Grouping in C#: GroupBy, ToLookup, CountBy, and AggregateBy

    calendar May 11, 2026 · devleader.ca
    LINQ Grouping in C#: GroupBy, ToLookup, CountBy, and AggregateBy

    Master LINQ grouping in C# with GroupBy, ToLookup, and the powerful .NET 9 CountBy and AggregateBy methods for cleaner data aggregation. Link to article: https://www.devleader.ca/2026/05/11/linq-grouping-in-c-groupby-tolookup-countby-and-aggregateby


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top