View Single Post
  #8 (permalink)  
Old 07-14-2009, 08:30 PM
johnw johnw is online now
Senior Member
 
Join Date: May 2008
Posts: 102
Default

Where is the data stored? There are a few IPC methods to consider, maybe a web service, maybe make your data classes inherit IsSerializable, serialize them and pass them in as parameters. You could add the data objects to the context somewhere.

A few different options without knowing the architecture of your application better.
Reply With Quote