SharePoint 2007

Howto: Use lambda expression in SharePoint Object model

Howto series : Lambda and SharePoint « Ideas for free - Sep 2, 2009 […] How to use lambda expression in SharePoint Object Model. 2. How to use lambda expression in SharePoint Object Model – working with WebApplication. 3. […] [Sneha]( “sneha.rishi@gmail.com”) - Feb 5, 2010 Hey , Nice article !! . I am trying to write a lambda expression which can fetch all lists that are based on a particular content Type .

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 will start with very basic operation of using lambda expression in SOM, and I hope you’ll find your path for more complex one.

Critics to SharePoint resource deployment “stsadm –o copyappbincontent”

StsAdm –o copyfarmappbincontent is available in CodePlex - SharePoint and Other Things - Sep 0, 2009 […] Remember about critics to “stsadm –o copyappbincontent” to deploy SharePoint resource in my previous post here. […]

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 (WFE). You have to go to every WFE, and activate/deactivate the feature before you can get it deployed in all WFE.

Howto: Enable Debuging in SharePoint Web Application

English : I know that people are already blogging this topic, but I just want to make summary of the procedure. 1. You need to modify 3 lines in web.config 2. The 3 lines are :  a.  b.  c. Alternatively you can install “Debugger Feature” from codeplex. (http://www.codeplex.com/features)

SSP: How to add new profile property mapping

[Ankit]( “ankit.aryan84@gmail.com”) - Jun 5, 2012 But in the last screenshot data source field to map is missing actually thats is the issue I am getting as I have all the connections in place but still those dropdown are missing .Any help will be greatly apprecieated.

SSP: How to add new profile property mapping

English When you work with Microsoft Office SharePoint Server (MOSS 2007), you’ll find that one of its component is User Profiles synchronization. The User Profiles synchronization is maintained by Shared Service Provider (SSP). It synchronized MOSS user profile with Active Directory profiles. There are around 46 predefined profile with 21 are mapped to AD property. Some of you might have an idea that you can add the new profile or change how it mapped to AD property.

Jumpstart to InfoPath Development

Flex Guy - Apr 4, 2009 Way. Thanks for the information. For me it is the helpful information. [manu]( “blumenhause@hotmail.com”) - Jul 2, 2009 screencast file does not exist.. cakriwut - Aug 6, 2009 I think the file hoster delete the screen cast. Please wait, I’ll upload to other server. [tweety]( “mecutetweety@gmail.com”) - Dec 2, 2009 I was looking for the demo video and could not find it. Could you please upload it.

Jumpstart to InfoPath Development

English Today I gave my session about InfoPath Development. In this session I show how InfoPath form to capture information and use the data for further processing. Begins with introductions to InfoPath form and InfoPath Form Services, up to several deployment procedure of the form to the server. When we design an InfoPath form template, we essentially define Data Structure and Layouts - plus some business logic or manage code. Once the form template is ready - then it need to be accessible by target users.

A new born tool SharePoint Dispose Checker

English For anybody who works with SharePoint Object Model (SOM), you might have read these articles : Common Coding Issues When Using the SharePoint Object Model Using Disposable Windows SharePoint Services Objects If you have not read those articles, I suggest to spend your 10 minutes to read them. It was posted 1 year ago, but still relevant if you’re actively develop or do code quality control in SharePoint development.