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 the mvc pattern (model view controller pattern)?

801


what is code first approach?

879


What is the use of view model in asp.net mvc?

918


what is entity framework advantage?

832


What are Non Action methods in ASP.Net MVC?

837


Do I need microsoft .net framework?

768


How we can call a javascript function on the change of a dropdown list in mvc?

836


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?

781


Possible ways to prevent xss attacks on mvc application?

782


What are Model Binders in ASP.Net MVC?

918


which are the key concepts of entity data model?

844


Explain the methods used to render the views in ASP.Net MVC?

901


What is the advantage of mvc?

837


What is Attribute Routing in ASP.Net MVC?

833


Can we change web.config settings from iis?

806