Answer Posted / guest
The .NET Framework provides a runtime environment called the
Common Language Runtime or CLR (similar to the Java Virtual
Machine or JVM in Java), which handles the execution of code
and provides useful services for the implementation of the
program. CLR takes care of code management at program
execution and provides various beneficial services such as
memory management, thread management, security management,
code verification, compilation, and other system services.
The managed code that targets CLR benefits from useful
features such as cross-language integration, cross-language
exception handling, versioning, enhanced security,
deployment support, and debugging.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What is entitycontainer? : Entity framework
What is .net framework in simple terms?
What is basic authentication in web api?
Is .net framework going away?
what is use of entity container?
What is NonActionAttribute ?
Which are the important namespaces used in mvc?
What is managed extensibility framework?
What is namespace of asp.net mvc?
When will the .net framework 3.0 be released?
What is iobjectset? : Entity framework
What are Action Filters in ASP.NET MVC and its use?
How can I return string result from action in asp.net mvc?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.