Answer Posted / khagendra(icte)
because CLR have its own CLS and it uses MSIL to convert the language into native through JIT compiler
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is dot net architecture?
What's wrong with a line like this? Datetime.parse(mystring);
What are the advantages of .net core?
Do you know what are three common acronyms used in .net, and what do they stand for?
What is a manifest in .net?
What is different between webusercontrol and in webcustomcontrol?
Explain is the jit an interpreter?
Explain can 2 different applications use the same dll in gac at the same time?
What is cyclomatic complexity and why is it important?
What is a design pattern and what is it for?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
Explain about the features and elements present in Visual studio.NET IDE?
Explain Creational design pattern in .NET?