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 |
Explain the tools used for unit testing in ASP.Net MVC
How does the .net framework 3.0 relate to the .net framework 2.0?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What are delegates?where are they used
If foreground completes its processing will it wait for background threads?
How to use multiple submit buttons in asp.net mvc?
mention what is the difference between ado.net and classic ado?
What is meant by tempdata in mvc?
What is tempdata?
Have you designed any components?