C# | News, how-tos, features, reviews, and videos
FusionCache is an open-source, easy-to-use implementation of hybrid in-memory and distributed caching that brings additional features and resiliency to caching in ASP.NET Core.
A good knowledge of exception handling is needed to build applications that are capable of handling runtime errors efficiently. Start with these simple guidelines.
Take advantage of the Result pattern, the Try-Parse pattern, and other techniques to make error handling more explicit and to avoid writing exception handling code in your .NET applications.
Microsoft .NET 9 Preview 7 also brings new features and enhancements to the ASP.NET Core web framework and .NET MAUI UI framework.
Take advantage of the FluentValidation open-source library to validate data in your ASP.NET Core application and keep your code clean, organized, and maintainable.
C# 13 introduces several new features that make it easier to build modern applications including enhanced params collections and a new Lock API that improves thread synchronization.
A new tool from Microsoft aims to bridge the gap between application development and prompt engineering. Overtaxed AI developers take note.
HybridCache is a new API in .NET 9 that brings additional features, benefits, and ease to caching in ASP.NET Core. Here’s how to take advantage of it.
Latest .NET 9 preview brings code layout improvements to the RyuJIT compiler, caching improvements to ASP.NET Core, Metrics Gauge instrument, and much more.
Free open-source UI framework introduces a drag-and-drop UI designer that also allows users to create and modify UIs using natural language commands.