Monday, January 5, 2009

Sharepoint Starting.

Hi,

I am new to sharepoint these days and I have seen some pepole who have heard about this sharpoint but never used its feature.

So, I decieded to share my knowledge upon share point with the Guys who are just starting this technology.

I came to know that we can access sharepoint programatically also.The good thing about sharepoint is it exposes 2 ways to interact with sharepoint site.

1. Sharepoint as a object model.
2. As Web Service Interaction.

Well hope you have heard of WSS 3.0. The full form of WSS is Windows Sharepoint Server. It exposes some web service for the developers who want to handle the site programatically and when you install sharepoint 2007 it also give some some more web services which a developer and use to manage the web site.

The second approach is the object model approach. In this approach developer has to include the dll and play with the web site as a object model (like namespaces, classes and Object etc.)

Hope this helps for the beginners.I will keep updating you about the sharepoint or WSS R&D, I will do.

Thanks