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...


consolidated_events_editor_dialog-1-300x169
Defining custom regular expressions for consolidated events in the Timing Capture Metrics view

The consolidated events feature in the Timing Capture Metrics view is used to group, or consolidate, PIX events that follow a common pattern into a single event for purposes of graphing in the Metrics View.  A common use of this feature is to group events such as "Frame 1", "Frame 2", "Frame 3" and so on into a single event.  Prior to the ...


sk-blog.006-300x169
AutoGen Agents Meet Semantic Kernel

In this blog post, we show you how you can use Semantic Kernel with AutoGen, a Microsoft Research project that shows the potential of using multiple agents together. With AutoGen, Microsoft research has shown that multiple agents can be better than one. To actually do work, however, agents within AutoGen need hooks into the real world so...