☑ Kizspy. me please read the instructions carefully before doing the questions.
Zoom
Allowed Resources:
-
You may use materials on your computer, notebook, and textbook.
You are not permitted to use any device to share data with others.
Technical Requirements:
- Development Environment: Use Visual Studio 2022 or later.
- Framework: Use .NET 6.0.
Important Instructions:
-
Database setup: A sql script is provided in a ZIP file. Execute the script before starting the questions.
Solution usage:
+ Use the provided solution template.
+ Do not add additional libraries via NuGet Package Manager.
Publish each project using the command:
dotnet publish -c release -o ./Question Number_NameStudentCode
Example: dotnet publish -c release -o ./Q1_ anhlbhe170000
Submission:
+ Submit the entire solution folder.
+ To reduce file size for PEA_Client:
Delete the bin and obj folders in each project.
Delete the vs folder (a hidden folder) in the solution's project.
Failure to follow any of the above requirements will result in your submission being considered invalid.
+ 100%
Close