In .NET the operation of reading metadata and using its contents is known as
In ASP.NET if one uses Windows authentication the current request attaches an object called as
Which of the following can be used to debug .NET application?
Which of the following is FALSE?
Which of the following denote value that can be taken by Cache-Control of ASP.NET?
In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is
Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called
Whch of the following is not a member of Response Object?
Which DLL translate XML to SQL in IIS
Select the validation control used for “PatternMatching”
Select the control which does not have any visible interface
Select the output of the statement < form method=post action=”test.aspx” >
In VB.NET Hiding a base class member in the derived class can be done using the keyword
Which of the following is true about Interface class?
The data that is allocated and de-allocated by the Common Language Runtime's garbage collector is called as
What is the difference between HTTP handlers & HTTP modules
Whats is the significance of Response.ClearHeaders( )
Which of the following denote category of value type?
The destructor used with VB.NET is
The access level, signature and the return type can be changed during