Archive for 2012 year

SharePoint Ribbon. Creating multi level menu

SharePoint Ribbon. Creating multi level menu

Another use case of QASPRibbon: creating multi level menu in Ribbon.

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