Can someone tell me where I might find a tutorial to help me with this? I plan to write a server app and a client app in C#. I want the server to be connected to a database with the users' credentials. When the user opens the client, they will be prompted with a credentials UI. Once they click 'Login', the client will connect to the server and submit the credentials for verification against the database.
Thanks to anyone who may be able to help!
