Archive

My Xbox

I received my sticker the other day, thanks Jeff! I have seen several people put their stickers on their laptops, and while it is an awesome idea… I wanted some just a little different.
After some thinking, I decided to put it on my Xbox… so here you go:
Image Hosted by ImageShack.us
Again, thanks for the sticker! read more

.NET, Archive, Visual Studio

Accessing XML Comments At Runtime

I have wondered for a long time how to access a Types XML comment data at run-time. I know that comments are normally thrown away in languages, but I figured that .NET must keep the XML comments around somewhere, how else could they display the information through intellisense for user created DLLs.
Well, according to this article that I just found, the XML comments are thrown away like all other comments at compile time.
It seems that intellisense attempts to load a separate .XML file to display the comments. read more