如何编写一个文本聊天+文件传输+源代码的程序 [英] how to write a program that text chat + file transfer + source code

查看:175
本文介绍了如何编写一个文本聊天+文件传输+源代码的程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何编写文本聊天+文件传输+源代码的程序
由c#

how to write a program that text chat + file transfer + source code
by c#

推荐答案

这些是编写用于文本聊天的程序的简短步骤...

1.确定您是希望应用程序通过Internet还是本地网络聊天.这可以帮助您选择用于数据传输和开发工具/技术的协议

2. Google搜索以研究聊天应用程序的工作方式.

3.有多种方法可以在网络上传输文件.选择一个符合要求的

4.创建一个流程图,说明应用程序从头到尾的工作方式.

5.如果您决定使用数据库,请设计数据库结构.在存储用户信息和聊天记录时最需要它

6.使用Visual Studio或任何其他类似的IDE编写项目代码.

最终产品将是具有文件传输功能和完整源代码的文本聊天应用程序.

一些参考链接为您
使用C#的TCP/IP聊天应用程序 [ http://www.dreamincode.net/forums/topic /33396-basic-clientserver-chat-application-in-c%23/ [ http://www.junnark.com/junnark/Blog/Detail/2 [ ^ ]
These are the brief steps to write a program for text chat...

1. Decide whether you want a application to chat over internet or a local network. This helps you to pick a protocol for data transfer and development tools / technologies to develop it

2. Google search to study how chatting applications work.

3. There are multiple ways to transfer files on the network. Select the one which suits the requirement

4. Create a flowchart of how the application works from start to end.

5. Design the database structure if you have decided to use. It will be mostly required for storing user info and chat logs

6. Use Visual Studio or any other similar IDE to code your project.

The end product will be a text chat application with file transfer feature and with full source code.

Some reference links for you
TCP/IP Chat Application Using C#[^]
http://www.dreamincode.net/forums/topic/33396-basic-clientserver-chat-application-in-c%23/[^]
http://www.junnark.com/junnark/Blog/Detail/2[^]


这篇关于如何编写一个文本聊天+文件传输+源代码的程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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