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 mvc pattern (model view controller pattern)?
what is code first approach?
What is the use of view model in asp.net mvc?
what is entity framework advantage?
What are Non Action methods in ASP.Net MVC?
Do I need microsoft .net framework?
How we can call a javascript function on the change of a dropdown list in mvc?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
Possible ways to prevent xss attacks on mvc application?
What are Model Binders in ASP.Net MVC?
which are the key concepts of entity data model?
Explain the methods used to render the views in ASP.Net MVC?
What is the advantage of mvc?
What is Attribute Routing in ASP.Net MVC?
Can we change web.config settings from iis?