Thursday, January 5, 2012

what is SharePoint?
Portal Collaboration Software.

what is the difference between SharePoint Portal Server and Windows SharePoint Services?
SharePoint Portal Server is the global portal offering features like global navigation and searching. Windows SharePoint Services is more content management based with document libraries and lists. You apply information to certain areas within your portal from Windows SharePoint Services or directly to portal areas.

what is a document library?
A document library is where you upload your core documents. They consist of a row and column view with links to the documents. When the document is updated so is the link on your site. You can also track metadata on your documents. Metadata would consist of document properties.

What are the differences between the two base classes and what are the inherit benefits of using one over another?

The difference is the Microsoft.SharePoint.WebPartPages.WebPart base class is meant for backward compatibility with previous versions of SharePoint. The benefit of using the SharePoint WebPart base class is it supported:

Cross page connections

Connections between Web Parts that are outside of a Web Part zone

Client-side connections (Web Part Page Services Component)

Data caching infrastructure

ASP.NET 2.0 WebParts are generally considered better to use because SharePoint is built upon the ASP.NET 2.0 web architecture. Inheriting from the ASP.NET 2.0 base class offers you features that inherit to ASP.NET 2.0, such as embedding resources as opposed to use ClassResources for deployment of said types.

What is WSS and MOSS?
Microsoft has divided sharepoint products in two parts. One is called WSS(Windows SharePoint Services) and other is MOSS(Microsoft Office SharePoint Server). WSS is the platform on which MOSS is built. The WSS part is licesnsed through Windows 2003 server and it cost nothing. MOSS is a seperate product and need licensing.

WSS + Extra Funcnality = MOSS


what is a meeting workspace?
A meeting workspace is a place to store information, attendees, and tasks related to a specific meeting.

No comments:

Post a Comment