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 entityclient?
Does .NET Framework support SAX?
Can you use Razor code in Javascript in ASP.Net MVC?
What are the 3 main components of an asp.net mvc application?
What is MVVM design pattern?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is the importance of NonActionAttribute?
What is the difference between tempdata and viewbag?
How to use Jquery Plugins in ASP.Net MVC validation?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
explain what is ado.net entity framework?
how to disable the lazy loading framework?
What is a view engine?
what is code first approach?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?