Archive for category: MOSS - General

SharePoint 2010 and Office 2010 Launch

4 May, 2010 (15:15) | Announcements, MOSS - General | By: G Vijai Kumar

Microsoft officially announced that 12th May, 2010 is the date of launch for SharePoint 2010 and Office 2010
All of can virtually join for the event on 12th May, at 11 a.m EST to listen to Stephen Elop, President of the Microsoft Business Division, please register for the event on the following [...]

How to find Sharepoint version

8 April, 2010 (06:27) | MOSS - General | By: G Vijai Kumar

Normally to find the Sharepoint version we approach Central administration page Central Administration > Operations > Servers in Farm
One more method using SQL query
SELECT Version FROM Versions WHERE VersionId = ‘00000000-0000-0000-0000-000000000000′
Also you can find Sharepoint version programmatically using API
using (SPSite site = new SPSite(“<Central Administration Site URL…..>”))
{
SPFarm farm = site.WebApplication.Farm;
Console.WriteLine(SPWebService.ContentService.Farm.BuildVersion.ToString());
}
Console.WriteLine(“Press any key to continue…..”);
Console.ReadLine();

Copy Sharepoint document library files to another Sharepoint site very easily

15 July, 2009 (09:22) | MOSS - General | By: G Vijai Kumar

In this post I am going to show how we can open a Sharepoint site in windows explorer with the help of My Network Places available in Windows operating system (generally located on desktop)
The main advantage of this scenario is to copy document library files from one Sharepoint site to another very easily
Steps:

Select My Network [...]

WSS and MOSS Service Pack 2 released

26 May, 2009 (09:01) | Announcements, MOSS - General | By: GVK

Microsoft released WSS and MOSS Service Pack 2
Download WSS SP2
Download MOSS SP2

Announcing SharePoint Server 2010 Preliminary System Requirements

26 May, 2009 (08:54) | Announcements, MOSS - General | By: GVK

On May 11th, 2009 early morning Microsoft Sharepoint Team Blog announced the preliminary system requirements of Sharepoint Server 2010
To enjoy reading, please follow the link http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx