Click here to Skip to main content
15,913,487 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
how to write a Code for synchronization of data in .net??
well i have created a website where in i have a home page,about us n a login page with login form hyperlinked to it.i have also created a control panel where people get connected to it once they are logged in.i put all my domains in the control panel so that i can synchronize the data when the user is logged in.i m 5n doing the project,but i dunno how to write a code for the synchronization of data..!!
Posted
Updated 21-Jun-12 4:48am
v2
Comments
[no name] 20-Jun-12 10:09am    
And how are we supposed to know what you are synchronizing and what you have tried?
shanuu 21-Jun-12 10:50am    
well im trying to synchronize the data between devices..where in i can transfer data from one device to another.
OriginalGriff 20-Jun-12 10:25am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.
shanuu 21-Jun-12 10:52am    
well m sorry.this is the first time im giving in a query..so didnt know what to exactly ask??i have updated the question.
Richard MacCutchan 20-Jun-12 10:25am    
Do you actually mean serialization?

- Think about the design
- Open Visual Studio (or another .NET compatible IDE)
- Create a new project
- Code

And come back here when you have tried something and you're stuck somewhere.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Jun-12 15:01pm    
I voted 5, disagree with the one who voted 1. There is nothing wrong with such answer, considering OP's question which can be classified as spam or abuse and certainly deserves a vote of 1.
--SA
Richard MacCutchan 21-Jun-12 11:40am    
It was me. And even though the question was not very clear, the above is not a solution.
Sergey Alexandrovich Kryukov 29-Jun-12 21:03pm    
Well, my idea was: this is a solution the question deserves. Too trivial? Yes. Somehow I decided it's fair enough, but you also have some point, no reason to argue much over it... :-)
Thank you,
--SA
shanuu 21-Jun-12 10:54am    
well im almost done with the designing part of the project...but i would like to know how to write a code for synchronizing dAta.
Richard MacCutchan 21-Jun-12 11:10am    
Why did you accept this as solution, if you have not got an answer to your question? Please change the status so people will come and review your question.
You may consider "Local Database Cashe" template in VS 2010
For more details:
Occasionally Connected Applications (Local Database Caching)
 
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