1. Server Controls - User Controls on creation and how to install / deploy them.
2. WebParts -- http://blogs.tamtam.nl/mart/CreateASharePoint2007WebpartStepByStep.aspx
3. Event Handlers
http://blogs.msdn.com/brianwilson/archive/2007/03/05/part-1-event-handlers-everything-you-need-to-know-about-microsoft-office-sharepoint-portal-server-moss-event-handlers.aspx
4. Custom field types
http://www.sharepointblogs.com/nicksevens/archive/2007/08/31/create-custom-field-types-for-sharepoint.aspx
5. Features -- Inside Microsoft Windows Sharepoint Services 3.0
6. Object Model -- what is the architecture of sharepoint and how is it represented programatically. You have to create a webapplication as the fist step.. and specify a port number if the default port 80 is already taken. This is not accessible as yet for browsing.. but you can see that a new website is created in the IIS. Next step would be to create a SiteCollection (multiple sitecollection can be created in a single website). Creating a site collection creates a default root site. This root site is accessible through the browser. you can go ahead to create multiple child sites under the root site.
This was the administrative terms used. but for programming, to access the SiteCollection we have to use SpSite and for the Sites we have to use SpWeb.
http://www.sharepointblogs.com/spsherm/archive/2007/08/17/spsite-vs-spweb.aspx
7. WWF
8. Custom Webservices -- http://msdn2.microsoft.com/en-us/library/ms464040.aspx
9. Creating Custom List Definition -- http://ari.provoke.co.nz/archive/2007/04/18/creating-a-custom-sharepoint-2007-list-definition.aspx
10. General info on WSS 3.0 development -- http://msdn2.microsoft.com/en-us/library/bb530302.aspx
1 comment:
Look at SharePoint interview questions here:
Interview Questions on SharePoint
Post a Comment