Answer Posted / suresh mediboyina
CLR is Excutive environment of .NET Applications.
.Net source code converted into MSIL code and then CLR
converts machine understanable code by using JIT compliers.
CLR takes care about of Code Access Security,Gerbage
Collector,Converting compile code to mechine understable
code,versioning and etc
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
How to deploy/publish webservices?How many ways?Plz explain me
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Why we use content place holder in asp.net?
What is the page life cycle in asp.net?
What is owin authentication?
what is publisher?
How would you get asp.net running in apache web servers? Explain it's limitations.
How to prepare culture-specific formatting in .net.
How are sessions stored?
Where sessions are stored in asp.net?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
How do you do Client-side validation in .Net?
What is web api and why to use it?
Do you know about caching with the datasource controls?
How many web config files can be created for an application?