⟩ Explain the difference between POST and GET Method.
GET requests are string data that is visible to the end user via the URL and a limit of 2kb, POST requests have no limit on total data and the user can’t see the data in a query string.
GET requests are string data that is visible to the end user via the URL and a limit of 2kb, POST requests have no limit on total data and the user can’t see the data in a query string.
Which two properties are on every validation control?
How do you turn off cookies for one page in your site?
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
In what order do the events of an ASPX page execute. As a developer is it important to understand these events?
Whats MSIL, and why should my developers need an appreciation of it if at all?
How would you get ASP.NET running in Apache web servers - why would you even do this?
Describe session handling in a webfarm, how does it work and what are the > limits?
What are the disadvantages of viewstate/what are the benefits?
Where would you use an iHTTPModule, and what are the limitations of any?
How do you create a permanent cookie?