Microsoft Office Groove 2007 demo

See Microsoft Office Groove 2007 in action. This demo shows how Groove 2007 helps you and your team complete projects on time and within budget by making it easier to share information and work together—anywhere, anytime, with anyone.

Click here to view Demo

Programmatically Update List Content in SharePoint

Hi Devs,

The Below is the Sample Code to update the Sharepoint list content programmatically by using SharePoint Object Model.

SPSite Site = new SPSite(“http://localhost:21000”); SPWeb Web = Site.OpenWeb(); SPList List = Web.Lists[“Address Book”]; SPListItem ListItem = List.GetItemById(0);

string FullName = string.Empty;

FullName = ListItem[“FirstName”].ToString() + ListItem[“LastName”].ToString(); SPListItem[“FullName”] = FullName; ListItem.Update();

Google Page Rank for My SharePoint Blog

I got google page rank for my sharepoint blog

Verify PR

Microsoft Surface

The software giant has built a tabletop, multitouch computer that talks to phones, cameras and credit cards. Go behind the scenes of this extreme machine’s top-secret development with a PopularMechanics special video report.