Microsoft
Developer Blogs

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

Featured Image
Jan 17, 2025

AutoGen reimagined: Launching AutoGen 0.4

We are thrilled to announce the release of AutoGen v0.4! This new version represents a complete redesign of the AutoGen library, focusing on improved code quality, robustness, usability, and scalability of agentic workflows. This release sets the stage for a robust ecosystem to drive...
Read more
Jan 17, 2025

Guest Blog: Leap Forward with Modern AI using Microsoft 365 Agents SDK and Semantic Kernel

Leap Forward with Modern AI using Microsoft 365 Agents SDK and Semantic Kernel Today we’re featuring a guest author, Arafat Tehsin, who’s a Microsoft Most Valuable Professional (MVP) for AI. He’s written an article we’re sharing below, focused on how to Leap Forward with...
Read more

Latest posts

Janusgraph and Azure Managed Apache Cassandra - Unlock the power of distributed graph databases.
Jan 24, 2025
Post comments count0
Post likes count0

Revolutionizing Large-Scale AI with Janusgraph and Azure Managed Instance for Apache Cassandra

Author Avatar
Dileep Rao
JanusGraph is a high-performance graph database that offers flexibility in choosing storage backends. Apache Cassandra is a distributed NoSQL database known for its scalability and fault tolerance. Combining these two technologies can create a robust and efficient graph database...
Azure Cosmos DB Blog
Image insights generation icon png
Jan 24, 2025
Post likes count1

Revolutionising Customer Feedback: Harnessing Large Language Models for Retail Insights and Intelligence

Author Avatar
Shinoj Zacharias
In this article, we delve into techniques for extracting valuable insights from customer feedback using Large Language Models (LLMs). By identifying themes, sentiment, and competitor comparisons from feedback, businesses can gain a competitive edge.
ISE Developer Blog
Image openapi document generation dotnet9
Jan 23, 2025
Post comments count0
Post likes count0

.NET 9 中的 OpenAPI 文档生成

Author Avatar
Eddie Chen
本文翻译自Mike Kistler的OpenAPI document generation in .NET 9 .NET 9 中的 ASP.NET Core 通过引入全新的对OpenAPI 文档生成功能的内置支持,简化了为 API 端点创建 OpenAPI 文档的过程。这项新功能旨在简化开发工作流程,并改善 OpenAPI...
.NET中文官方博客
vcpkg logo
Jan 23, 2025
Post comments count0
Post likes count0

What’s New in vcpkg (January 2025)

Author Avatar
Augustin Popa
This blog post summarizes changes to the vcpkg package manager as part of the 2025.01.13 registry release, 2025-01-11 tool release, as well as changes to vcpkg documentation throughout January. This release includes minor improvements and bug fixes. Some stats for this period: ...
C++ Team Blog
Image VS Code GitHub Copilot 1920 215 1080
Jan 23, 2025
Post likes count2

Announcing a free GitHub Copilot for Visual Studio

Author Avatar
Rhea Patel
We're excited to announce an all new free plan for GitHub Copilot, available for everyone today in Visual Studio. All you need is a GitHub account. No trial. No subscription. No credit card. With GitHub Copilot Free, you’ll receive: 2,000 code completions per month 50 chat...
Visual Studio Blog
Image hybrid rag orchestrate
Jan 23, 2025
Post comments count0
Post likes count1

Improve the "R" in RAG and embrace Agentic RAG in Azure SQL

Author Avatar
Davide Mauri
The RAG (Retrieval Augmented Generation) pattern, which is commonly discussed today, is based on the foundational idea that the retrieval part is done using vector search. This ensures that all the most relevant information available to answer the given question is returned and then fed...
Azure SQL Devs’ Corner
Banner image
Jan 23, 2025
Post comments count0
Post likes count1

Memory corruption from outside the process looks like space aliens

Author Avatar
Raymond Chen
The write isn't visible to your process, just the effect of the write.
The Old New Thing
Image Guest Blog
Jan 22, 2025
Post comments count0
Post likes count1

Guest Blog: Creative Writing Assistant - a multi-agent app sample with Semantic Kernel & .NET Aspire

Author AvatarAuthor Avatar
Sophia,
Ricardo
Today we’re featuring a guest author, Ricardo Niepel, who’s a Senior Technical Specialist at Microsoft. He’s written an article we’re sharing below; we’ll turn it over to Ricardo to share more! If “Creative Writing Assistant” sounds familiar, it might be because we've...
Semantic Kernel
Banner image
Jan 22, 2025
Post comments count8
Post likes count3

Be mindful of temporal terms in documents: What is the reference point in time?

Author Avatar
Raymond Chen
What is your implied point in time for the reference?
The Old New Thing