Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called ________________?
A. Threading
B. AppDomain
C. RCW
D. Serialization
A. Threading
B. AppDomain
C. RCW
D. Serialization
A. Top-down
B. Bottom-up
C. Waterfall
D. Pipeline
Give one word: What model does ASP.NET request processing is based on__________________? Read More »
ASP.net A.
B.
C. Both A and B
D. None of these
In ASP.NET the section contain which of the following elements ? Read More »
ASP.net 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
A. XmlSettings
B. XmlConvert
C. XmlCast
D. XmlType
A. page_laod event in aspx page
B. page_load event in code-behind
C. both will run simultaneously
D. None of these
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
Which of the following is true about session in ASP.NET ? Read More »
ASP.net A. Reflection
B. Binding
C. Serialization
D. Enumeration
A. System.Activator
B. ProxyWebPartManager
C. WebPartManager
D. None of these
A. Application objects
B. Session objects
C. ViewState
D. All of the above
Which of the following denote ways to manage state in an ASP.Net Application ? Read More »
ASP.net