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 is difference between html.beginform and ajax.beginform?
What is the difference between windows vista and .net framework 3.0 ?
what is entity sql?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Explain the advantages of asp.net mvc over asp.net?
mention what is csdl, ssdl and msl sections in an edmx file?
Explain Bundle.Config in ASP.Net MVC4?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
Explain two instances where routing is not implemented or required?
What is NonActionAttribute ?
What is the use of the default route?
explain what does .edmx file contains?
Which version of .net framework is installed?
What are the sub types of ActionResult?
What is connected scenario? : Entity framework