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 to create multi language website in asp.net mvc? : Asp.Net MVC
What is asp.net architecture?
How do u deploy ur project?
What symbol specifies the beginning of a query string?
Fetch one page value to another page without using state-managment ?
Which .NET framework supports Web API?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What does the .webpart file do?
What is a Cookie? Where is it used in ASP.NET?
What are the various types of cookies in asp.net?
How many types of session in ASP.NET
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Explain what is an assembly?
What is the difference between abstract class vs interface? Can give me the real time examples?
What is asp.net ajax?