What is CLR and how it generates native code ?
Answer / narayansahu
CLR stands for Common Language Runtime. It's the runtime
environment of .Net Framework. It has one component called
JIT or JITTER (Just in time translator) which is
responsible for translating code from MSIL To Native code
on the fly.
The scene is like this on source machine
Any .net------> CLR-> MSIL Code
compliant code
On Detination MAchine
MSIL Code --> CLR(JIT)----> NAtive code--> os
| Is This Answer Correct ? | 33 Yes | 2 No |
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
How to change the action name in mvc?
What is difference between shared and public
Define the core components of an ASP.NET MVC application?
Explain encapsulation
1 Answers HPCL, Hughes Systique Corporation,
Can a nested object be used in Serialization
can we call the garbage collector to run explicicitly?
What is code first? : Entity framework
What is Reference type and value type
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.
what are the different stepts to create shared assemblies?
Explain how you can send the result back in JSON format in MVC?