Click here to Skip to main content
15,912,578 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i write Application via C# and they are for single user

now i want to write one of the my application for three users that use it concurency at network.

can help me?(solution or refrence)
emergency need to it.

how do i change my code to users can use cuncurency at network

thanks
Posted

Your question is not very clear. If you have multiple users, you need to create a separate login for each of them either on the database or in a table managing local users.

Data concurrency has been discussed in articles on msdn and other sites - try taking a look at some of those.
For e.g. see http://msdn.microsoft.com/en-us/library/cs6hb8k4%28v=vs.80%29.aspx[^].
 
Share this answer
 
Comments
Oshtri Deka 26-Apr-11 3:11am    
In nutshell, this is it. 5.
Abhinav S 26-Apr-11 6:13am    
Thanks for the 5.
Hi,

You can use ClickOnce deployment provided in .Net to be able to use windows application on network. Please go through with this link

ClickOnce Deployment

If you need more clarification then just try to search ClickOnce Deployment via Google. You will get enough articles for this.

Regards
AR
 
Share this answer
 
v2

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