C# - Sockets: Creating a server and client -


so i've been looking @ many guides, of them outdated , don't work. want achieve, can point me in right direction code or new guides?

want client establish secure connection server. when secure connection established, client send id server. server relevant data database id , send results.
want learn is:

  • setting multi-threaded server
  • connecting database server
  • building secure connection between client , server(i want verify server communicating client program, not hacker or something)
  • setting client side, client can request data when ever required


thanks, apologies newbie-ness.

its simple create such thing,

start visual studio , create new asp.net project,select mvc template. make sure have authentication "individual user accounts" (this option make enable website's users create account in website, login , authenticate themselves)

now of course connection between server , client not secured, shouldnt worry now, can later purchase ssl certificate , install in server.

if you're still learning asp.net, shouldnt worry minor details.

my advise take course mva , follow structured outline learn: https://mva.microsoft.com/en-us/training-courses/introduction-to-asp-net-mvc-8322


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -