Which of the following tool is used to manage the GAC ?
(A) GacSvr32.exe
(B) GacUtil.exe
(C) GacMgr.exe
(D) RegSvr.exe
Which of the following authentication is best suited for a corporate network ?
(A) User
(B) Table
(C) Form
(D) Windows
Which of the following is not the way to maintain state ?
(A) Request object
(B) Hidden fields
(C) View state
(D) Cookies
Which of the following denote value that can be taken by Cache-Control of ASP.NET ?
(A) Private
(B) no-cache
(C) Public
(D) All of the above
In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________?
(A) WindowsPrincipal
(B) WindowDatset
(C) Serialization
(D) None of the Above
An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
(A) Use View State
(B) Use URL munging
(C) Disable ViewState and use Session State
(D) Disable View State and don’t use session state
The number of forms that can be added to a aspx page is______________?
(A) 1
(B) 2
(C) 3
(D) More than 3
Which of the following method is used to obtain details about information types of assembly ?
(A) GetType
(B) GetTypes
(C) Both A and B
(D) None of these
Which of the following is FALSE ?
(A) ASP.NET is a major upgrade over ASP
(B) ASP+ and ASP.NET refer to the same thing
(C) ASP.NET applications run without a Web Server
(D) None of these