31927 - Applications Development with .NET
32998 - .NET Applications Development
SPRING 2025
ASSIGNMENT-2 SPECIFICATION
Due date Friday 11:30pm, 17 October 2025
Demonstrations Required in the lab/tutorial session
Marks 35% of the total marks for this subject
Submission Complete project folder zip (Code, solution files, Project
Description, etc.), report, any instructions to run the program in a text file, all in 1 single zip file.
Submit to Canvas assignment submission
Note: This assignment is group work and individually assessed.
|
Summary
This assessment requires you to develop an application with the necessary graphical user interface - GUI (e.g., Windows Form/MAUI) and underlying functionality based on your proposed topic. This is a group assignment, and each group should ideally consist of a minimum of two and a maximum of three students. All group must be from same lab.
Assignment Objectives
The purpose of this assignment is to demonstrate competence in the following skills.
o GUI/Windows form. and controls
o Communication between multiple interfaces
o Using collections/generics/delegates
o Enumerators, properties, extension methods.
o File/database reading and writing and Entity Framework
o Test cases/NUnit
Marking Guide:
Below is the marking guide for this assessment. It is designed to allow you to get a Pass grade with minimal effort while still demonstrating that you understand the core principles of .NET development, to get a Distinction with reasonable effort, and to get a High Distinction with solid effort, and 100% with considerable effort. It is recommended that you pay attention to the grade distribution and work towards your own skill level with your team members.
In the demos in the lab, your code needs to be compiled in Visual Studio 2022 (with .NET 7.0 or higher) and then the tutor will test for normal functionality as described in the descriptions above. If your code does not compile, you will receive zero marks. You need to demonstrate that you understand the functionality of various components presented by you and should be easily readable and usable by your tutor.
Task
|
Items
|
Max
Points
|
Project report
|
• Project registration (get pre-approval from coordinator/tutor before submission) -https://forms.office.com/r/deQr7rTGXt
• Project idea description, motivation, key features and contribution of each team member with references as needed (1500-2000 words)
|
3
|
Project idea
|
Unique and technically challenging project addressing real-world problem
|
3
|
Code Quality
|
• Includes proper indenting and white spacing.
• Helpful comments
• Meaningful class/method/property/field names.
|
3
|
Code Requirement
|
• Includes high cohesion and low coupling for classes and methods
• At least one example of polymorphism which achieves a useful purpose (either through inheritance, method/constructor
overloading/overriding)
• At least two examples of Interface
• At least one example of NUnit tests
• At least one example of Anonymous method with LINQ using Lambda expression
• At least one example of Generics/Generic based Collection
|
6
|
Interface Design
|
• At least four GUI forms/screens/interfaces which are resizable &
responsive that have their own distinct feature or functionality. e.g. pointless screens like a welcome screen don’t count.
• At least six different unique categories of UI elements have been used. e.g. buttons, headings, dropdowns, images, bar graphs, carousels, lists, context menus, modals etc.
|
10
|
Functionality
|
• Successful implementation of core features and requirements as per project description.
• Adequate error handling
• Input validations
• Use of appropriate data structures and algorithms.
|
10
|
|
Total (without bonus marks)
|
35
|
Bonus Marks
|
• Use of either Blazor, ASP.NET, WPF or some other UI library instead of Windows Forms
|
2
|
• Use of external database with LINQ
• Use of Entity Framework
• Use of external APIs or tools including data analytics or machine learning
|
3
|
Assignment Submission:
1. Make sure to submit project registration information using
https://forms.office.com/r/deQr7rTGXt before the project submission.
2. Assignment should be submitted only by team leader as specified in the project registration form.
3. You must upload a zip file of the C# solution to Canvas with a maximum 1500-2000 words long PDF file explaining the project idea, motivation, key features, usage instructions and contribution of each team member with references as needed.
4. You may submit as many times as you like until the due date. The final submission you make is the one that will be marked. If you have not uploaded your zip file within 7 days of the Due Date, or it cannot be compiled and run in the lab, then your assignment will receive a zero mark.
NOTE 1: It is your group’s responsibility to make sure you have thoroughly tested your program to make sure it is working correctly.
NOTE 2: Your final submission to Canvas is the one that is marked. It does not matter if earlier submissions were working; they will be ignored. Download your submission from Canvas and test it thoroughly in your assigned laboratory.