Microsoft .NET | News, how-tos, features, reviews, and videos
Overloading action methods that use identical HTTP verbs is tricky in ASP.NET Core 5, but there are a number of ways to do it. Let’s explore them.
Open source .NET tools help build and deploy distributed applications to Spring Cloud and Kubernetes.
Take advantage of the Windows Event Log to store the log data of your .NET Core applications running on Windows
How to register multiple implementations of an interface with the IoC container in ASP.NET Core and retrieve a specific service at runtime.
Microsoft is finally unifying its .NET platforms. What does this mean for your development strategy in 2021?
Take advantage of Microsoft.IO.RecyclableMemoryStream to eliminate LOH allocations and avoid memory fragmentation and memory leaks in your .NET Core applications.
New platform moves toward the unification of the .NET development experience across desktop, web, mobile, cloud, and IoT targets
Take advantage of array pooling and memory pooling in C# to reduce allocations and improve the performance of your applications
Take advantage of the Buffer class in .NET to improve application performance through faster access to data in memory
.NET for Apache Spark 1.0 provides high-performance .NET APIs to Apache Spark including Spark SQL, Spark Streaming, and MLlib