Saturday 3 October 2020

Sharpen Up Your Code

 YouTube Channel Logo

I've been vlogging about all things C# and .NET related for a while now, and I thought that where sometimes a picture paints a thousand words, the inverse is often true as well.

So here I'm going to be providing supporting material for when a video just won't do.

For now though, here's a link to the video channel:

https://www.youtube.com/channel/UCqWQzlUDdllnLmtgfSgYTCA/

and to the GitHub repository where you can access all the code samples:

https://github.com/JasperKent

Check back soon for more posts.







The State Pattern

  How many developers does it take to change a lightbulb? With the State pattern, not very many. Topics include: The State Pattern Design Pa...