News

In this article, Jonathan Allen outlines the design patterns that users of REST specification languages such as RAML, Swagger, and API Blueprint should adhere to when generating code for C# and ...
While Win32 APIs can be called from .NET languages, doing so can be quite difficult. So for the last two year Microsoft has been building a replacement known as Windows Runtime or WinRT with cross ...
Learn how to utilize the Roslyn Scripting API to host a C# scripting engine in your applications.
The open source .NET Standard 2.0 project was finalized today, providing a formal spec for .NET APIs that should be available to developers working with all .NET implementations.
Introducing the .NET Kubernetes API client library The official .NET client library is available on GitHub, managed by a team of open source developers that includes Microsoft staff.
Microsoft introduced minimal APIs with .NET 6, providing an alternative to ASP.NET Core’s Web API, and the company has continued to add features with each new release of the platform.
Decreasing page load time is imperative when dealing with Web site performance. Tony Patton explains how you can make this happen by using the .NET Caching API.