Microsoft .NET | News, how-tos, features, reviews, and videos
Microsoft will no longer build new releases of PHP for Windows. What does the Windows Web application development future look like?
Take advantage of data tokens in ASP.NET Core to attach additional information to a route and retrieve it programmatically when needed
Microsoft continues to explore the future of .NET and cross-platform Xamarin development tools
Take advantage of ValueTask in C# to avoid allocation when returning task objects from an asynchronous method
With support for WinUI 3.0, the cross-platform Uno development environment is an important alternative to Xamarin
Learn the importance of immutability and how to take advantage of it in your C# applications
Take advantage of API versioning in ASP.NET Core to manage the impact of changes to your APIs on your clients
Learn the benefits of Data Transfer Objects, why they should be immutable, and how to take advantage of them in your ASP.NET Core applications
Understand the similarities and differences between the const, readonly, and static keywords in C#
Take advantage of ASP.NET Core middleware to handle 404 errors more gracefully in ASP.NET Core MVC