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
What are the new enhancements done in default project template of asp.net mvc 4?
What is iobjectset? : Entity framework
What is edm in entity framework?
Define the core components of an ASP.NET MVC application?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is Differnce between html.action and ajax.action?
What are the possible razor view extensions?
mention what is the difference between ado.net and classic ado?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
In which assembly is the mvc framework defined?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
If I have multiple filters implemented, what is the order in which these filters get executed?
Explain the methods used to render the views in mvc?
What you mean by routing in asp.net mvc?
Which version of .net framework is installed?