1 / 6

Lifecycle examples

Lifecycle examples. Supplement to segment 4. We will go through 4 scenarios. Serving a request for a static web page Lifecycle of an ASP.NET web page Lifecycle of an ASP.NET web page that interacts with the database

elgin
Télécharger la présentation

Lifecycle examples

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lifecycle examples Supplement to segment 4

  2. We will go through 4 scenarios • Serving a request for a static web page • Lifecycle of an ASP.NET web page • Lifecycle of an ASP.NET web page that interacts with the database • Lifecycle of an ASP.NET web page that uses session state and interacts with the database CS 638 Web Programming – Estan & Kivolowitz

  3. HTTP request Request URL HTML file HTTP response “Lifecycle” of static web page Web server machine File system Server data Server code Web client CS 638 Web Programming – Estan & Kivolowitz

  4. HTTP request Request URL .aspx file codebehind HTTP response Lifecycle of ASP.NET webpage Web server machine File system Server data Server code Web client HTML snippets Objects representing this web page CS 638 Web Programming – Estan & Kivolowitz

  5. HTTP request Request URL .aspx file codebehind HTTP response SQL interaction Page with database interaction Web server machine File system Server data Server code Web client HTML snippets Database Objects representing this web page CS 638 Web Programming – Estan & Kivolowitz

  6. HTTP request Request URL .aspx file codebehind HTTP response SQL interaction Page with session state Web server machine File system Server data Server code Web client Submitted values Viewstate Cookie HTML snippets Database Objects representing this web page CS 638 Web Programming – Estan & Kivolowitz

More Related