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 base class do all Web Forms inherit from?
I am looking for a fast track course (MAX 15 days) in MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or pune. I am working in mumbai so cannot gor for long course. Can any body suggest me the best couching class or best faculty for the same. Thanks.
What is UDDI and how to register a web service ?
How to customize the trace output?
Explain different types of cookies in .NET?
What is Garbage Collection in .Net? Garbage collection process?
Give an example for setter/ write-only methods
What is the raise event used for?
What is Entity Relationship Model in .NET?
How can we convert XML data into DataBase table IN .Net?
What is use of ContextUtil class?
Explain acid properties?