Always Developing

always learning | always growing | always paging (23)

Unsafe cast for performance

Performing unsafe casts for performance improvements


Read more...


Filter IEnumerable with OfType

LINQ has a built in method to automatically filter a collection by a specific Type


Read more...


Combining enum values

Using bit flags to combine enum values to simplify code


Read more...


Parallel processing with ParallelEnumerable

Built in Linq parallel processing with ParallelEnumerable


Read more...


Pub/Sub with Redis

Redis has pub/sub functionality in addition to being a key/value database


Read more...