Is there a way to query MSDN.com programmatically? Essentially I have a class name, namespace or other identifier and want to find the MSDN Documentation page, ideally passing in a version as well (.net 3.5, .net 4.0, Silverlight etc.)
I think I saw some API, but googling for "programatically query MSDN" wasn't very helpful, seems like MSDN is a bad term to google for...
MSDN provides a public service to publish documentation content: http://services.msdn.microsoft.com/ContentServices/ContentService.asmx
Example usage can be found here.
Take a look at some MSDN documentations. Looks like it is using this template:http://msdn.microsoft.com/en-us/library/<Fully_Qualified_Name>(v=VS_Version).aspx
For example for HttpContext on .Net 4.
VS Versions:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With