SP 2010: Dynamically displaying messages to your users with the Notification and Status bar areas in SharePoint 2010 Paid Members Public
With the new version of SharePoint comes a full set of new and awesome features that you’ll have to indulge and learn. One of the small things that makes my day much more fun is to display messages to your users in the Status- and Notification areas. Example of
SP 2010: LINQ to SharePoint - What CAML lies behind my query? Paid Members Public
The two following questions are quite popular in my SharePoint 2010 developer training classes, so I ought to answer them right here. 1. "What does LINQ to SharePoint really do?" 2. "Can I see the CAML query generated by the LINQ to SharePoint query?" The answer
Getting started with LINQ to SharePoint in SharePoint 2010 Paid Members Public
In SharePoint 2010, you now can use LINQ syntax to fetch items from your lists instead of using the "traditional" approach of CAML queries. (Including SPSiteDataQuery and SPQuery objects) In this article, I will give you a brief introduction to how you can get started using LINQ queries
SP 2010: Programmatically work with External Lists (BCS) using the Client Object Model Paid Members Public
This is the third post in the series about SharePoint BCS. 1. Getting started with the Business Connectivity Services (BCS) 2. Programmatically work with External Lists (BCS) in SharePoint 2010 (this post) 3. Programmatically work with External Lists (BCS) using the Client Object Model In my previous article in the
SP 2010: Programmatically work with External Lists (BCS) in SharePoint 2010 Paid Members Public
This is the second post in the series about SharePoint BCS. 1. SP 2010: Getting started with the Business Connectivity Services (BCS) [https://zimmergren.net/technical/sp-2010-getting-started-with-business-connectivity-services-bcs-in-sharepoint-2010] 2. SP 2010: Programmatically work with External Lists (BCS) in SharePoint 2010 (this post) 3. SP 2010: Programmatically work with External Lists (BCS)

SP 2010: Getting started with Business Connectivity Services (BCS) in SharePoint 2010 Paid Members Public
This is the first post in a small SharePoint BCS series. 1. SP 2010: Getting started with the Business Connectivity Services (this post) 2. SP 2010: Programmatically work with External Lists (BCS) in SharePoint 2010 [https://zimmergren.net/sp-2010-programmatically-work-with-external-lists-bcs-in-sharepoint-2010/] 3. SP 2010: Programmatically work with External Lists (BCS) using the

SP 2010: How To - Relational lists in SharePoint 2010 Paid Members Public
One of the new cool things in SharePoint 2010 is the fact that we now have relational lists. In my previous article about List Joins [/archive/2010/01/04/sp-2010-list-joins-amp-spquery-enchancements.aspx], I talked about how you programmatically can fetch and join information from more than one list with the improved

SP 2010: How To - Event Receivers and Custom Error Pages Paid Members Public
SharePoint 2007 Many of you are aware that in SharePoint 2007, you can create Event Receivers (aka. Event Handlers) to take care of things for you when specific things happen. For example, you can subscribe to the ItemAdded event for a specific list, and have your custom code execute when
Recent comments