Client Object Model Lab

The Client Object Model extends the familiar server-side object model to the client. The Client Object Model comes in two flavors: .NET and JavaScript. The .NET model can be used with console applications, Windows applications, and Silverlight applications. The JavaScript model is used in client scripting. In this lab, you’ll make use of the Client Object Model to build some applications. ................
................