0
votes
Using WPF in IIS7 or a windows service?
I've worked with a company that is using WPF in an IIS hosted renderer, though you have to have a hotfix from Microsoft installed.
My understanding is that this hotfix is not publicly available, bu …
2
votes
Is there a downside to adding an anonymous empty delegate on event declaration?
It is my understanding that the empty delegate is thread safe, whereas the null check is not.
…
