SharePoint 2010 DevelopmentRandall Isenhour
If you're a developer working in Visual Studio 2005, you can use F1 context-sensitive Help to jump directly to an SDK topic when you highlight a Method, Class, or Property in the code window.
Now that our SharePoint SDKs are live on MSDN, F1 Help functionality works with the Help viewer in Visual Studio 2005 without installing the entire SDK. This is great for a situation where you have Internet access but you don't have the SDK installed on your development machine.
Here's how:
Now when you type code and press F1 on selected members, you get results directly from MSDN (even if you haven’t installed the SDK).
If you don’t get the right context-sensitive results on the first try, use the F1 Options drop-down at the top of the window to select the correct member:When no exact match is found, Document Explorer opens the Index tab and navigates to the place in the index where the closest match exists. Click the member for which you want to display Help to open the Help topic.
For More Information
10 Essential Resources for SharePoint Developers Last month we took an inventory of all the things Microsoft
In case you missed this post, check it out: SharePoint Development Tip: Getting Context-sensitive F1
We have been working non-stop since RTM to update major sections of the MOSS and WSS SDK documentation
Last month we took an inventory of all the things Microsoft has been producing for SharePoint developers,
Last month we took an inventory of all the things Microsoft has been producing for SharePoint developers