How to reference .Net Framework class library in documentation

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).

+3
source share
2 answers

Links to MSDN libraries are constantly changing. There is little reason to believe that this will end; most likely, the comment in the link will be dead.

, . .NET , .

+2

?

, .NET, . , .

.NET , , , =)

0

Source: https://habr.com/ru/post/1756244/


All Articles