Web Hosting Help - ASP and .NET Hosting
You're currently browsing the answers and replies to a question asked related to asp and .net hosting. If you wish to post a better answer or share greater insight into this question, feel free to post it.
| Posted On: Tue 20 January, 2004 Asked By: Anonymous |
What are the main components in the Microsoft .NET framework? |
| Posted On: Tue 20 January, 2004 Answered By: Anonymous |
| The main two components in the .NET framework are the common language runtime (CLR) and the .NET framework class library. The CLR provides the common services for .NET Framework applications. Programs can be written for the common language runtime in just about every language, including C, C++, C#, and Microsoft Visual Basic, as well as some older languages, such as, FORTRAN. The runtime simplifies programming by assisting with many mundane tasks of writing code. These tasks include memory management, security management, and error handling. The framework class library includes prepackaged sets of functionality that developers can use to more rapidly extend the capabilities of their own software. |
Do you have an answer or something to share as well regarding this question?

