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 is entitycontainer? : Entity framework
what do you mean by table-per-hierarchy?
Can I customise the serialization process
What is the role of the jit compiler in .net framework?
Can we add constraints to the route? If yes, explain how we can do it?
what is deferred loading(lazy loading)?
What is namespace of asp.net mvc?
Explain test driven development (tdd) ?
What are the Core features of ASP.NET MVC?
VIEWS WITH SYNTAX AND EXAMPLE IN SQL
If foreground completes its processing will it wait for background threads?
Explain how you can send the result back in JSON format in MVC?