How to make server-side and client-side program?!

PsychoNINJA

Member
Joined
Sep 18, 2021
Messages
12
Programming Experience
1-3
Hello Dear csharpforums.net community,

(At first I should say sorry if my english in not good)

I want to make a form for my client (Already did it) and want to make a program or console program something like that for server side, I would like to store my data and send it from client to server.

What I want:
Register some data (Like profile or anything else) in client program and send it to server side program, examine sent data from client side in server side then take some results and change or etc ... . finally store it in MySql Database.
In server side I would like develop it and change the codes and events for some ideas.

I need to be guided and learn what kind of server I should buy and How to make both program (As I said before I already made client form and client events, How to send it to server side program and basically How to make it, is it console?)
 
The modern approach is to make a REST WebAPI. Your WinForm app just calls that REST API sending all the information to it.
 
What have you searched for so far?
 
Back
Top Bottom