Exploring Microsoft.Extensions.VectorData with Qdrant and Azure AI Search
by Bruno Capuano
posted on: December 16, 2024
Discover how to use Microsoft.Extensions.VectorData to implement semantic search using Qdrant and Azure AI Search
by Bruno Capuano
posted on: December 16, 2024
Discover how to use Microsoft.Extensions.VectorData to implement semantic search using Qdrant and Azure AI Search
by Gérald Barré
posted on: December 16, 2024
A Software Bill of Materials (SBOM) is a list of components in a piece of software. It is a critical part of the software supply chain, as it helps to identify and track the components used in a software project. In this post, I describe how to easily generate a Software Bill of Materials (SBOM) fo
by Ardalis
posted on: December 15, 2024
This post is part of the C# Advent Calendar 2024 - check out all of the C# articles from this year! C# events are a powerful feature of the…Keep Reading →
by Sergio Pedri
posted on: December 12, 2024
We're happy to announce the official launch of the .NET Community Toolkit 8.4 release, featuring support for partial properties for the MVVM Toolkit generators, new analyzers, bug fixes and enhancements, and more!
by Klaus Loeffelmann
posted on: December 10, 2024
With .NET 9, we’re bringing a suite of new async APIs to WinForms, aimed at making UI updates, dialog interactions, and control management more efficient.
by Andrew Lock
posted on: December 10, 2024
In this post I show how you can use the YamlDotNet source generator to do strongly-typed serialization and deserialization, even in Native AOT apps…
by Aaron Powell
posted on: December 09, 2024
Let's look at how to build and run local AI models with .NET Aspire.
by Gérald Barré
posted on: December 09, 2024
Understanding where a dependency comes from can be tedious. This is especially true when you have a large project with many dependencies. Recently, .NET brings a new tool dotnet nuget why to help you understand why a package is installed in your project. However, there is a better way to do it, and
by Jamie Magee
posted on: December 05, 2024
Learn how to use Dependabot to keep your .NET SDK version up to date with the latest security patches and improvements.
by Andrew Lock
posted on: December 03, 2024
Understanding cross-origin security headers - Part 3