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 Posted / 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 |
Post New Answer View All Answers
what is use of entity container?
explain what is ado.net entity framework?
Is it possible to share a view across multiple controllers?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What is the use .glimpse in mvc?
How can I tell what .net framework is installed?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
What are the components required to create a route in mvc?
What is the difference between tempdata and viewbag?
Give an example for authorization filters in an asp.net mvc application?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What symbol would you use to denote, the start of a code block in razor views?
What is entity framework used for?
What is ViewData and TempData in ASP.Net MVC?
What is difference between html.beginform and ajax.beginform?