Software Engineering Mcqs » ASP.net
Caching type supported by ASP.Net ?

A. Output Caching
B. DataCaching
C. Both A and B
D. None of these

How do you get information from a form that is submitted using the “post” method ?

A. Request.QueryString
B. Response.writeln
C. Response.write
D. Request.Form

____________ tests make sure that new code does not break existing code?

A. Integration tests
B. Regression tests
C. Load test
D. Unit tests