Multilevel application in .NET.

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?

+3
source share
2 answers

Microsoft .NET.

Microsoft Architecture, : MSDN

, Microsoft PDF: MS AAG 2nd Edition

+3

, - WCF.

IIS, , - .

+1

Source: https://habr.com/ru/post/1748555/


All Articles