VS Live 2008
VS Live New York:
- Order out of Chaos workshop
- WPF data provider session
- Data binding with objects session
VS Live San Francisco and Orlando:
- Silverlight, SOA and Objects
- Order out of Chaos workshop
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).
- Get the customized PTWcfService running
- Download the ServiceClient demo above
- Download the C# CSLA .NET 3.5 version using the link above
- Get the normal C# ProjectTracker app working
- Replace the PTWcfService implementation with the one from the ServiceClient zip file (this will make it no longer work correctly with PTWcfClient)
- Get the ServiceClient app running
- You need VS 2008 with the Silverlight 2.0 Beta 1 dev tools installed
- You should be able to open the ServiceClient project
- You may need to change the PTService service reference to point to the location where you have PTWcfService set up
(Updated 9/8/2008)