Posts tagged with Linq-To-SharePoint

SharePoint 2013. Geolocation field type

SharePoint 2013. Geolocation field type

New field type named Geolocation (Geographic location that represents a point on a map)

Read More
Linq to SharePoint. Repository pattern

Linq to SharePoint. Repository pattern

Linq to SharePoint ia a native Microsoft data provider translating LINQ-expressions into CAML-queries for retrieving data from SharePoint lists (or document libraries). In this post I show how to implement repository pattern for Linq to SharePoint.

Read More
Linq to SharePoint vs Camlex.NET Performance Comparison

Linq to SharePoint vs Camlex.NET Performance Comparison

Compare the performance of retrieving data from SharePoint Lists with Linq to SharePoint and Camlex.NET.

Read More
Linq to SharePoint. Part 5. Choice and MultiChoice fields

Linq to SharePoint. Part 5. Choice and MultiChoice fields

Today's post is about Linq to SharePoint again. This time I'll show how to work with Choice and MultiChoice field.

Read More
Linq to SharePoint. Part 4

Linq to SharePoint. Part 4

In this (4th) post about Linq to SharePoint, I'll show how to build and execute dynamic queries and cast SPListItem object to object using in data model based on Linq to SharePoint.

Read More
Linq to SharePoint. Part 3

Linq to SharePoint. Part 3

Another one post about Linq To SharePoint. This time is to show how to use Linq to SharePoint in the case of anonymous access, resolve list by URL instead of Title.

Read More
Linq to SharePoint. Part 2

Linq to SharePoint. Part 2

Today post is about using of Linq to SharePoint. In particular it's about JOINIG lists, increasing of performance and others.

Read More
Linq to Sharepoint. Part 1

Linq to Sharepoint. Part 1

There is a Linq to SharePoint data provider in SharePoint 2010. Not without features. Here are some of these that I've "found".

Read More