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 properties of Thread class?
What platforms does the .NET Framework run on?
What are sections?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is code first? : Entity framework
What is Reflection in .NET?
Will the finally block get executed if an exception has not occurred
How to update one of my table in database at 4pm every day how it is possible?
Explain linq to entities? : Entity framework
Which version of the common language runtime (clr) does the .net framework 3.0 use?
How we can handle the exception at controller level in ASP.Net MVC?
What does CLR do as soon as an assembly is created ?