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

Which is the best institute in hyderabad to learn DotNet?

152 Answers   Cygnet Infotech, Infosys, Student, SVIT, TCS,


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

0 Answers  


Explain something about model, view and controllers in asp.net mvc?

0 Answers  


What is connected scenario? : Entity framework

0 Answers  


What is the difference between adding routes, to a webforms application and to an mvc application?

0 Answers  






What is associationset? : Entity framework

0 Answers  


How we can handle the exception at controller level in ASP.Net MVC?

0 Answers  


What is separation of concerns in asp.net mvc?

0 Answers  


what is use of entitydatasource control?

0 Answers   Microsoft,


Is it possible to create a custom filter?

0 Answers  


what is use of entity container?

0 Answers   Microsoft,


How does servicing work for the .net framework 3.0?

0 Answers  


Categories