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 |
What are the types of authentication in .net
What is entity framework in asp net?
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
What is the meaning of unobtrusive javascript?
What are authentication filters in web api?
I can't be bothered with all this CAS stuff. Can I turn it off
Mention the core components of .net framework?
What are the properties of Thread class?
WHICH IS MORE SECURED AMONG JAVA AND .NET?
What operating systems will the .net framework 3.0 be available for?
how to create session in .net
Explain tempdata in asp.net mvc?