SharePoint Interview Questions and Answers
SharePoint : You created a SharePoint List Definition. Now you need to add a new view to this List Definition. Which file you will modify?
SharePoint : What is the difference between SPFile and PublishingPage Class?

What is the difference between SPFile and PublishingPage Class?

PublishingPage class is used to represent pages authored by end-users in a publishing site. It has ....
Category: SharePoint Date: 7/1/2010 11:56:55 AM
SharePoint : Which base class we have to inherit to develop a custom web part for SharePoint 2007?

Which base class we have to inherit to develop a custom web part for SharePoint 2007?

There are two base classes that a custom WebPart can inherit from, either the SharePoint WebPart Bas....
Category: SharePoint Date: 5/10/2010 12:10:26 PM
SharePoint : What are the major benefits of Microsoft Office SharePoint Server 2007?

What are the major benefits of Microsoft Office SharePoint Server 2007?

1) Office SharePoint Server 2007 provides a single integrated platform to manage intranet, extranet....
Category: SharePoint Date: 5/10/2010 11:59:09 AM
SharePoint : what are the different farms used in the windows workflow foundation to deployed sharepoint?
SharePoint : where are the different file to content query webpart? To design a page?

where are the different file to content query webpart? To design a page?

content query webpart displays a dynamic view of sites ,pages
Category: SharePoint Date: 4/21/2010 10:06:49 PM
SharePoint : How do I connect database  and infopath in sharepoint?

How do I connect database and infopath in sharepoint?

\\.\pipe\mssql$microsoft## ssee\sql\query (for Sharepoint 2007) or \\.\pipe\mssql$sharepoint\sql\que....
Category: SharePoint Date: 4/21/2010 10:06:16 PM
SharePoint : how do I import datagrid in sharepoint through webparts?
SharePoint : how will u deploy features?

how will u deploy features?

First develop a SharePoint Feature by either copying an existing Feature and do modification on top ....
Category: SharePoint Date: 4/21/2010 10:01:08 PM
SharePoint : have worked in BDC?

have worked in BDC?

BDC stands for Business Data Catalog. It is a new feature introduced in Microsoft Office SharePoint ....
Category: SharePoint Date: 4/21/2010 10:00:38 PM
SharePoint : If I have an external aspx page? How do u integrate with existing sharepoint site? I want to publish it over there? Part of sharepoint web application?

If I have an external aspx page? How do u integrate with existing sharepoint site? I want to publish....

what you want is to use Application pages. These are located in Layouts directory. Within the Applic....
Category: SharePoint Date: 4/21/2010 9:59:46 PM
SharePoint : By default sharepoint it has own themes? I want to apply my own themes? How do u implement that?

By default sharepoint it has own themes? I want to apply my own themes? How do u implement that?

SharePoint Themes represents a collection of graphics and cascading style sheets that can modify how....
Category: SharePoint Date: 4/21/2010 9:58:18 PM
SharePoint : How do yoy make SharePoint web site non-restricted?

How do yoy make SharePoint web site non-restricted?

If you want your site to have anonymous access enabled (i.e., you want to treat it like any site on ....
Category: SharePoint Date: 1/8/2010 10:28:08 AM
SharePoint : List CAML Comparison Operators used in SharePoint?

List CAML Comparison Operators used in SharePoint?

Contains - Contains a given text value Eq - Equal to Geq - Greater than or equal to Gt - Greater tha....
Category: SharePoint Date: 1/3/2010 12:01:52 PM
SharePoint : How can we enable/disable versioning in a SharePoint Document Library?

How can we enable/disable versioning in a SharePoint Document Library?

We can do this using following steps: 1) Open Document Library 2) Go to "Document Library Sett....
Category: SharePoint Date: 1/3/2010 11:22:34 AM
2 3 4 
Recent Answers
How do you declare destructor in c#?
kumar answered: by implementing finalize and dispose method