SPListViewFilter 1.6

SPListViewFilter 1.6

The new version of SPListViewFilter is published on CodePlex. Changing list view filter' layout is available in it:

Read More
SPListViewFilter 1.5

SPListViewFilter 1.5

I've published a new version of SharePoint list filter. Autocomplete is available in the new version:

Read More
SSRS. List distinct values from a SharePoint list

SSRS. List distinct values from a SharePoint list

If you create reports using Report Builder or BIDS it's avaiblable to use SharePoint list or document library as a DataSource. To retrieve data in this case CAML query is used, thus there is no direct way to get only distinct values from DataSet. And such is the need at least to fill paramete

Read More
SharePoint 2010. Long time operation with updatable status

SharePoint 2010. Long time operation with updatable status

There is SPStatefulLongOperation class in SharePoint 2010 that lets implement long time operation with updatable status.

Read More
Linq to SharePoint. Cross site collection queries

Linq to SharePoint. Cross site collection queries

In this post I show how to execute Cross-SiteCollection queries in SharePoint using Linq to SharePoint.

Read More
SharePoint. Getting Document Icon URL

SharePoint. Getting Document Icon URL

How to get a document icon URL for a file, which type is registered in SharePoint.

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
Mask "Created By" and "Modified By" user names from forms and views

Mask "Created By" and "Modified By" user names from forms and views

A small post about an interesting SharePoint feature: mask "Created By" and "Modified By" user account names from list item forms and views.

Read More