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]
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]
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]
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]
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]
http://msdn.microsoft.com/en-us/library/system.linq.enumerable_methods.aspx ... [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]
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]
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]
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]
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]
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]
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]
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]
http://ranaictiu-technicalblog.blogspot.com/2010/05/linq-to-sharepoint.html SPList productList = SPContext.Current.Web.Lists["Product"]; SPQuery camlQuery=new S... [read more]