.NET Core Lifecycles
Making an Informed Decision on Version Path
I’ve had a few queries about decisions on .NET Core versions. Here’s some key points to help you make an informed decision. Remember, no support means no security updates! Microsoft’s ‘Modern Lifecycle Policy’ is going to keep us on our toes and require a little more forward planning than Framework...
[Read More]
CodeProject MVP 2019 Award
So very happy to have received my certificate for CodeProject MVP 2019 MVA Most Valuable Author Award
[Read More]
A Re-Introduction to C# References
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 the way.
[Read More]
.NET Performance Tip – Benchmarking
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 clear between this and micro-benchmarking, on the other hand, which is a little risky but a lot safer if you know how to do it right.
[Read More]