How to identify the Code which Complies corresponding
Compiler in .NET?
Means Suppose, i am taking One project A.. in which code is
implemented using C# langugge. And Another Project B..in
Which Code is implemented using VB.NET.
Suppose I am creating Project C. i am adding Reference of
Project A and B to Project C. So, in Project C, how to
identify Project A is Complied through CSCompliler? And
Project B is Compiled VBCompiler at Runtime?



How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am takin..

Answer / jayashree dubey

In .net we have a previlage called CLR(common Language
Runtime) whatever may be the language the project may be
developed with, it will be converted in to IL(machine
language) by means of JIT compiler at runtime.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Dot Net Framework Interview Questions

Difference between ASP.NET MVC and ASP.NET WebForms?

0 Answers  


What are class access modifiers

1 Answers  


Explain .net Framework?

1 Answers  


What is the version number for the next version of the .net framework, codenamed �orcas�?

0 Answers  


If foreground completes its processing will it wait for background threads?

1 Answers   Kanbay,


What are the different authentication modes in the .NET environment?

2 Answers  


What is the use .glimpse in mvc?

0 Answers  


What is filters in web api?

0 Answers  


What is Dependency Injection in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


How do you enforce garbage collection in .NET

1 Answers   Wipro,


Can any particular component of .net framework 3.0 be removed?

0 Answers  


What are multicast delegates ? give me an example

1 Answers  


Categories