Saturday, July 10, 2010

Creating Customized List Views

Use Grouping when Creating Customized List Views 

there are several custom views that can be created from the User Interface.  Customizing these views can be done with a click of a button and completely changes the default, out-of-the-box list views that are visible on the web pages. 

Some specific settings include Grouping and Styling.  A simple ‘Group By’ setting will
automatically create a collapsed view of the list which is especially useful
for large lists.

To further filter the list data for a particular user, adding a simple Filter clause of ‘ where user=[Me]’ will display only data related to the current user.

Saturday, July 3, 2010

SharePoint Foundation 2010 Objects with .NET 4

You Cannot Use SharePoint Foundation 2010 Objects with .NET4 
The SharePoint Foundation 2010 object model is not accessible using the .NET Framework 4 (or
later).  Calling any object or method in the object model using any framework version other than .NET 3.5 will throw the following exception: 
System.PlatformNotSupportedException
Microsoft SharePoint is not supported with version 4.0.30319.1 of the Microsoft .Net Runtime.