Nullable Reference Types in F# 9
by RNDr. Tomáš Grošup, Ph.D.
posted on: November 14, 2024
Read about latest F# 9 feature, Nullable Reference Types
by RNDr. Tomáš Grošup, Ph.D.
posted on: November 14, 2024
Read about latest F# 9 feature, Nullable Reference Types
by Aaron Powell
posted on: November 13, 2024
Learn about the .NET Aspire Community Toolkit, a collection of tools and libraries that help you build with .NET Aspire.
by .NET Team
posted on: November 12, 2024
Announcing the release of .NET 9, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C#, .NET MAUI, .NET Aspire, and so much more.
by Tara,Rahul
posted on: November 12, 2024
A recap of the latest servicing updates for .NET and .NET Framework for November 2024.
by Gérald Barré
posted on: November 11, 2024
On CI, some projects use the msbuild diagnostic verbosity to get more information about the build. This is useful to troubleshoot build issues. However, this verbosity level has some drawbacks. In this post, I describe how to use the binary log feature of MSBuild to get the same information in a mo
by Steve Gordon
posted on: November 08, 2024
In this post, we will continue our journey into the functionality and implementation of dotnet.exe, specifically focusing on how the hostfxr library is resolved and loaded. This post follows part one of this series, “A Brief Introduction to the .NET Muxer (aka dotnet.exe)“. Note: These posts are a deep dive into .NET internals and won’t […]
by Jeffrey Fritz
posted on: November 07, 2024
The biggest .NET event of the year is almost here, its all free, all online, and you're invited!
by Andrew Lock
posted on: November 05, 2024
In this post I describe the experimental interceptor support in NetEscapades.EnumGenerators that replaces ToString() calls with ToStringFast() automatically…
by Gérald Barré
posted on: November 04, 2024
Moving a docker image from one registry to another one can be useful to migrate images between different environments, for instance between staging and production. In this post, I describe how to copy a docker image from one registry to another using buildx.An easy way would be to use the following
by Bruno Capuano
posted on: October 31, 2024
Explore how to integrate GitHub's AI models, like GPT, Llama and Phi, into your .NET apps using Microsoft's Semantic Kernel for intelligent applications