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 simple data binding?
How do you use viewstate?
Will the asp.net validators run in server side or client side?
Can you set the session out time manually?
What asp.net control can embed xaml into asp.net pages?
What is the difference between the get method () and post method ()?
Apart from IDE what are the enhancements in asp.net 2.0?
What is the mvc model?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Is asp.net a programming language?
What is advantage of code behind coding in ASP.NET?
What is viewstate information stored?
What are session state modes in asp.net?
How many types of validation are there?
Which property is used to identify the Page is Post Back in ASP.NET?