C#: Runtime Polymorphism with Compiler Support
Writing runtime-polymorphic code without dropping IntelliSense support. An interesting problem.
The other day I was working on DiscordIPC when I came across a problem that I found very interesting, an abridged version of which is presented in this article, along with its interesting solution.
[Read More]