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 |
how can you tell ef to have a different table or column name than that defined for the class?
which is good java or Dot net?
Explain tempdata in mvc?
Why string are called Immutable data Type
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
What is the use of action filters in an mvc application?
What was the problem in traditional component why side by side execution is supported in .net ?
Explain the new features added in version 4 of mvc (mvc4)?
What is the advantage of using asp.net routing?
What operating systems will the .net framework 3.0 be available for?
Explain how you can send the result back in JSON format in MVC?
What are actions in asp.net mvc?