☑Kizspy.me
Question 1:
INSTRUCTIONS
Please read the instructions carefully before doing the questions.
- You can use materials in your computer, notebook, and textbook.
- You are NOT allowed to use any device to share data with others.
In addition, students must follow these requirements:
1. You must use Visual Studio 2022++
2. The Framework must be .NET 8.0
3. This part is very important, please read it carefully:
-You are given a database script (.sql) in the Zip file. Execute the script before starting the questions.
-You must use the given solution.
-You are NOT allowed to install any more library via NuGet Package Manager into the given solution.
If any of the above rules is violated, your work will be considered invalid.
QUESTION 1
You are provided with a console application ServerApp in given materials, acting as a TCP server, listening
for connections at 127.0.0.1:2000. The server stores information about employees, projects, and the
relationships between employees and projects (employee-project assignments). The server processes
☐