//devdigest
387 subscribers
1.69K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ .NET Type.FullName Returning Null Explained

Sometimes, in .NET, the FullName property of a type can return null. This happens when the system cannot create a valid full name for the type, such as in some cases with generic types.

♻️ Subscribe for free now!
⚡️ .NET and .NET Framework October 2025 Updates

This text gives a summary of the newest updates for .NET and .NET Framework from October 2025. It covers the main changes in the recent servicing releases.

♻️ Subscribe for free now!
⚡️ ReSharper Added to Open VSX Registry

ReSharper for Visual Studio Code was listed before on the Microsoft Visual Studio Marketplace. Now, it is also on the Open VSX Registry so editors that could not connect to the Visual Studio Code Marketplace can find and use ReSharper.

♻️ Subscribe for free now!
⚡️ Result Types and Exceptions in Software Design

Result types in software are about the same as exceptions. A real isomorphism means you can change between two setups without losing any details, but this does not fully fit the case in this article.

♻️ Subscribe for free now!