I am still learning the .NET framework and I want to implement a layered application for practice only. My goal is to apply for hospitals.
Question: Is it good to implement a multithreaded server that accepts client requests through sockets - workflows that process client requests and then send requests to the data access level?
This will be a good practice for managing flows, but is this the right way for my application? Are there any other solutions to achieve this?
Am I going to implement a multithreaded server in java and client in .net?
source
share