Describe the two main components of the .NET framework ?
Answer Posted / skumar
The .Net framework has two main parts. They are Base class
library and Common Language Run time.
The Base class library gives the classes that are needed for
execute the .net applications.
The CLR is heart of the .Net framework. Which does many
processing in behind scene. Which has lot of internal parts
like Memory Management(Garbage Collection), code
compilation, verification, execution, thread management, JIT
(Just In Time) Compiler, exception handling and debugging.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the use of global.asax file?
Any disadvantages in Dataset and in reflection ?
What is cookies cache and session?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is the full form of asp.net?
Where do the cookie state and session state information be stored?
What are the advantages of using Master Pages?
Can you use Web API with ASP.NET Web Form?
What is the state management in asp.net?
Can you clarified A Web service can only be written in .NET or not?
How to Separate background image and front image from original picture....
What is server components?
What does asp stand for in asp.net?
How Session use Cookies in State Management?
What language is asp.net written in?