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
Which methods validate all the controls on a page?
What are the major built-in objects in ASP.NET?
How does a web application session work?
What are the steps involved to fill a dataset?
Explain the difference between globalization and localization techniques
What are the different methods of session maintenance in asp.net?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Which method is used to perform all validation at the page level?
Do you know about caching with the datasource controls?
What is a session http?
What is synchronous and Asynchronous post back ?
Define session in asp.net.
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Explain different types of Caching techniques in ASP.NET?
What are the new login controls in asp.net 2.0?