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

What are the types of authentication in .net

1 Answers  


What is entity framework in asp net?

1 Answers  


How do you register the dotnet component or assembly ?

1 Answers   Accenture, BirlaSoft,


What is the meaning of unobtrusive javascript?

1 Answers  


What are authentication filters in web api?

1 Answers  


I can't be bothered with all this CAS stuff. Can I turn it off

1 Answers  


Mention the core components of .net framework?

1 Answers  


What are the properties of Thread class?

1 Answers  


WHICH IS MORE SECURED AMONG JAVA AND .NET?

7 Answers  


What operating systems will the .net framework 3.0 be available for?

1 Answers  


how to create session in .net

3 Answers  


Explain tempdata in asp.net mvc?

1 Answers  


Categories