Search
.Management Sciences
Category: ASP.net
Whats the significance of Request.MapPath( ) ?
A. Maps the specified absolute path to virtual path
B. Maps the specified virtual path to a physical path
C. All of the above
D. None of the above
Which class can be used to perform data type conversion between .NET data types and XML types ?
A. XmlSettings
B. XmlConvert
C. XmlCast
D. XmlType
If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
A. Maintain the login state security through a View State.
B. Maintain the login state security through a Session.
C. Maintain the login state security through a database.
D. All of the above
An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario whi ?
A. The customer can run on any platform.
B. Such a situation cannot happen at all
C. The customer must be having technology that run ASP.
D. None of the Above
Which of the following is used to write error message in event Log File ?
A. System.EnterpriseServices
B. System.Diagnostics
C. System.Data
D. All of the above
Who can access Session state variables ?
A. All users within a single tunnel
B. All Users of an application
C. A Single session
D. All of the above
Which of the following languages can be used to write server side scripting in ASP.NET ?
A. Visual Basic
B. C
C. C#
D. All of the above
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
The .NET Framework provides a runtime environment called_______________?
A. CLR
B. RMT
C. RC
D. RCT
What attributes do you use to hide a public .Net class from COM ?
A. ComVisible attributes
B. DLLImport Attributes
C. COM Interop
D. All of the above
Recent Comments