Assignment
Question 1
Define a Web portal and list the characteristics that distinguish itfrom regular web sites?
Question 2
List 3 examples of Web Widgets. For each Widget give a screen shot and a brief description
Question 3
Define the different components of the application (Default.aspx, Dashboard Façade, Workflows, Database Helper and Database Context) and explain the relation between them.
Question 4
Explain the following instruction.
<%@ OutputCache Location="None" NoStore="true" %>
Why it is important to add this instruction in default.aspx?
Question 5
Widgets Load can be in nonpostback mode or in postback mode. Give an example for each mode?