PHP and ASP.NET Web Development
Questions covering PHP programming, ASP.NET framework, and web services concepts including SOAP and WSDL
Questions
Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below:
- One must override the method ReceiveMessage
- One must override the method InitializeMethod
- Both A) and B)
- One must override the method ProcessMessage
How many classes can a single .NET DLL contain?
- One
- Two
- None
- Many
WSDL stands for
- Web Server Description Language
- Web Server Descriptor Language
- Web Services Description Language
- Web Services Descriptor Language
In ASP.NET the < authorization > section contain which of the following elements
- < allow >
- < deny >
- Both A) and B)
- None of the Above
The actual work process of ASP.NET is taken care by
- inetinfo.exe
- aspnet_isapi.dll
- aspnet_wp.exe
- None of the Above
Which method do you invoke on the DataAdapter control to load your generated dataset with data?)
- Load ( )
- Fill( )
- DataList
- DataBind
The type of code found in Code-Behind class is
- Server-side code
- Client-side code
- Both A) and B)
- None of the above
The .NET framework which provides automatic memory management using a technique called
- Serialization
- Garbage Collection
- Assemblies
- Overriding
- 100
- 55
- a
- 5
- 8b1a9953c4611296a827abf8c47804d7
- 461707669
- f7ff9e8b7bb2e09b70935a5d785e0cc5d9d0abf0
- $23413
- You are working good
- good great
- You are working great
- You are great good
- 1
- 2
- 3
- 4
- really!!! great going
- Really!!! great going
- really!!! great Going
- Really!!! Great Going
Is data Compression/Uncompression API available in .NET 2.0 framework?
- True
- False
What is key advantage of Click Once deployment mechanism?
- One can deploy self-updating Windows applications.
- One can deploy command line applications.
- One can deploy self updating Web applications.
- All of the above.
Generics feature can be applied to -
- Classes
- Methods
- Interfaces
- Events
- All of the above