The Expansion for eSOA
Extensible Service Oriented Architecture
Extensible Schema of Application
Enterprise Schema Oriented Application
enterprise Service Oriented Architecture
As of SAP Netweaver PI 7.1 , the Integration Builder(Design) is replaced by
Operation mapping
Service Interface
Enterprises Service Builder
Communication Component
As of SAP Netweaver PI 7.1 , Interface mapping is replaced by
Message mapping
Communication Channel
Among the following choices which is correct about readonly variable in C# code?
It's the same as a constant
It's value can be assigned only once
You can never assign a value to it
You can assign value multiple times
What is a manifest ?
area where the assembly code is compiled
area in which Debug information is a stored
area in which Assembly metadata is stored
area where variables are initialized
COM objects can be called in C# using :
DLLImport
UsingDLL
DLLCall
CallDLL
In C# an assembly is deployed
Using MSI installer
using XCOPY
using a CAB archive
All of the above
Which among the following is a valid syntax defining a delegate
delegate {TheMethod( int Z) }
delegate void TheMethod(int Z) ;
delegate: TheMethod (int Z)
delegate: {TheMethod (int Z)}
Which of the following is an exclusive feature of C#?
Object Oriented
IL
XML documentation
Garbage Collection
Considering that applications are running in different application domains how does a running application communicate or share data with other application?
using Exceptions
using attributes
using .NET remoting services
using IO