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 can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
Define managed code and managed data in .net?
Explain the asp.net page life cycle.
What are the different kinds of assemblies?
What does mean by a neutral culture?
How can we implement a identity (sql server) call in an asp.net page?
Where is session cookies stored?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is asp.net mvc5? : Asp.Net MVC
What are sessions and cookies?
What is cross page posting? How is it done?
Why do we need a web application session?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is class and object in asp.net?
How may clustered index we can create in table?