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 the difference between renderaction and renderpartial?
mention what are the various methods provided by the dataset object to generate xml?
What is definingquery in entity framework? : Entity framework
Why we need a separate mobile project template, while we can render our web application in mobile ?
Can you explain renderbody and renderpage in mvc?
What is the difference between .net core and .net framework?
What is the difference between tempdata and viewbag?
What is orm entity framework?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Explain the .net framework.
What is the .net framework and how does it work?
What is the difference between adding routes, to a webforms application and to an mvc application?
Explain representational state transfer (rest) in detail?
What are the advantages of razor view engine?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?