Microsoft
Developer Blogs
Get the latest information, insights, and news from Microsoft.
Highlights
Nov 5, 2024
Developer Blogs News
New DevBlogs Layout: Choose your view - Grid or List
Hello, Dev Blogs community!
We are committed to continuously enhancing your experience on Microsoft Dev Blogs, guided by your invaluable feedback. Since the recent update on our site, we heard a lot of feedback about the masonry layout. We are excited to share how we've adapted to make...
Nov 4, 2024
The NuGet Blog
OpenSSF Scorecard for .NET and the NuGet ecosystem
OpenSSF Scorecard is a tool developed by the Open Source Security Foundation (OpenSSF) that provides automated security assessments for open-source projects. The primary goal of the Scorecard project is to help developers and users determine the security posture of open-source software by...
Nov 4, 2024
Visual Studio Blog
The making of Bring Back Plus/Minus
A lesson about the software forensics process involved in developing the Bring Back Plus/Minus extension, which brings back the plus/minus symbols to the editor outlining feature in Visual Studio 2022.
While I did have the advantage of being able to look at the Visual Studio source...
Nov 4, 2024
Semantic Kernel
Managing Chat History for Large Language Models (LLMs)
Large Language Models (LLMs) operate with a defined limit on the number of tokens they can process at once, referred to as the context window. Exceeding this limit can have significant cost and performance implications. Therefore, it is essential to manage the size of the input sent to...
Nov 1, 2024
Semantic Kernel
Introducing AWS Bedrock with Semantic Kernel
One of the principal features of Semantic Kernel is its ability to integrate various AI services seamlessly. We are pleased to announce that this capability now extends to AWS Bedrock. With AWS Bedrock, you can access foundational models such as the Amazon Titan models.
The new...
Events
November 12, 2024 - November 14, 2024
.NET Conf 2024
.NET 9 launches at .NET Conf 2024! Tune in with the .NET community to celebrate and learn about the new release on November 12-14.
Save the DateCheck out the Dev Blog family
Latest posts
Jul 23, 2024
Post comments count1
Post likes count0
Planning with Semantic Kernel using Automatic Function Calling
Dmytro,
Sophia
Hello, everyone!
AI planning is a powerful tool that allows to generate and execute complex workflows in applications based on specified goal. In Semantic Kernel, it's possible to implement planning logic using FunctionCallingStepwisePlanner class. Today we want to introduce a new way...
Semantic Kernel
Jul 23, 2024
Post comments count5
Post likes count2
The future of Planners in Semantic Kernel
Matthew Bolanos
Since the very earlier days of Semantic Kernel, we have shipped experimental “planners” that use prompts to generate multi-step plans. This was extremely powerful because it allowed developers to use LLMs (which were created to merely generate text) to begin automating business...
Semantic Kernel
Jul 23, 2024
Post comments count6
Post likes count9
Announcing .NET Conf: Focus on AI - August 20th 2024
Mehul Harry
We're thrilled to announce the upcoming .NET Conf: Focus on AI, happening on August 20th! This one-day, virtual event will be packed with insightful sessions from both the community and Microsoft teams, showcasing how you can infuse your .NET applications with powerful AI capabilities.
.NET Blog
Jul 23, 2024
Post comments count0
Post likes count4
What's new in .NET Aspire 8.1 for cloud native developers!
Mitch Denny
Let's take a look at what is new with .NET Aspire 8.1 for building cloud native applications!
.NET Blog
Jul 23, 2024
Post comments count0
Post likes count1
Teams Toolkit for Visual Studio Code update – July 2024
Junjie Li
Learn about the latest Teams Toolkit for Visual Studio Code updates including a faster and more reliable way to debug your Teams applications.
Microsoft 365 Developer Blog
Jul 23, 2024
Post comments count11
Post likes count2
Unquoted service paths: The new frontier in script kiddie security vulnerability reports
Raymond Chen
Usually not exploitable, but the script kiddies don't know that.
The Old New Thing
Jul 23, 2024
Post comments count0
Post likes count0
C# 13:探索最新的预览功能
Mia Wu
本篇翻译于Kathleen Dollard 的C# 13: Explore the latest preview features - .NET Blog (microsoft.com)
C# 13 已初具雏形,其新特性侧重于灵活性、性能以及使您最喜欢的功能在日常中变得更容易使用。我们以公开的方式构建 C#,在今年的...
.NET中文官方博客