C# | News, how-tos, features, reviews, and videos
Take advantage of the free open-source FastEndpoints library to build fast and lean APIs in your ASP.NET Core applications.
Partial properties and params are also highlighted in the planned language update.
Take advantage of Refit REST library to simplify API consumption and make your code cleaner, more efficient, and easier to maintain.
Understanding the differences between an abstract class and interface is key to designing loosely coupled and extensible applications.
Learn the best practices and built-in safeguards for preventing attacks and protecting sensitive data in your ASP.NET Core web applications.
Code analyzers for Roslyn also have been enhanced with new rules in latest upgrade to the testing framework for .NET.
Take advantage of improved identity management in ASP.NET Core to implement identity-based authentication for minimal APIs quickly, easily, and with less code.
Forthcoming update to the C# language extends params parameter support and introduces a new type that supplies extension members for an underlying type.
How to implement basic password authentication for a minimal API in ASP.NET Core using a custom authentication handler that validates the user’s credentials against a database.