-
Can we write Dotnet Console program in Unix
Can we write Dotnet Console program in Unix ? If yes Give one example.
-
ASMX web service and WCF web service
What is the difference between ASMX web service and WCF web service? How is WCF better than ASMX?
-
Web service as non-web serviced component
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .net component
-
-
Which of the following statements is not true for interfaces
A) Interface definitions does not have implementationB) Interfaces must be declared as publicC) Interfaces can be instantiatedD) Interface does not have constructorsExplanation: Interfaces can only be implemented by inheriting and they can not be instantiated