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 / 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 |
Difference between ASP.NET MVC and ASP.NET WebForms?
What are class access modifiers
Explain .net Framework?
What is the version number for the next version of the .net framework, codenamed �orcas�?
If foreground completes its processing will it wait for background threads?
What are the different authentication modes in the .NET environment?
What is the use .glimpse in mvc?
What is filters in web api?
What is Dependency Injection in ASP.Net MVC
How do you enforce garbage collection in .NET
Can any particular component of .net framework 3.0 be removed?
What are multicast delegates ? give me an example