AD Coursework
AD Coursework
Introduction
This individual coursework requires developing and documenting a small application in C# using an object
oriented approach and Visual Studio. Your software artefact must be submitted as a Visual Studio project. It
will be assessed using Visual Studio 2015 or any higher version and any features not working in the standard
installation of Visual Studio 2015 or any higher version will not be assessed.
The coursework carries 30% of the module mark.
Set:
Submission Deadlines: 10/12/2023
Coursework Submission in-class Demo: 17/12/2023
This individual coursework has 2 parts, both of the soft copies which are to be submitted before xxxx on
xxxx.
(1) The software application to be developed in C#
(2) The documentation in MS Word format.
ABC Car Traders have been in the journey to keep the long-lasting goodwill and trust of their
customers as a supplier of high-quality vehicles and a transport solutions provider.
Their service centers are exclusively created to give a better service
to their customers and make their vehicle dream come true. Their experienced team will help
customers to select the right product and service from their range of vehicles, spare parts, and services.
Their mission is to be the Number One Preferred Supplier for High Quality Motor Vehicles and related
services with Profitable Growth through Superior Customer Service, Innovation, Quality and
Commitment.
To achieve their goal, they plan to develop a software with following functionalities.
Admin
->Login
->Manage Car Details
->Manage Car Parts Details
->Manage Customer Details
->Manage Customer Order Details
->Generate Reports
Customer
->Register
->Login
->Search Car Details
->Search Car Parts Details
->Order Car/Car Parts
->View Order Status
Note: You may add extra features - both data and functionality to the application, if you wish.
Your submission should include the software project and a reflective essay as described below.
1. Your software artefact in the form of a Visual Studio 2015 project, which should include the
program’s source code, compiled classes, the executable file and data file (if any).
2. A reflective essay (1000 or more words), which concisely documents:
a. Detailed instructions to run the program
b. The architecture of your software in terms of software classes, clearly indicating which
classes to be of your own work and which classes from other sources (e.g. From textbooks,
online sources such as MSDN etc.).
c. Detailed description of the classes’ properties and methods
d. Your reflection of own experience of using c# and visual studio for the development task,
which feature you like and why, what issues you experienced and your solution to overcome
it.