AllowNull and DisallowNull attributes
Exploring the usage of the AllowNull and DisallowNull attributes
IEnumerable performance cost
Exploring the cost of virtualization with IEnumerable
Optional parameters in minimal apis
How to to send optional query string parameters to a minimal api
EF Core INSERT vs MERGE
Entity Framework Core will use MERGE instead of INSERT under certain conditions
Listing all ASP.NET Core routes
How to display access and display all routes in an ASP.NET application