C#应用程序中的多用户 [英] Multi User in C# Applications

查看:118
本文介绍了C#应用程序中的多用户的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 我通过C#编写应用程序,它们是针对单个用户的.

现在,我想为三个在网络上使用它的并发性的用户编写我的应用程序之一.

可以帮我吗?(解决方案还是参考)
紧急需要它.

如何将我的代码更改为用户可以在网络上使用Cuncurency

感谢

解决方案

您的问题不是很清楚.如果您有多个用户,则需要在数据库或管理本地用户的表中为每个用户创建一个单独的登录名.

数据并发已在msdn和其他站点上的文章中进行了讨论-尝试看看其中的一些.
例如请参阅 http://msdn.microsoft.com/en-us/library /cs6hb8k4%28v=vs.80%29.aspx [ ^ ].




您可以使用.Net中提供的ClickOnce部署,以便能够在网络上使用Windows应用程序.请通过此链接进行浏览

ClickOnce部署

如果您需要更多说明,请尝试通过Google搜索ClickOnce部署.您将为此获得足够的文章.

问候
AR


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

解决方案

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[^].


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


这篇关于C#应用程序中的多用户的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆