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

about triggers?

6 Answers   CSC,


What was the problem in traditional component why side by side execution is supported in .net ?

1 Answers   MMTS,


What are bundling & minification features in asp.net mvc 4?

0 Answers  


explain how you can load related entities in ef (entity framework)?

0 Answers   Microsoft,


What is rxjava used for?

0 Answers  


What is filters in web api?

0 Answers  


How do I use partial view?

0 Answers  


How do you handle variable number of segments in a route definition?

0 Answers  


If we want to construct our own Garbage collector what are the steps things we have to do?

3 Answers   Honeywell, Semantic Space,


How we can register the Area in ASP.Net MVC?

0 Answers  


What is namespace used for loading assemblies at run time and name the methods?

2 Answers  


What is meant by domain model?

0 Answers  


Categories