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 difference between constants, readonly and, static
Where are the routing rules defined in an asp.net mvc application?
What is the significance of nonactionattribute?
what is scalar property?
How do you box a primitive data type variable ?
What is .net framwork?
What are child actions in ASP.Net MVC?
What is storage model? : Entity framework
what is .edmx file and what it contains?
what is datacontrols?
How to Insert a TextBox value in to Sql database using C#.Net coding
How can I tell what .net framework is installed?