Get Ready for .NET Conf 2024!
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 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
by Andrew Lock
posted on: October 29, 2024
Working with the result pattern - Part 4
by Luis Quintanilla
posted on: October 29, 2024
We are excited to introduce the Microsoft.Extensions.VectorData.Abstractions package available in preview today. This new package provides a unified abstraction layer that enables you to integrate vector stores into your .NET applications.
by Gérald Barré
posted on: October 28, 2024
Windows allows to list the OneDrive folders or folders from other cloud providers. This is done by using the StorageProviderSyncRootManager class. The StorageProviderSyncRootManager class provides a static method called GetCurrentSyncRoots that returns a list of StorageProviderSyncRoot objects, whi
by Steve Gordon
posted on: October 25, 2024
This post marks the start of what I expect will be a long-term effort to explore the inner workings of .NET, expose the “magic” behind the scenes, and explain the mechanisms and underlying components of the .NET execution model. Today, we begin with a brief introduction to the .NET muxer (dotnet.exe). Note: These posts are […]
by McKenna Barlow
posted on: October 24, 2024
Learn how to use the .NET Upgrade Assistant tool to upgrade your projects to use NuGet Central Package Management (CPM).
by Jeremy Likness
posted on: October 23, 2024
Go beyond a simple demo app that demonstrates a chat bot and explore a real-world scale application that is infused with AI and illustrates the value of intelligent apps with features like semantic search, summarization, classification, sentiment scoring, chatbot, test data generation, evaluation tool, and E2E testing.