CSLA .NET Framework

VS Live 2008

 

VS Live New York:

VS Live San Francisco and Orlando:

 

ServiceClient Instructions

The ServiceClient application is relatively simple. However, it relies on a backend service that is somewhat more complex, because it is a customized implementation of the WCF service from ProjectTracker (the CSLA .NET reference app).

  1. Get the customized PTWcfService running
    1. Download the ServiceClient demo above
    2. Download the C# CSLA .NET 3.5 version using the link above
    3. Get the normal C# ProjectTracker app working
    4. Replace the PTWcfService implementation with the one from the ServiceClient zip file (this will make it no longer work correctly with PTWcfClient)
  2. Get the ServiceClient app running
    1. You need VS 2008 with the Silverlight 2.0 Beta 1 dev tools installed
    2. You should be able to open the ServiceClient project
    3. You may need to change the PTService service reference to point to the location where you have PTWcfService set up

 

 

 

 

(Updated 9/8/2008)