Always Developing

always learning | always growing | always paging (14)

Protecting sensitive data with data protection api

Exploring the built-in C# data protection api


Read more...


Using math functions on numeric types

With .NET 7 the static Math class is no longer required for math functions


Read more...


Built in HTTP header properties

ASP.NET Core has built-in properties for commonly used HTTP headers


Read more...


Binding query string values to an array

Automatically binding a query string value to an array


Read more...


Performant deserialization with Utf8JsonReader

Using Utf8JsonReader to deserialize a JSON string (to get a specific value)


Read more...