Finalizers And The Resurrection Pattern In C#
Sep 16, 2024
Categories: C#
What are finalizers and how to use them to implement the resurrection pattern in C#
ReadEfficient String Reversal In C#
Sep 9, 2024
Categories: C#
A comparison between different methods to reverse strings in .NET 8
ReadSchool VS Self-Taught Programmer Part 2: Soft Skills
Sep 2, 2024
Categories: General
Thoughts on the differences between being a self-taught programmer and obtaining a degree through formal education part 2: Soft skills
ReadSchool VS Self-Taught Programmer Part 1: Knowledge
Aug 27, 2024
Categories: General
Thoughts on the differences between being a self-taught programmer and obtaining a degree through formal education part 1: Knowledge
ReadWhy I Don't Like The KISS Programming Principle
Aug 13, 2024
Categories: Architecture
Why I think the kiss programming principle, is a principle that can lead to horrible code and eventually make you a worse programmer.
ReadCollection Expressions in C#
Aug 5, 2024
Categories: C#
What are collections expressions and how to use them in custom types.
ReadCategories