The .NET Framework provides a runtime environment called the Common Language Runtime or CLR. The CLR can be compared to the Java Virtual Machine or JVM in Java. CLR handles the execution of code and provides useful services for the implementation of the program. In addition to executing code, CLR provides services such as memory management, thread management, security management, code verification, compilation, and other system services. It enforces rules that in turn provide a robust and secure execution environment for .NET applications.
Best collection of Interview Questions for Interview preparation - OOPS Questions, jQuery Questions, SharePoint Questions, C# Questions, MVC Questions etc
Wednesday, 6 April 2016
Subscribe to:
Post Comments (Atom)
Featured post
What is SharePoint?
Microsoft SharePoint is an extensible platform that provides a range of products that can help organizations with solution for a variety...
-
In Central Administration, open Service management (“ Manage Services on server ”) Check if “User Profile Synchronization Service” i...
-
The following list contains basic features and properties of extension methods : It is a static method. It must be located in a sta...
No comments:
Post a Comment