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

  • 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

An Abstract cannot be a

NOTE: This is objective type question, Please click question title for correct answer.
What does an assembly contain?

An assembly contains following information:

Assembly manifest: Information about the assembly.

Type metadata: Information about the types.IL Code

Resource files.An assembly manifest contains the following information:

Identity of the assembly

Types and resources

Files

Security permissions
Define Global Assembly Cache

Global Assembly Cache is the place holder for shared assembly. If an assembly
is installed to the Global Assembly Cache, the assembly can be accessed
by multiple applications. In order to install an assembly to the GAC,
the assembly must have to be signed with strong name.
A _____________ is a DLL file whose code can be reused in many other applications

NOTE: This is objective type question, Please click question title for correct answer.
Is the code in EXE file reusable

NOTE: This is objective type question, Please click question title for correct answer.
A _________ is a collection of classes and other types with unique names

NOTE: This is objective type question, Please click question title for correct answer.
In C# project properties we can mention the _______________ but in code we have to explicitly mention the namespace

NOTE: This is objective type question, Please click question title for correct answer.
In VB.Net can we do project level imports

NOTE: This is objective type question, Please click question title for correct answer.
A public class can be accessed ___________ the assembly

NOTE: This is objective type question, Please click question title for correct answer.
Nest class can have ____________ access modifier

NOTE: This is objective type question, Please click question title for correct answer.
Namespace is used only as a ____________

NOTE: This is objective type question, Please click question title for correct answer.
Can a top level class be private

NOTE: This is objective type question, Please click question title for correct answer.
Importance of classLibrary is _____________

NOTE: This is objective type question, Please click question title for correct answer.
_________________ assembly is resource only assembly for a given culture

NOTE: This is objective type question, Please click question title for correct answer.
Who calls the Main method

RunTime(Comman Language Runtime)
Can an application have more than one Entry Point method Main

No, Even if we have multiple Modules with valid Main, one of them has to be mentioned as Startup Object in project properties.

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