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
How do active server pages work?
How can u deifne the benefits and limitation of using Viewstate for state management?
Can we use a static function with a non-static variable?
What does the orientation property do in a menu control?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What are the types of authentication in asp.net?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
where can i gather the materials for MCP certification
What are the Difference between asp.net and asp ?
What is the maximum amount of memory any single process on windows can address?
What are the validation controls available in ASP.NET?
What is ispostback method in asp.net? Why do we use that?
What is asp.net web pages?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Explain asp.net web forms.