⚡️ The long-awaited FullJoin for LINQ may appear in .NET 11 The .NET community is discussing the addition of a full-fledged full outer join to LINQ — the API has already been provisionally approved, but not yet implemented in the SDK and Entity Framework. The new FullJoin method will allow data from both sides to be merged without losing elements, including in cases where there are no matches, which will close a long-standing gap in collections. ♻️ Subscribe for free now!
//devdigest
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Графики
📊 Средний охват постов
📉 ERR % по дням
📋 Публикации по дням
📎 Типы контента
Лучшие публикации
20 из 20⚡️ Stop wasting money At least on Azure Storage. How to save money? Find out in today's article. ♻️ Subscribe for free now!
🚀 NBomber Studio v0.6.2 is out! The latest update of NBomber Studio brings incremental but meaningful improvements to how teams observe and analyze load tests in real time. https://nbomber.com/blog/2026/03/18/nbomber-studio-v0.6.2
⚡️ Claude Opus 4.6 в Microsoft Foundry Anthropic opened access to Claude Opus 4.6 at Microsoft Foundry. The model is positioned as a powerful tool for development tasks. ♻️ Subscribe for free now!
⚡️ F# Weekly #11, 2026 In the latest installment, you'll learn about .NET 11 Preview 2 with updates to the platform and development tools. Architectural approaches such as Safe Clean Architecture, proposals for the development of the Fantomas forator, as well as new versions of libraries including FSharp.Core, FSharp.Data and NBomber are also discussed. ♻️ Subscribe for free now!
⚡️ F# Weekly #12 The Ionide project celebrates its 11th anniversary, and the ecosystem continues to evolve rapidly, from updates to NBomber and Visual Studio Code to new tools and libraries including CodecMapper, Sharpino, and Fable. Microsoft Strengthens Focus on AI and .NET with Voice Assistants, Agent-Based Services, and MAUI Development Enhancements ♻️ Subscribe for free now!
⚡️ Azure Cosmos DB plugin for Cursor Microsoft has released the Cursor plugin to interact with Azure Cosmos DB. ♻️ Subscribe for free now!
⚡️ Migrating from AWS S3 to Azure Storage just got easier than ever Microsoft has added support for private data transfers from AWS S3 to Azure Blob in Azure Storage Mover. The tool allows you to migrate storage without opening them to the public internet. For companies with a hybrid infrastructure, this makes it easier to move securely between clouds. ♻️ Subscribe for free now!
⚡️ Queues, topics, and reliable asynchrony Asynchronous messages are one of the key tools for building scalable and resilient . NET systems. In his article, Adrian Bailador explains the basic principles of messaging architecture: what is the difference between queues and topics, what message delivery models exist, and how to choose between RabbitMQ, Azure Service Bus, and AWS SQS. The author shows how message brokers help unleash services, increase fault tolerance, and handle tasks in the backgr...
⚡️ Scandal around AutoMapper A vulnerability (CVE-2026-32933) has been discovered in AutoMapper that allows an application to be dropped through a stack overflow in deep recursion and no mapping depth limit. AutoMapper is one of the most widely used tools in the .NET ecosystem for automatic object-to-object mapping. In 2025, the project switched to a commercial model: the current versions of the library are distributed by subscription, while the old ones (under the MIT license) were left without...