Software Engineering Mcqs

If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?

(A) The access is restricted only to ASP.NET files

(B) The access is restricted only to static files and non-ASP.NET resources.

(C) Both A and B

(D) None of the Above

Submitted By: Ali Uppal


What is the base class from which all Web forms inherit ?

(A) Page Class

(B) Master Page

(C) Session Class

(D) None of these

Submitted By: Ali Uppal


Submitted By: Ali Uppal


We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?

(A) page_laod event in aspx page

(B) page_load event in code-behind

(C) both will run simultaneously

(D) None of these

Submitted By: Ali Uppal


Which of the following is true about session in ASP.NET ?

(A) The default time interval is 5 minutes

(B) Programmers has to take care of delete sessions after configurable timeout interval

(C) ASP.NET automatically delete sessions after configurable timeout interval

(D) None of the Above

Submitted By: Ali Uppal


In .NET the operation of reading metadata and using its contents is known as _________________?

(A) Reflection

(B) Binding

(C) Serialization

(D) Enumeration

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Which of the following denote ways to manage state in an ASP.Net Application ?

(A) Application objects

(B) Session objects

(C) ViewState

(D) All of the above

Submitted By: Ali Uppal


By default, ASP.NET store SessionIDs in ___________________?

(A) Global variable

(B) Cookies

(C) Database

(D) Database

Submitted By: Ali Uppal


The __________________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues?

(A) CurrentUICulture

(B) CurrentCulture

(C) All of the above

(D) None of these

Submitted By: Ali Uppal