C#应用程序中的多用户

编程入门 行业动态 更新时间:2024-10-13 00:33:31
本文介绍了C#应用程序中的多用户的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 嗨 我通过C#编写应用程序,它们是针对单个用户的. 现在,我想为三个在网络上使用它的并发性的用户编写我的应用程序之一. 可以帮我吗?(解决方案还是参考) 紧急需要它. 如何将我的代码更改为用户可以在网络上使用Cuncurency 感谢

解决方案

您的问题不是很清楚.如果您有多个用户,则需要在数据库或管理本地用户的表中为每个用户创建一个单独的登录名. 数据并发已在msdn和其他站点上的文章中进行了讨论-尝试看看其中的一些. 例如请参阅 msdn.microsoft/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 msdn.microsoft/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#应用程序中的多用户

本文发布于:2023-10-24 21:04:22,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1524997.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:多用户   应用程序

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!