Microsoft
Developer Blogs

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

Featured Image
Mar 11, 2025

Implementing Chat History for AI Applications Using Azure Cosmos DB Go SDK

This blog post covers how to build a chat history implementation using Azure Cosmos DB for NoSQL Go SDK and langchaingo. If you are new to the Go SDK, the sample chatbot application presented in the blog serves as a practical introduction, covering basic operations like read, upsert, etc....
Read more
Mar 11, 2025

A 10x Faster TypeScript

Today I'm excited to announce the next steps we're taking to radically improve TypeScript performance. The core value proposition of TypeScript is an excellent developer experience. As your codebase grows, so does the value of TypeScript itself, but in many cases TypeScript has...
Read more

Latest posts

Microsoft Dev Box
Mar 12, 2025
Post comments count0
Post likes count0

What's new in Microsoft Dev Box

Author Avatar
Fawad Khan
This post covers the latest features and enhancements in Microsoft Dev Box. These updates introduce advanced customization capabilities, improved security, performance optimizations, and better developer experience to make Dev Box even more efficient. Last update: 03/12/2025 In this...
Develop from the cloud
PowerShell Logo
Mar 12, 2025
Post comments count0
Post likes count1

Authoring Enhancements in Microsoft Desired State Configuration v3.0.0

Author Avatar
Jason Helmick
This is the third post in a multi-part series about the new release of DSC. Microsoft Desired State Configuration (DSC) v3.0.0 provides powerful feature that enhance the authoring experience. Shell completion Schema-based validation Support for modern DSLs like Azure...
PowerShell Team
PowerShell Logo
Mar 12, 2025
Post comments count1
Post likes count1

Get started with Microsoft Desired State Configuration v3.0.0

Author Avatar
Jason Helmick
This post show you how to install DSC v3.0.0 and get started using the **dsc** command.
PowerShell Team
PowerShell Logo
Mar 12, 2025
Post comments count1
Post likes count2

Announcing Microsoft Desired State Configuration v3.0.0

Author Avatar
Jason Helmick
This post announces the release of Microsoft Desired State Configuration v3.0.0. We discuss the features and benefits of DSC and how it differs from PowerShell DSC.
PowerShell Team
Image hybridcacheGA png
Mar 12, 2025
Post comments count0
Post likes count2

Hello HybridCache! Streamlining Cache Management for ASP.NET Core Applications

Author Avatar
Claudia Regio
HybridCache is now GA, use today
.NET Blog
Image Autoscale GA
Mar 12, 2025
Post comments count0
Post likes count0

Effortless Scaling: Autoscale goes GA on vCore-based Azure Cosmos DB for MongoDB

Author Avatar
Sudhanshu Vishodia
We’re thrilled to announce that Autoscale is now generally available (GA) for vCore-based Azure Cosmos DB for MongoDB! Say goodbye to manual scaling and overprovisioning—Autoscale dynamically adjusts your database capacity in real time, ensuring peak performance exactly when you...
Azure Cosmos DB Blog
Mar 12, 2025
Post comments count0
Post likes count0

New Python Driver for SQL Server and Azure SQL!

Author AvatarAuthor Avatar
Perry,
Sumit
We’re thrilled to announce the alpha release of our new open-source Python driver for Microsoft SQL Server and the Azure SQL family, now available on GitHub at mssql-python.
Microsoft for Python Developers Blog
AI Summarization of Threads
Mar 12, 2025
Post likes count0

Make more sense of multithreaded debugging

Author Avatar
Junyu Wang
Debugging complex programs often feels like navigating a labyrinth of threads and stack traces. The challenge of understanding thread behaviors and tracing issues can be daunting, leading to longer development times and increased frustration. But now, there's a solution that simplifies...
Visual Studio Blog
Banner image
Mar 12, 2025
Post comments count0
Post likes count1

What are the thread safety requirements of HSTRING and BSTR?

Author Avatar
Raymond Chen
They do not have thread affinity.
The Old New Thing