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 | 0 No |
Post New Answer View All Answers
What is the question mark in a url?
Define static constructor?
What is Partial PostBack in ASP.NET?
Why is it preferred to not use finalize for clean up?
How will you load dynamic assembly?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Why do you use the app_code folder in asp.net?
What is comparevalidator?
What is cached data phone?
How you can access the values from the Repeater control in ASP.NET?
What are Master Pages in ASP.NET? or What is a Master Page?
Define authentication and authorization.
What is preprocessor in .net?
Explain what is an assembly?
What is the differences between a primary key and a unique key in sql server?