What's New in v2011 vol 1
Cross-Platform Data Library
Custom Functions Everywhere
With this release, you can register custom functions so that they are available for use in filter criteria, LINQ to XPO expressions, and in all Expression Editors.

Default Sorting Options for LINQ to SQL Data Sources
We have added a DefaultSorting property allowing you to specify how LinqServerModeSource, LinqServerModeDataSource, and LinqInstantFeedbackSource contents are sorted by default, when sort order is not specified by the bound control.
New String Function Operators
This release introduces three new function operators - StartsWith, EndsWith, and Contains - helping you search string operand values for specific substrings. Filter conditions in grid and filter controls now exploit these function operators instead of "Like" construction equivalents.