Answer Posted / k.satymababu
The .net frame work provides a runtime enviornment called
the common language runtime(CLR)
CLR handels the execution of code and provides useful
services fotr the implementation of the program in addition
to execution code.
CLR provides services like
===>Memory management
===>Thread Management
====>Security Management
======>Code Verification
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why do you use the app_code folder in asp.net?
How many types of sessions are there in asp net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Explain how can we inherit a static variable?
To display data in a Repeater control which template you provide?
What is _viewstart?
14. What are your Future Plans for Swatz Oils GROUP U.K?
What are the uses of reflection?
how to elimainte the similar data from the different tables
What is server redirect?
What are the authentication types in asp.net?
Which two new properties are added in asp.net 4.0 page class?
Describe the difference between inline and code behind - which is best in?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
How can we access static variable?