jeremysalwen.bsky.social
@jeremysalwen.bsky.social
@tyrrrz.me I thought you might appreciate this question about pushing the C# type system to its limits: stackoverflow.com/questions/79... (and have some ideas)
C# using generic types to represent a partially loaded tree of data
The problem I am trying to solve is representing a partially loaded tree of objects using C# generics. For example, suppose we have the following classes: public class Address { public string ...
stackoverflow.com
November 4, 2025 at 8:26 PM