PreviousNext

Guidelines to improve your software design skills with .NET (Part I)

by bill-s, 2020-12-29T08:55:08.360Z

This year, I decided to participate in the C# advent calendar. You can find other posts for the C# advent calendar here. I had the chance to partake before in the F# advent calendar and was not aware that there was one for C# users. I feel this blog entry can target multiple languages and paradigms. But today, you will see my code samples only targeting C#. With that in mind, let us dive into the heart of the topic: software design and data structures.

Read More