LINQ - DevSharePoint.com


LINQ

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

Rating

ORM & Linq – Know your queries and indexes!

Posted by thorhalvor on February 18, 2012

In many projects I have been working on we don't have database administrators (DBAs). At least not the kind of DBAs that optimize the queries/views etc. It's mo... [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]

Rating

LINQPAD & a great blog

Posted by Paul Beck on August 15, 2011

I was doing some research and came across this blog, every post has value. http://sptechpoint.wordpress.comCheck it outLINQPaD looks like a great tool for LINQh... [read more]

Rating

LINQ – How to build a dynamic WHERE clause (C#)

Posted by Andreas on January 11, 2012

LINQ is brilliant, and if you know how (and not to mention where, when and on what) to use it it will really improve the readability of your code and save you a... [read more]

Rating

Linq and Extension Methods Good Overview and Method Syntax

Posted by sladescross on August 28, 2010

http://msdn.microsoft.com/en-us/library/bb383977.aspx Shows the ingredients and an example targeted against a Type Interface. // Define extension methods for an... [read more]

Rating

Enumerable Extension Methods

Posted by sladescross on August 28, 2010

http://msdn.microsoft.com/en-us/library/system.linq.enumerable_methods.aspx ... [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

Linq Query Continuations and Under The Hood

Posted by sladescross on February 27, 2011

http://www.programmersheaven.com/2/CSharp3-4 Query Continuations At this point you might be wondering if you can follow a “group … by …”... [read more]

Rating

LINQ – how to build queries dynamically

Posted by Andreas on February 22, 2012

In a previous post I described a way to build dynamic WHERE clauses to achieve the WHERE [value] IN [array] functionality using LINQ. This post will show how yo... [read more]

Rating

Linq Top 10

Posted by sladescross on January 15, 2011

  Do Not Use for Loops to Initialize Arrays Do not use for loops to initialize arrays. We do this a lot of times to write quick test code. This can be replaced... [read more]

Rating

Linq and Extension Methods – The Heart Of It

Posted by sladescross on August 20, 2010

http://www.developerfusion.com/article/8250/linq-to-objects-for-the-net-developer/2/ Now we have a simple generic IEnumerable class we can start to use LINQ wit... [read more]

Rating

Jobs openings for Java and .Net professional for Bangalore location

Posted by Biju on May 12, 2011

Here are some walk-ins and please see the venue and date details carefully and mention Employee id - 112971 on your resume. If any problem you can contact me. S... [read more]

Rating

Linq Query Continuations

Posted by sladescross on October 1, 2010

http://www.programmersheaven.com/2/CSharp3-4 Query Continuations At this point you might be wondering if you can follow a “group … by …”... [read more]

Rating

Data Access in SharePoint 2010

Posted by sharepointinfo.net on October 22, 2009

This session was originally titled REST and LINQ in 2010 and they basically rebuilt the presented to cover all data access methods in 2010.   The ways to acce... [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]

 Pages: 1 | 2
   Next >