Always Developing

always learning | always growing | always paging (34)

AllowNull and DisallowNull attributes

Exploring the usage of the AllowNull and DisallowNull attributes


Read more...


IEnumerable performance cost

Exploring the cost of virtualization with IEnumerable


Read more...


Optional parameters in minimal apis

How to to send optional query string parameters to a minimal api


Read more...


EF Core INSERT vs MERGE

Entity Framework Core will use MERGE instead of INSERT under certain conditions


Read more...


Listing all ASP.NET Core routes

How to display access and display all routes in an ASP.NET application


Read more...