Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Random » Sample Code   (RSS)
Sorry, but there are no more tags available to filter with.

Trivial RSS Writer

Recently, I've been going through the standard fatherhood ritual of trying to setup of a webpage to share out photos of my kid. This naturally involves creating an RSS feed so that family can subscribe to the new image list. I wanted to be able to write
Posted by jmstall | 3 Comments
Filed under: ,

Deriving from TextReader

TextReader is an abstract base class that represents reading a textual stream. It's like an enumerator for characters (IEnumerable<char>). Common derived classes in the frameworks include StringReader (which presents a string as a text stream) and
Posted by jmstall | 6 Comments
Filed under: ,

Caveats about System.Diagnostics.StackTrace

The .Net frameworks provides the System.Diagnostics.StackTrace class which allows you to get a stack trace at runtime. This can be handy for diagnostic purposes such as implementing an assert dialog. However, beware of the following about the StackTrace
Posted by jmstall | 15 Comments
Filed under: ,
 
Page view tracker