Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
So i'm making a wcf console application that transfers money from one account to another, the problem is I don't know how you would access one table and send data from that table to another in wcf?
Posted

1 solution

Its an overall question. try to separate concepts. First develop client and server part of WCF and make sure that they can send and receive account data then add data retrieval and storage part for the server part.

After all send you request from a console application to the server using WCF service.

So it needs your design firstly and then go for development.

Hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900