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
Define application state variable and session state variable?
What are query strings used for?
What is query string? What are its advantages and limitations?
What is clr? Difference between clr & cts?
Is global asax mandatory?
What are resource file and how do we generate resource file?
What is the difference between client-side and server-side validations in webpages?
Explain advantages of caching?
What are tuples?
What is the full form of asp.net?
How many types of validation are there?
Why do we need url encoding?
Web API supports which protocol?
How to deploy/publish webservices?How many ways?Plz explain me
Explain the significance of routing? : asp.net mvc