SPListViewFilter 1.7

SPListViewFilter 1.7

The new version of SPListViewFilter is published on CodePlex. The new type of filter is available. It's slider which enables you to select one value or range of values.

Read More
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
SharePoint 2013. Enable anonymous access

SharePoint 2013. Enable anonymous access

Step by step instruction on how to enable anonymous access for web application based on SharePoint 2013.

Read More
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