Moss

Understand Sharepoint using Dot Net Reflector

Using .NET Reflector, you can browse the classes and methods of an assembly, you can examine the Microsoft intermediate language (MSIL) generated by these classes and methods, and you can decompile the classes and methods and see the equivalent in C# or Visual Basic .NET.

Dot Net Reflector Can be used for the following in SharePoint [...]


Securing Publishing Internet Sites – ViewFormPagesLockDown Feature

In Internet facing websites, you don’t want anonymous users to access pages such as AllItems.aspx etc. There is a Sharepoint feature ViewFormPagesLockDown which can be enabled to secure your sites. Find out more details about this feature at: http://technet2.microsoft.com/Office/en-us/library/f507f5d6-4c9d-4f98-909f-069c53b9a3f61033.mspx#section6
Activate Feature:
stsadm -o activatefeature -url <site collection url> -filename ViewFormPagesLockDown\feature.xml
De-Activate Feature:
stsadm -o deactivatefeature -url <site collection [...]


Sharepoint Free-Ebooks

My thirst towards understanding sharepoint better and better is a never ending story, I came across a cool microsoft link which offers  free e-books available for download in word format. Following is the list of available books .
Getting started
Getting started with Office SharePoint Server 2007 Download
Planning
Planning and architecture for Office SharePoint Server 2007, part 1 [...]