C# Exclusive Interview Questions and Answers (453) - Page 19

  • A joint initiative from DotNetFunda.Com and Questpond.
  • A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
  • You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.

453 records found.

Get 650+ Questpond's Interview videos on discount

What is .Net Framework

The .NET Framework is the infrastructure for the new Microsoft .NET Platform.
The .NET Framework is a common environment for building, deploying, and running Web Services and Web Applications
What is MSIL : Microsoft Intermediate Language (MSIL)

An intermediate language generated by compiler is called MSIL. All .Net
assemblies are represented in MSIL.The main Advantage of using MSIL is it provides equal performance for multiple language programming, as code is compiled to native code.
What are Two main Components of .Net Framework

1.Common Language Runtime
2:Base Class Library.
Describe .Net Framework Class Library

The Base Class Library (BCL), part of the Framework Class Library (FCL), is
a library of functionality available to all languages using the .NET
Framework. The BCL provides classes which encapsulate a number of common
functions.
Explain the role of assembly in the .Net Framework

.Net Framework keeps executable code or DLL in the form of assembly. .Net
Framework maintains multiple versions of the application in the system
through assembly. The assemblies have MSIL code and manifest that
contains metadata. The metadata contains version information of the
assembly.
What is the difference between un-safe code & un-managed code.

Un-managed code runs outside the CLR control while the Un-safe code runs inside the CLR control. Both of these may use pointers & direct memory
access.
What is the procedure to add assembly to GAC to make it shared one

Go to visual studio command prompt use the following command GACUTIL -i "PATH of the dll"
MS.NET framework SDK is used for _____________ of .NET applications

NOTE: This is objective type question, Please click question title for correct answer.
To use any non .NET applications like PHP, ___________ should be installed over studio

NOTE: This is objective type question, Please click question title for correct answer.
.exe is an ____________ . It __________ run on it's own

NOTE: This is objective type question, Please click question title for correct answer.
The output of any .NET program is a ___________

NOTE: This is objective type question, Please click question title for correct answer.
The return value of an application is called as __________

NOTE: This is objective type question, Please click question title for correct answer.
Range for n-bits signed number a. -2n-1 to 2n-1 -1 b. 2n-1 to 2n-1 +1 c. 0 to 2n-1 d. 2n-1 to 2n -1

NOTE: This is objective type question, Please click question title for correct answer.
In VB.Net, If main is written in class, it must be declared as

NOTE: This is objective type question, Please click question title for correct answer.
Reference type holds the reference to the values on

NOTE: This is objective type question, Please click question title for correct answer.
What is DLL Hell and how is it solved

Its slang used in COM technology where it was ambiguous to invoke assembly
which has two different copies existing together with the same name. In
.NET technology, it has been overcome with version control concept
What is the core library of CLR

MSCORLIB.DLL is the core library of CLR
Difference between Namespace and Assembly

Assembly is physical grouping of logical units,Namespace forms the logical boundary for a group of classes.Namespace can span multiple assembly.

More C# Interview Questions & Answers here

Found this useful, bookmark this page to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape

 Exclusive Interview Questions and Answers Categories