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 sta?
What is the importance of Global.asax in ASP.NET?
What is the maximum timeout we can set for Cookies?
In Code-Behind class which kind of code (server or client) is found ?
Explain about solution explorer window?
What is data reader in asp.net?
What is the use of the tag in the web.config file?
Are cookies stored on server or client?
Explain what is event bubbling?
What are the event handlers that we can have in global.asax file?
Why is asp.net so popular?
Which object encapsulates state or data of a user?
What does passport and windows authentication mean in ASP.NET?
What are query strings used for?
What is x xss protection?