Always Developing

always learning | always growing | always paging (16)

Automatic redirect on http status code

Using UseStatusCodePagesWithRedirects to automatically redirect to an error endpoint


Read more...


Performant LINQ type checks

Comparing the performance of type checking items using LINQ


Read more...


Culture specific strings with String.Create

Evaluating interpolated strings to a specific culture using String.Create


Read more...


Manually passing parameters to a middleware component

Using manually supplied parameters in conjunction with injected parameters


Read more...


Map all urls with IApplicationBuilder.Run

Leveraging the IApplicationBuilder.Run method to map all URLs to an endpoint delegate


Read more...