Microsoft .NET | News, how-tos, features, reviews, and videos
Take advantage of cancellation tokens in ASP.NET Core to allow long running operations to be cancelled gracefully and keep applications responsive.
Expanded WebAssembly support in .NET 7 allows developers to reuse .NET libraries from JavaScript or build new .NET-based apps that will run on Wasm.
Take advantage of minimal API filters in ASP.NET Core 7 to modify request and response objects or short-circuit the request processing pipeline.
Performance improvements, multi-platform targeting, cloud-native development headline the Microsoft development platform upgrade due in November.
ASP.NET Core configuration providers read configuration data from common sources such as JSON files and databases. But you can use other sources by creating custom configuration providers.
Entity Framework Core allows you to store and retrieve data to and from an in-memory database. It’s a quick and easy way to test your ASP.NET Core 6 web applications.
Follow these steps to implement API versioning in minimal Web API endpoints using ASP.NET Core 6.
Microsoft is updating how you build Visual Studio extensions, with new APIs and the ability to run extensions outside of the Visual Studio process.
The ability to create container images with the .NET SDK debuts in a preview phase for Linux-x64 image deployments, with Windows support to follow.
This alternative to Internet Information Services, which Microsoft uses for its own services, delivers modern dynamic web applications on common server platforms or in containers.