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 “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
Where is tempdata stored?
What are Action Methods in ASP.NET MVC?
What is ViewData and TempData in ASP.Net MVC?
How we can handle the exception at controller level in ASP.Net MVC?
What is controllercontext?
Explain what is the difference between view and partial view?
Is razor a server side?
What is the CTS
What is the use of viewmodel in mvc?
Why to use Html.Partial in ASP.Net MVC?
Is dapper faster than entity framework?