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 |
Name a few different return types of a controller action method?
What is Global Assembly Cache (GAC) and what is the purpose of it?
Tell me about the internal working of Garbage collector?
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?
how many ways for pass the parameters in the fuction in c#
What is session state management?
Explain Keep method in Tempdata in ASP.Net MVC?
What is an asynchronous controller in asp.net mvc?
Does the .NET Framework have in-built support for serialization?
What does CLR do as soon as an assembly is created ?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
Can we have more than 1 partial classes in the same file?