LAB 6: Sessions and Collections
VerifiedAdded on 2019/09/20
|4
|860
|356
Practical Assignment
AI Summary
This practical assignment, Lab 6: Working with Sessions and Collections, involves building several C# web applications using ASP.NET Web Forms. Part A requires building an application similar to one presented in lecture notes and commenting code from other provided applications. Part B focuses on creating a "Basket of Fruit" application using a Fruit class and sessions to store a list of fruits. Part C modifies a previous lab's application to handle multiple people's details using sessions and a list. Finally, Part D challenges students to create a "Beverage" class to calculate beverage costs based on fruit selection, quantity, and additional costs, integrating it with the "Basket of Fruit" application. The assignment emphasizes understanding and utilizing sessions and collections in a web application context, along with object-oriented programming principles.
1 out of 4