J
J
junart2016-03-04 23:44:47
C++ / C#
junart, 2016-03-04 23:44:47

Is it possible to write the server side in C#?

Does C# allow you to write server-side-network applications for Windows Server?
We need some REST service that would be accessed by client Desktop applications

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Stanislav Makarov, 2016-03-05
@Nipheris

If REST - then get acquainted: www.asp.net/web-api .
WCF is not dead, it's just that SOAP services are better on it than REST services (although nobody canceled WebGet).
It's actually amazing that you ask this. ASP.NET is the most advertised use of C# today.

B
beduin01, 2016-03-05
@beduin01

As an alternative - look at vibed.org , unlike C #, it will be 100% portable and it is very convenient to write rest interfaces on it. Everything for this is there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question