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
Is it possible to cancel filter execution?
Explain what is the difference between view and partial view?
What is storage model? : Entity framework
What are differences between entity framework and l2s? : Entity framework
What is needed for running an application built on winfx on the .net framework 3.0?
Is .net framework backwards compatible?
Are there any parts of the .net framework 3.0 that only work on windows vista?
What are the 3 main components of an asp.net mvc application?
How you can implement custom validation in asp.net MVC?
What is associationset? : Entity framework
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
Explain the role of assembly in the .net framework.
What is iobjectset? : Entity framework