如何使用dotnet远程处理概念开发聊天应用程序. [英] how to develop chat application using dotnet remoting concept.

查看:60
本文介绍了如何使用dotnet远程处理概念开发聊天应用程序.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对我的申请有要求,
如何使用dotnet远程处理概念开发聊天应用程序.
此应用程序应该能够在网络或群组中聊天.
怎么做.给我建议.
谢谢.

Hi, i have a requirement in my application,
how to develop chat application using dotnet remoting concept.
this application should be able to chat in network or in the group.
how to do it. give me suggestions..
thanks.

推荐答案

这是一个代码项目文章:
WCF/WPF聊天应用程序 [
Here is a codeproject article:
WCF / WPF Chat Application[^]


您可以/应该构建使用WCF的聊天服务器部分
1)通过REST使该服务可用(WCF将使您做到这一点)
2),然后您可以使用ajax/javascript调用服务在asp.net上构建UI.

这样会更容易,因为您可以从WCF RESTful服务返回json,并且可以使用jquery等从浏览器端轻松处理.
You can/should build the chat server part using WCF
1) make that service available via REST (WCF will let you do this)
2) and then you can build the UI on asp.net using ajax/javascript calling the service.

It will be easier this way because you can return json from the WCF RESTful service and that easy to handle from the browser side with jquery etc.


这篇关于如何使用dotnet远程处理概念开发聊天应用程序.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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