Google code search
Ever used Google code search? I’ve found a lot of good SharePoint code. Just searching for the Sharepoint namespace “using Microsoft.SharePoint;” you get lots of good practical examples.
Sometimes a line of code is worth a thousand MSDN explanations.
Here is a great example of rendering a SharePoint webpart by overriding the CreateChidControls() and RenderWepPart() methods.
Sometimes a line of code is worth a thousand MSDN explanations.
Here is a great example of rendering a SharePoint webpart by overriding the CreateChidControls() and RenderWepPart() methods.
Comments
-Joseph