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
How we can add the css in mvc?
mention what is the difference between ado.net and classic ado?
Is dapper better than entity framework?
What you mean by routing in asp.net mvc?
What is the .net framework?
What are scaffold templates in mvc?
Is .net framework 4.8 the last version?
What is the difference between .net core and .net framework?
Explain representational state transfer (rest) in detail?
Which are the important namespaces used in ASP.Net MVC?
what is entity sql?
Possible ways to prevent xss attacks on mvc application?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
Is it possible to cancel filter execution?
What is action methods in web api?