G
G
GetB2014-01-13 23:53:55
C++ / C#
GetB, 2014-01-13 23:53:55

WCF or socket programming?

I want to write a client-server application in .net. The role of the client will be performed by the application for Windows Phone. Approximate functionality is the registration of a new user and then sending any requests to the server. The server must accept the request, contact the database, and return a response. What is more logical to implement the server, on WCF or manually start writing the server yourself, programming sockets, etc.?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rifat, 2014-01-14
@GetB

WCF, of course, since you have a Windows Phone client. Example .
If in the future you plan to develop an application for other mobile platforms, then WCF + REST is better. Example .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question