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?



How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am takin..

Answer / 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

More Dot Net Framework Interview Questions

If Controller is not there in MVC Pattern what happens?

2 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


reading doc file in textbox using .net2005 with c#

3 Answers  


What is a model in android?

0 Answers  


what are the different stepts to create shared assemblies?

1 Answers  






Explain the 'page lifecycle' of an ASP.NET MVC?

0 Answers  


Name a few different return types of a controller action method?

0 Answers  


Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.

6 Answers   ABC, Evalueserve,


How do you do role based security ?

1 Answers   Accenture, BirlaSoft,


What is RouteConfig.cs in ASP.Net MVC 4?

0 Answers  


What is the advantage of mvc?

0 Answers  


What is GUID and why we need to use it and in what condition? How this is created

1 Answers  


Categories