How is a managed code executed?
Execute a Managed code by following these steps:
•Choosing a language compiler depending on the language in which the code is written.
•Converting the above code into Intermediate language by its own compiler.
•The IL is then targeted to CLR which converts the code into native code with the help of JIT.
•Execution of Native code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between response.redirect & server.transfer?
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....
How to create a key pair in .net?
Difference b/w dataset.clone and dataset.copy ?
what is object lock?
Tell us the differences between an interface and an abstract class in .net?
Explain the Difference between value and reference type.
Explain dataset.acceptchanges and dataadapter.update methods in .net?
How to convert a .NET object into COM operabililty?
0 Answers Petranics Solutions,
What is Garbage Collection in .Net and what is the Garbage collection process?
What are the similarities and difference between class and structure in .net?
Is .net core stable?