摘要:
Hah! (We’re back;-) ) It’s as easy as that:PS >[string]::Format("Hello {0} {1} :-)","Daniel","Walzenbach")Hello Daniel Walzenbach :-)Needless to say that other formatting – like Currency formatting – works as wellPS >[string]::Format("{0:C}",1234567890)$ 阅读全文
摘要:
皮皮书屋http://www.ppurl.com 阅读全文
摘要:
使用正确的术语中英文对照,对从英文站点搜索解决方案比较有帮助。中文:http://msdn.microsoft.com/zh-cn/library/ee556558.aspx英文:http://msdn.microsoft.com/en-us/library/ee556558.aspx 阅读全文
摘要:
As I said in myfirst postonClientObjectModel(OM), there are three sets ofClientOM: Managed .netclient, Silverlight and ECMAScript. Lately I have posted an article onhow to useClientOM from Managed .NetClient.Today I’ll go throughClientOM for JavaScript. ECMAScriptClientOM isSharePoint2010clientobjec 阅读全文
摘要:
Recently I showed you how you can import Lists and their data into your SharePoint Project using the Mavention Import List Instance extension. As you can imagine supporting list data is only half of the story, so to complete it another extension became available. Find out how to import documents fro 阅读全文
摘要:
When working with custom Lists you find yourself often redeploying the List and creating some test data to verify that everything is working correctly. Entering sample data may be fun to do once but becomes rather boring after a few times. Find out how to reuse your sample data in the development pr 阅读全文
摘要:
WordprocessingDocument wordprocessingDocument = WordprocessingDocument.Open(filePath, true); Body body = wordprocessingDocument.MainDocumentPart.Document.Body; String message = string.Empty; ExtendedFilePropertiesPart appPart = wordprocessingDocument.ExtendedFilePropertiesPart; ... 阅读全文
摘要:
SharePoint Server 2010 ships with the content targeting capability based on Audiences. Using this mechanism you can conditionally display content to groups of users based on their profiles. One shortcoming of this approach is that it needs user profiles which are not available on Internet-facing web 阅读全文
摘要:
I was developing discussion groups using web parts where I needed to show the discussion posting authors' profile images with the posting detail.First problem I faced was, how to get the profile image url of the user. I was able to find the details about the User Information List living in the R 阅读全文
[转][MS-MAVA]: Microsoft Office SharePoint Server (MOSS) Analytics View Access Protocol Specification
摘要:
SharePointClick here to view this version of the [MS-MAVA] PDF.Click here to download a zip file with all of the PDF files.Intellectual Property Rights Notice for Open Specifications DocumentationTechnical Documentation.Microsoft publishes Open Specifications documentation for protocols, file format 阅读全文