hello!!
i want to copy data from one application to another in different name spaces using C#.Net how it would b done plz help me out.
thnx
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
DiasparkDotNet DiasparkDotNetPosted May 8, 2009, 5:03 AM
Since the objective it just to copy data from one app into another, instead of writing the data from source app into text file, save it in an xml file and read from the target application.
The scnario mentioned above can be imporved based on more specification of the requirement like the frequency of such opertation, data size to be copied.
If the copy operation is too frequent, even a though to create a service for the same can be given a thought.
StefanPosted May 4, 2009, 11:40 AM
Hope this helps!
Francois AppertPosted May 4, 2009, 11:22 AM