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
SharePoint list item attachments' size

SharePoint list item attachments' size

Today, a small post about getting the size of all SharePoint list item's attachments.

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
SharePoint 2010. Custom forms for ContentType

SharePoint 2010. Custom forms for ContentType

Small post about declaring custom create/edit/view forms for SharePoint ContentTypes.

Read More
SharePoint 2007. The max/min value of filed in SharePoint list

SharePoint 2007. The max/min value of filed in SharePoint list

Learn how to get min or max value of a SharePoint list column.

Read More