Force Left Nav To at least 200 Pixels wide
Force Body To at least 500 Pixels high

Developing with REST and LINQ in SharePoint 2010 (Get the Slide Deck)

To create the SharePoint environment in which to run the following bits:
  1. Download the SharePoint 2010 Site Template Solution (WSP)
  2. Upload into a SharePoint 2010 Site Collection Site Template Solution Gallery
  3. Create a new SharePoint 2010 Site based upon the uploaded SharePoint Solution

I've also included the three List Template (STP) files (Clients.stp, Projects.stp, and Timecards.stp) just in case the build doesn't like the Site Template WSP.

Next,

  1. Download the Visual Studio 2010 project that includes the three application pages: ClientOM.aspx, REST.aspx, and SPLinq.aspx
  2. Extract the zip into the My Documents\Visual Studio 2010\ folder on your development environment
  3. Don't forget to change the DATA_URL in the three helper JavaScript files to the SharePoint 2010 Site URL that you are testing on

<Todd />

Here is an ERD that represents the relationship of the three SharePoint Lists: