Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: THEend8_
CSE 445/598 Assignments
A7 Group submission: One group one submission. No duplicate submission. Duplicate copy can be
submitted into the Backup Submission folder
Please read the submission and grade calculation detail at the end of this document.
Both assignments A6 and A7 must be submitted into the Canvas submission site AND be deployed into
the WebStrar Server. We will read code from your Canvas submission and test your code from WebStrar
Both assignments A6 and A7 will not be dropped through the drop-the-lowest policy
Introduction
The aim of this assignment is to make sure that you understand and are familiar with the concepts
covered in the lectures, including the Web application architecture, components and structure, controls,
and state management.
This is an individual and team project and the continuation of project 3 (Assignments 3 and 4). The
project (Assignments 6 and 7) must be submitted into the Canvas AND into the Web server WebStrar.
As this project is critical and also it can impact the other team members, both assignments 6 and 7 grades
will not be dropped based on the drop-the-lowest assignment grade policy. Please read the grading policy
in the syllabus and in the Day 1 Lecture on “Weight and Grading Scale”.
1.
Reading: Textbook Chapter 5 and Chapter 6 section 6.2.
2.
Do the multiple-choice exercises in the text for Chapter 5 and Chapter 6 for practice, which can
help you quizzes, Chapter tests, and final exam.
3.
What kinds of Web-based computing models exist? Where is the computation (client side or server
side) done in each of the models?
4.
Explain how the files in ASP .Net Website application are organized in the application folder.
5.
Explain what types of files exist in an ASP .Net Website application and what the functions of each
type file are.
6.
How do we create a user control, and how do we include the user control into a Web page?
7.
What is the most frequently used function of the Global.asax file?
8.
What kinds of state-saving mechanism exist, and what are the main features of each kind state
saving mechanism?
9.
What is the most general state variable in ASP .Net? What type of data can be stored in this kind of
state variable?
10. Compare and contrast the state management mechanisms: View State, Cookie, Session State,
Application State, and Caching variables.