Skip to content

Opening book details…

About this document

ASPNET by Pallavi Ghosh is a document available to read on EtoBox.

Web applications differ from desktop applications in that they involve at least two networked machines that communicate using HTTP, a stateless protocol. As a web developer, you must take steps to manage state across requests using techniques like session variables, cookies, and application variables. Form data can be transmitted to the server for processing using HTTP GET or POST methods, with POST hiding the data in the HTTP header rather than the URL.

Author
Pallavi Ghosh
Language
EN