L
L
lumen4462015-06-11 09:29:16
SQL
lumen446, 2015-06-11 09:29:16

What to read about how to create a client-server application?

It is necessary to write software that would connect to a server via TCP, give and receive data. I'm interested in the architecture of such an application and all the subtleties of implementing the client and server parts, and also, it is desirable to learn how to build a database suitable for my case on the server. For now, I want to learn the general principles of this all, and then delve into specific needs.
Interested in literature, articles in Russian. Thanks, I appreciate your help!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrey Lastochkin, 2015-06-11
@lasalas

WCF

G
Georgy Grigoriev, 2015-06-18
@IamKarlson

If you want a light and fast solution, then use WCF with the TCP binding type. If you need a non-standard connection, then the connection is at the socket level.

S
Stoned Shaman, 2015-06-18
@StonedShaman

Off topic, but might be useful.
www.opennet.ru/docs/RUS/zlp/002.html#4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question