Archive for 2012 year
Another use case of QASPRibbon: creating multi level menu in Ribbon.
Read MoreThe 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 MoreNew field type named Geolocation (Geographic location that represents a point on a map)
Read MoreStep by step instruction on how to enable anonymous access for web application based on SharePoint 2013.
Read MoreThe new version of SPListViewFilter is published on CodePlex. Changing list view filter' layout is available in it:
Read MoreI've published a new version of SharePoint list filter. Autocomplete is available in the new version:
Read MoreIf 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 MoreThere is SPStatefulLongOperation class in SharePoint 2010 that lets implement long time operation with updatable status.
Read MoreIn this post I show how to execute Cross-SiteCollection queries in SharePoint using Linq to SharePoint.
Read MoreHow to get a document icon URL for a file, which type is registered in SharePoint.
Read MoreLinq 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 MoreCompare the performance of retrieving data from SharePoint Lists with Linq to SharePoint and Camlex.NET.
Read MoreToday's post is about Linq to SharePoint again. This time I'll show how to work with Choice and MultiChoice field.
Read MoreA small post about an interesting SharePoint feature: mask "Created By" and "Modified By" user account names from list item forms and views.
Read MoreIn 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 MoreAnother 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 MoreToday post is about using of Linq to SharePoint. In particular it's about JOINIG lists, increasing of performance and others.
Read More