I'm currently working on a project that has a client app that requests data
from a server. Now I know I could just get the client to directly access
the sql database, but I also know that probably a bad idea.

What I don't know though is where to start building an application that
runs on a server. The client sends a message to a server containing a
unique ID, and the server sends back some type of data from the database ,
maybe a json object or something.

I'd prefer to use c# if possible, but I'm not sure how to start on this.
Would this be something like asp net? Is my hypothetical app at least
somewhat secure, or have I made some huge mistake in even the general
concept?
_______________________________________________
SkullSpace Discuss Mailing List
Help: http://www.skullspace.ca/wiki/index.php/Mailing_List#Discuss
Archive: https://groups.google.com/group/skullspace-discuss-archive/

Reply via email to