Recent Posts

.NET Core Lifecycles

9 minute read

I get regular queries about decisions on .NET Core versions so I have shared a snapshot of the key points to help you make an informed decision here. Remembe...

CodeProject MVP 2019 Award

less than 1 minute read

So very happy to have received my certificate for CodeProject MVP 2019 MVA Most Valuable Author Award

A Re-Introduction to C# References

16 minute read

Reviewing what we need to know pre- and post- C# 7 features about the type system and references in particular, while correcting common misconceptions along ...

.NET Performance Tip – Benchmarking

2 minute read

Micro-optimising has a bad reputation although I’d argue that knowledge of such things can help you write better code. We should also make the distinction cl...