Answer Posted / abhinay kumar
Every language has runtime host/environment.
such as java has jvm. similarly .net has CLR.
which covert the s.c to il/msil/cil and after it jit
comvert the msil code to machine code
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain repository pattern in asp.net mvc? : asp.net mvc
Is asp.net 64-bit enabled? How?
Is it true that a Web service must be written in .NET or not?
What are the types of authentication in asp.net?
Which .NET framework supports Web API?
What is an axd file?
What is the biggest disadvantage of “Other Return Types” in Web API?
Why session management is required?
How we implement web farm and web garden concept in asp.net?
What is authentication in asp.net?
In ViewState How much lifespan items stored?
What is the difference between debug and release?
What parameters can you pass in the url of the api?
What is the purpose of using MVC programming pattern in ASP.NET?
What is server components?