How to set up a back end application on a server [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to develop a back-end application in C# and install it on a server.
While I know C# and also have done a small Java based back-end for Android App on AWS developed with Eclipse, I do not know where to start with C# and mySql.
Is there a tutorial or any other good place to get a head start?

Seems like you're looking for ASP.Net WebAPI

Related

SignalR as a Game Server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have a board game application that I would like to add multiplayer options, I'm considering using SignalR to do a persistant connection. I'm wondering whether anyone has done something like this, or whether there is an opensource project available that I can have a look at ?
There is a game written in SignalR - SignalR ShootR
You can take a look at the source code here - SignalR ShootR Source Code

Porting Windows Phone app to Android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anyone tell me how can I port a Windows Phone app to Android? Links to guides/tutorials would be very much appreciated since I cannot find them through Google.
You'll want to check out xamarin.com as they allow you to run C# on Android and iPhone. They have VERY good documentation here

Is there any open source or free graphic/reports/charts framework for windows forms? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any open source or free graphic/reports/charts framework for windows forms?
I've heard good things about zedgraph - http://sourceforge.net/projects/zedgraph/
You can get the Microsoft Chart Controls for .NET that they released a while ago. It is fairly easy to use but for one reason or another not widely known.
would the MS charting library suffice? It supports both web and winforms usage...

Have you seen library for flexible working with terminal(Unix like)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Have you seen library for flexible working with terminal(Unix like)?
I want to implement autocompletion, history, help params in my console application same operations you can see in the Unix terminals.
C#, Mono library.
Thanks.
Here you go, GNU Readline support for Mono, Mono-Readline.
See also, Is there a .Net library similar to GNU readline?

Which Memcached client library should I use for .NET? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've noticed there are a few solutions to allow the use of memcached on C# / ASP.NET:
memcacheddotnet
enyim.com Memcached Client
BeIT
Which one should I use? It seems like the enyim port has more active development, but I wanted to see what you guys recommend.
I use BeIT and i am happy with it.
Take a look at Velocity. Its Microsofts new alternative, its not stable yet but looks promising.

Categories