Assignment
Question 1
Define the following terms:
1. LINQ to SQL
2. LINQ to objects
Question 2
Inactive user (anonymous user)data creates big challenges for Ajax web portal. List the steps use to cleanup this data.
Question 3
In Web portal, when a page executes on the server-side, Slowness can occur when a page loads due widgets executing simultaneously. Thismakes the first-time visit, future visits, and tab switching slower. In your own words, how this slowness can be reduced?
Question 4
Content proxy is a web service on your server that can fetch data from external URLs and return it to the browser. How does the proxy improve the load time for users?