SharePoint Interview Questions and Answers
SharePoint : What is the difference between custom list and document library?

What is the difference between custom list and document library?

Custom Lists are collections of metadata or columns that can have attached documents. Document Libra....
Category: SharePoint Date: 9/3/2009 5:50:04 AM
SharePoint : If you have an ItemUpdated or ItemUpdating event receiver and it causes an update to the item, how do you prevent another ItemUpdated and ItemUpdating event from being fired during your update?

If you have an ItemUpdated or ItemUpdating event receiver and it causes an update to the item, how d....

Before performing update, call DisableEventFiring() method and after update, call EnableEventFiring(....
Category: SharePoint Date: 9/3/2009 5:44:26 AM
SharePoint : What is the maximum file size that can be uploaded into a SharePoint document library?

What is the maximum file size that can be uploaded into a SharePoint document library?

By default a file with size 50 MB can be uploaded to a SharepOint Document Library (WSS 3.0), but it....
Category: SharePoint Date: 8/6/2009 3:51:34 AM
SharePoint : What is a document library?

What is a document library?

Document library in SharePoint is used to upload the documents. We can also store the document metad....
Category: SharePoint Date: 8/6/2009 3:18:09 AM
1 2 3 4 
Recent Answers
What is difference between string and stringbuilder?
Vinit Kumar answered: string -the object of this class are immutable i.e. we can not change any character that is c....
How Just in Time Compiler Works?
Johndecruse answered: When you execute the program, i.e. the intermediate code, the Just-In-Time (JIT) compiler com....
If I have an external aspx page? How do u integrate with existing sharepoint site? I want to publish it over t....
Satyen Kasturi answered: what you want is to use Application pages. These are located in Layouts directory. Within ....
where are the different file to content query webpart? To design a page?
uday answered: content query webpart displays a dynamic view of sites ,pages
have worked in BDC?
Mike answered: BDC stands for Business Data Catalog. It is a new feature introduced in Microsoft Office SharePoint ....
12345678910...