As a usual part of development, I hit the internet and read and read before I code and code... I would like to be able to credit those from whom I have learned so much by embedding hyperlinks to the sources of my newfound knowledge right in my XML Comments.
I am looking for guidance on which XML Comments tag or techinque would be the most appropriate place to accomplish my goal. For example, I have been reading up on Database Factory Patterns of late, I'd like to be able to credit David Hayden with something like:
/// <MoreInfoAt url="http://codebetter.com/blogs/david.hayden/articles/59642.aspx"/>
Obviously, the above line is psuedo-code... how do you do it right and well?