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

Programaticamente contido sesión actualizacións no SharePoint

Ola Devs,

A continuación é o código de exemplo para actualizar o contido de lista do SharePoint programaticamente usando SharePoint Object Model.

SPSite web = new SPSite(“http://localhost:21000”); SPWeb web = Site.OpenWeb(); Lista SPList = Web.Lists[“Axenda de enderezos”]; SPListItem ListItem = List.GetItemById(0);

cadea FullName = string.Empty;

FullName = ListItem[“Nome”].ToString() + ListItem[“Apellido”].ToString(); SPListItem[“Nome Completo”] = FullName; ListItem.Update();

Google Page Rank para meu SharePoint Blog

Teño Google Page Rank ao meu blog sharepoint

Comprobe PR

Microsoft Surface

O xigante do software ten construído unha mesa, ordenador multitouch que fala con teléfonos, cámaras e tarxetas de crédito. Vexa os bastidores do desenvolvemento ultra-secreto deste equipo extremo cun informe de vídeo especial PopularMechanics.