Microsoft Developer Blogs

Get the latest information, insights, announcements, and news from Microsoft.

dotnet-8-rc2-1024x536-1-300x157
.NET 8 RC2现已推出

本篇翻译于Jon Douglas的Announcing .NET 8 Release Candidate 2 .NET 8 RC2 现已推出。这是我们最后一个候选版本。此版本包含 .NET 包的新 NuGet 包自述文件、适用于 MSBuild 的基于 CLI 的简单项目评估、将容器发布到 tar.gz 存档以及适用于 .NET 的 Tensor Primitives等内容。 .NET Conf ...


a-screenshot-of-a-chat-description-automatically-1-243x300
Document chat with OpenAI on Android

Hello prompt engineers, In last week’s discussion on improving embedding efficiency, we mentioned the concept of “chunking”. Chunking is the process of breaking up a longer document (ie. too big to fit under a model’s token limit) into smaller pieces of text, which will be used to generate embeddings for vector similarity ...


typescriptfeature-300x187
Announcing TypeScript 5.3 RC

Today we're excited to announce our Release Candidate of TypeScript 5.3! Between now and the stable release of TypeScript 5.3, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or through npm with the following command: Here's a quick list of what's new in TypeScript 5.3...