Languages

Building Your First MCP Server with .NET and Publishing to NuGet
Learn how to create a Model Context Protocol (MCP) server using .NET 10 and publish it to NuGet — making AI capabilities discoverable and reusable across the ecosystem. The post Building Your First MCP Server with .NET and Publishing to NuGet appeare...
2025-07-15 20:00
Updates to Warning Suppressions in Microsoft C++ Code Analysis
Improvements to \#pragma warning and gsl::suppress in Microsoft C++ Code Analysis. The post Updates to Warning Suppressions in Microsoft C++ Code Analysis appeared first on C++ Team Blog.
2025-07-15 18:00
.NET 10 Preview 6 is now available!
Find out about the new features in .NET 10 Preview 6 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 10 Preview 6 is now available! appeared first on .NET Blog.
2025-07-15 17:22
Announcing Full Cross-Platform Support for the mssql-python Driver
After the successful release of Public Preview of mssql-python driver, we’re thrilled to announce a major milestone for the mssql-python driver: full support for all three major operating systems—Windows, macOS, and Linux. This release marks a sign...
2025-07-14 11:41
Python in Visual Studio Code – July 2025 Release
The July 2025 release includes TBA and more! The post Python in Visual Studio Code – July 2025 Release appeared first on Microsoft for Python Developers Blog.
2025-07-11 14:50
Customize AI responses from GitHub Copilot
Learn how custom instructions can tailor GitHub Copilot's AI responses to your team's exact needs. The post Customize AI responses from GitHub Copilot appeared first on .NET Blog.
2025-07-10 17:15
How the .NET MAUI Team uses GitHub Copilot for Productivity
How the .NET MAUI Team uses GitHub Copilot for Productivity The post How the .NET MAUI Team uses GitHub Copilot for Productivity appeared first on .NET Blog.
2025-07-09 17:15
.NET and .NET Framework July 2025 servicing releases updates
A recap of the latest servicing updates for .NET and .NET Framework for July 2025. The post .NET and .NET Framework July 2025 servicing releases updates appeared first on .NET Blog.
2025-07-08 19:00
Announcing TypeScript 5.9 Beta
Today we are excited to announce the availability of TypeScript 5.9 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.9! Minima...
2025-07-08 17:38
Python 3.14.0 beta 4 is here!
It’s the final 3.14 beta! https://www.python.org/downloads/release/python-3140b4/ This is a beta preview of Python 3.14 Python 3.14 is still in development. This release, 3.14.0b4, is the last of four planned beta releases. Beta release previews are ...
2025-07-08 15:04
local_offer
Smarter, workspace-aware code completions for C++ in VS Code
C++ code understanding Developing C++ code can be complex. C++ project structure, style, and convention can vary widely from repository to repository, and critical context for a given task often spans multiple files. This can require C++ developers to ...
2025-07-08 14:50