-
Remoting
Explain the concept of Remoting.
-
-
-
.Net languages
Name any 6 languages supported by .NET?
-
-
-
Execute scalar
What is the purpose of Execute scalar method of Command object ?
-
What are the Types of Assemblies?
Assemblies are of two types 1. Private Assemblies 2. Shared AssembliesPrivate Assemblies: The assembly is intended only for one application. The files of that assembly must be placed in the same folder as the application or in a sub folder. No other application will be able to make a call to this assembly. The advantage of having a private assembly is that, it makes naming the assembly very...
-
What is "Common Language Runtime" (CLR)?
CLR is .NET equivalent of Java Virtual Machine (JVM). It is the runtime that converts a MSIL code into the host machine language code, which is then executed appropriately. The CLR is the execution engine for .NET Framework applications. It provides a number of services, including: · Code management (loading and execution) · ...
-
-
IP address
Write Code to get IP address of the Current Machine?
-
-
-
Difference between Windows Service and Web Service
What is the difference between a Windows Service Application and a Web Service Application? Please don't hand in the definition from some text book... I'm looking for the functional difference.
-
-
-
-
-
-
DotNet Interview Questions
Ans