I am working on some documentation and should reference the .Net Framework class library. Does anyone know a better way to do this? I thought something like the following:
. Net Framework Class Library, http://msdn.microsoft.com/en-us/library/ms229335.aspx
Not sure if I should include a date or anything else. I could not find it on the web page, maybe today is the date?
Update: for the documentation, I do not mean the documentation in my source code. I am talking about requirements documents and user manuals. These documents are read and approved by people who do not have degrees in software / computer science. I have to be very explicit with my links (so I can’t just say: “You can use anything in the System.Math namespace” without specifying a link to the .Net Framework documentation).
source
share