Categories

Archives

Howto: Use lambda expression in SharePoint Object model

English Lambda expression has been introduced since .NET framework 3.5, it is an anonymous function that can contain statement and expression. For more understanding on lambda expression you can read directly in MSDN page here. I will assume that you have read the topic and you can remember the lambda simply as: (input parameters ) => operation We [...] [read more...]

Critics to SharePoint resource deployment “stsadm –o copyappbincontent”

English When you start to work with localization in SharePoint, I believe that you may end with one of Mikhail Dikov proposal here or here . Partially I agree with his proposal, to leverage the resource deployment through the UI. However, his strategy may fail when you apply to server farm architecture with multiple Web Front End [...] [read more...]