Blog Archive
Woopec.Graphics
- July 2022 - Drawing spirograph curves (also called hypotrochoids) with C# turtle graphics
- July 2022 - Drawing polygons and stars with C# turtle graphics (and GCD calculation)
- June 2021 - Woopec release 1.0.0
- June 2021 - Turtle graphics for C#?
.NET
- March 2023 - Cache data in memory and update it regularly via a background service (.NET Core MinimalAPI example)
- November 2022 - Serialization and deserialization of polymorphic objects with System.Text.Json and .NET 7
- May 2022 - IPC with polymorphic objects and System.Text.Json Serialization