Showing results for sdk - .NET Blog

Apr 9, 2025
Post comments count15
Post likes count27

How we ended up rewriting NuGet Restore in .NET 9

The NuGet Team
The NuGet Team

Learn about the journey that led to a full rewrite of the NuGet Restore algorithm in .NET 9, achieving break-through scale and performance.

.NETNuGet.NET Internals
Apr 7, 2025
Post comments count29
Post likes count46

Build a Model Context Protocol (MCP) server in C#

James Montemagno
James Montemagno

Learn how to build a Model Context Protocol (MCP) server using the C# SDK to enable seamless communication between AI models and applications.

.NETAI
Apr 30, 2024
Post comments count2
Post likes count6

Secure your container build and publish with .NET 8

Richard Lander
Richard Lander

.NET 8 has new security features for containers, including non-root images and SDK tools. Discover how to create non-root container images, configure Kubernetes pods, and inspect images and containers for enhanced security.

.NETCloud NativeContainers
Apr 15, 2024
Post comments count9
Post likes count3

Streamline your container build and publish with .NET 8

Richard Lander
Richard Lander

.NET 8 is a big step forward for building and using containers, with improvements for performance, security, and usability. Let's take a look at some enhancements to the .NET CLI for building and publishing containers.

.NETCloud NativeContainers