Generating EventSource Implementations
In conjunction with the WCF Client Proxy Generator I published the other day, I wrote another code generator that I also had great use for in my daily job. Namely an extension that generates the implementation for an EventSource class from an abstract class definition. We used T4 for this too, but the old EnvDTE…
Continue reading →