Sam is really a source of ideas related to RSS. Many of my own thoughts regain on his blog, so I do not have to scribble down all the stuff again

just read the blog again. Hints about the
BCL type names are important to me if I have to design own components:
[CLSCompliantAttribute(true)]
public class XXY ...
The CLSCompliant should be one of my defaults. Anyone knows about a c# compiler switch to check this without the attribute?