Basic C#.Net Interview Questions and Answers for Freshers - 1

Question: 1

What is .NET?

.NET technology is a third generation component model.

It uses intermediate language called Microsoft Intermediate Language (MSIL) simply IL to perform interoperability.

Question: 2

What is called MSIL?

It is simply called IL, contains instructions for loading, storing, initializing and calling methods.

Question: 3

List out the .NET Languages?

C#,

C++,

Visual Basic Jscript,

COBOL,

Eiffel,

Perl,

Python,

Small talk,

Mercury Scheme

Question: 4

What is called interoperability?

Interoperability is a property of a product or system, whose interfaces are completely understood, to work with other products or systems, present or future, without any restricted access or implementation.

Question: 5

What are the benefits provided by the COM?

COM provides the following benefits to users,

Reduced software complexity.

Provides distributed development across multiple organizations.

Software maintainability.

Related Questions