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]
http://www.u2u.be/Res/Tools/CamlQueryBuilder.aspx ... [read more]
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]
http://www.sharepointarchitects.us/caml.net/?page_id=148 CAML.NET Intellisense ... [read more]
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]
http://ranaictiu-technicalblog.blogspot.com/2010/05/linq-to-sharepoint.html SPList productList = SPContext.Current.Web.Lists["Product"]; SPQuery camlQuery=new S... [read more]
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]
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]
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]
http://spcamlviewer.codeplex.com/ Uses Sharepoint web services. ... [read more]
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]
http://sharepoint.stackexchange.com/questions/16040/sharepoint-2010-equivalent-to-sql-profiler Go to Central Admin -> Monitoring –> Configure Diagnostic... [read more]
http://ranaictiu-technicalblog.blogspot.com/2011/01/u2u-caml-query-builder-for-sharepoint.html using (var dataContext = new MySiteDataContext(siteUrl)) { ... [read more]
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]
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]