what are sharepoint features ?

Monday, July 13, 2009


Features add new functionality to a SharePoint 2007 farm, site collection, or site.


www.codecollege.NET

From which base class do the Event receivers inherit from?


They inherit from the SpItemEventReciever or SPListEventReciever base class (both of which derive out of the abstract base class SPEventRecieverBase)


www.codecollege.NET

What are event receivers?


Event Receivers are classes which provide some functionality for an event happened. For Ex: adding an item to document library.


www.codecollege.NET

What is CAML, and what is the use of it?


What is CAML?
CAML is Collaborative Application Markup Language. CAML is the XML-based language that is used to build and customize Web sites based on SharePoint™ Team Services from Microsoft®.
Its Use:
It is generally used to Provide schema definition to the Web site provisioning system about how the site looks and acts, Define views and forms for data and page rendering or execution,Act as a rendering language that performs functions in the DLL like pulling a value from a particular field,Provide batch functionality for posting multiple commands to the server using protocol.


www.codecollege.NET

What are the safe control entries in Sharepoint?


A safe control entry is an entry in the web.config file you make when you want to use your custom assembly with your sharepoint webpart.


www.codecollege.NET

What are the Differences between dataset.clone and dataset.copy?

Saturday, July 11, 2009


Clone - Copies the structure of the DataSet.

Copy - Copies both the structure and data of the DataSet.


www.codecollege.NET

What are the different methods and Properties of DataReader which you have used in your project?


Read

GetString

GetInt32


www.codecollege.NET
Blog Widget by LinkWithin