Victoria University: Web Application Development Project for ISA
VerifiedAdded on  2022/08/24
|11
|880
|32
Project
AI Summary
This project details the development of a web application for the International Student Association (ISA), designed to manage conferences and student participation. The application utilizes ASP.NET MVC and Entity Framework for its architecture, enabling CRUD (Create, Read, Update, Delete) operations for conferences, students, and organizers. The system incorporates a many-to-many relationship between students and conferences, implemented through a view model. The database design includes models for Student, Conference, and Organizer, with the StudentsConferences model handling the many-to-many relationship. The application features a user-friendly interface with index pages for conferences and students, and forms for adding, editing, and deleting entries. The project includes error handling and test instructions, ensuring the system's robustness. The provided class diagram illustrates the application's models and view models. The user manual guides the user through the application's features, including adding, editing, and viewing conference and student details. The project demonstrates practical application of web development concepts, including database design, model-view-controller architecture, and handling complex relationships.
1 out of 11