CAML - DevSharePoint.com


CAML

 Pages: 1 | 2
   Next >
SharePoint Resources arranged by category

Rating

caml.net.intellisense

Posted by Marcel Medina on December 23, 2011

Hi folks, I have been using some extensions and tools in the SharePoint development and also to create SharePoint environments. They can be useful in your dail... [read more]

Rating

CAML Builder

Posted by sladescross on August 23, 2010

http://www.u2u.be/Res/Tools/CamlQueryBuilder.aspx ... [read more]

Rating

SpittingCAML - InfoPath forms with file attachments: one potential ...

Posted by SpittingCAML on August 23, 2010

It does look like an abomination… but it works, so I thought I'd blog about it and get some opinion from others who may have this issue in their organisation.... [read more]

Rating

CAML.NET Intellisense

Posted by sladescross on November 5, 2010

http://www.sharepointarchitects.us/caml.net/?page_id=148 CAML.NET Intellisense ... [read more]

Rating
 

CAML Query for Taxonomy Term

Posted by sladescross on March 18, 2011

http://pingpond.com/how-do-i-get-sharepoint-items-tagged-with-a-term-from-the-term-store-233932.htm?fixbar=1 int wssId = SharePointTaxonomyHelper.GetWssIdByTerm... [read more]

Rating

CAML with CAST to Linq

Posted by sladescross on August 21, 2010

http://ranaictiu-technicalblog.blogspot.com/2010/05/linq-to-sharepoint.html SPList productList = SPContext.Current.Web.Lists["Product"]; SPQuery camlQuery=new S... [read more]

Rating

Deploy Metadata Navigation Using CAML

Posted by sladescross on February 11, 2011

http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2011/02/09/how-to-deploy-metadata-navigation-without-using-code.aspx?utm_source=feedburner&utm_me... [read more]

Rating

Disadvantages of CAML over LINQ in SharePoint 2010

Posted by Fewlines4Biju on April 25, 2011

Disadvantages of CAML: Since CAML query is text based, If you are joining two lists accross a lookup field there may be various problems.you do not know until r... [read more]

Rating

Query a List by using CAML in SharePoint

Posted by Fewlines4Biju on April 21, 2011

Microsoft.SharePoint.SPQuery object has Query property that accepts a CAML fragment, which defines the query to be performed. A ViewFields property defines t... [read more]

Rating

Stramit Codeplex CAML tool

Posted by sladescross on December 20, 2010

http://spcamlviewer.codeplex.com/ Uses Sharepoint web services. ... [read more]

Rating

Provisioning Computed Columns

Posted by sladescross on June 6, 2011

http://kjellsj.blogspot.com/2009/12/sharepoint-computed-site-columns-site.html The sad thing about computed columns being hidden  in all site column pickers  is... [read more]

Rating
 

CAML Profiler

Posted by sladescross on July 17, 2011

http://sharepoint.stackexchange.com/questions/16040/sharepoint-2010-equivalent-to-sql-profiler Go to Central Admin -> Monitoring –> Configure Diagnostic... [read more]

Rating
 

CAML Builder with Linq and CKS

Posted by sladescross on January 20, 2011

http://ranaictiu-technicalblog.blogspot.com/2011/01/u2u-caml-query-builder-for-sharepoint.html using (var dataContext = new MySiteDataContext(siteUrl)) { ... [read more]

Rating
 

CAML Query With Folders And Recursive

Posted by sladescross on August 26, 2010

http://www.u2u.info/Blogs/karine/Lists/Posts/Post.aspx?ID=12 Using U2U tool how to generate the CAML for the get users web service. ... [read more]

Rating

Linq to Sharepoint

Posted by sladescross on February 27, 2011

http://msdn.microsoft.com/en-us/library/ee536585.aspx Two-stage queries as Linq to CAML only supports one visit to the content database in a single query. http:... [read more]

 Pages: 1 | 2
   Next >