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 |
about triggers?
What was the problem in traditional component why side by side execution is supported in .net ?
What are bundling & minification features in asp.net mvc 4?
explain how you can load related entities in ef (entity framework)?
What is rxjava used for?
What is filters in web api?
How do I use partial view?
How do you handle variable number of segments in a route definition?
If we want to construct our own Garbage collector what are the steps things we have to do?
3 Answers Honeywell, Semantic Space,
How we can register the Area in ASP.Net MVC?
What is namespace used for loading assemblies at run time and name the methods?
What is meant by domain model?