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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what is entity data model?

584


Explain the difference between viewbag and viewdata in mvc?

533


Explain dependency resolution?

611


What are the new enhancements done in default project template of asp.net mvc 4?

574


Why we need a separate mobile project template, while we can render our web application in mobile ?

577






What is the significance of nonactionattribute?

575


How large is the .net framework 3.0?

553


What are the options can be configured in AJAX helpers?

579


How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?

495


Is entity framework slow?

512


Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?

619


Mention the core components of .net framework?

570


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

517


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

1794


What is the difference between old ADO.NET and Entity framework coding techniques?

552