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
How do session tokens work?
Define a static class?
What is tracing? Where is it used?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
How u refer webservices?
Explain MVC model binders?
How to implement globalization and localization in the use interface in .net.
Define reflection in .net?
What is the difference between login controls and forms authentication?
What are the Types of session management in ASP.NET
Why we go for mvc instead of asp.net? : Asp.Net MVC
How do you use viewstate?
What is the asp.net control toolkit?
What is cookies in asp net?
How will you load dynamic assembly? How will create assesblies at run time?