Hi i have two questions
1- How to read binary file in C#, read all records one by one and display ?
2- I am working on client/server application. When money is withdraw from account on server, client should know the update balance and if another client is accessing same account, he should have also update balance. I mean remaining balance should be update in all clients sites. How to do this? using threading or any other technique ?