-
-
-
-
-
-
-
-
IP address
Write Code to get IP address of the Current Machine?
-
Strong-Typing versus Weak-Typing
What is strong-typing versus weak-typing? Which is preferred? Why?
-
-
-
-
-
-
-
-
-
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) • Application memory isolation • Verification of...
-
What is "Common Language Specification" (CLS)?
CLS is the collection of the rules and constraints that every language (that seeks to achieve .NET compatibility) must follow. It is a subsection of CTS and it specifies how it shares and extends one another libraries.
-
What is a Web Service?
A web service is a software component that exposes itself through the open communication channels of the Internet. Applications running on remote machines, on potentially different platforms, can access these components in a language and platform-independent manner.A Web Service is a group of functions, packaged together for use in a common framework throughout a network.
DotNet Interview Questions
Ans