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
Explain the asp.net session state modes.
Where is cookie used in asp.net?
Where you store Connection string in "Web.Config" file in ASP.NET?
Why is it preferred to not use finalize for clean up?
What are the new features implemented in ASP.NET?
Are cookies client side or server side?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is postback pixel?
How you will handle session when deploying application in more than a server?
What is state management techniques in asp.net?
What is skin in asp.net?
What is syntax code to send email from an asp.net application?
What is difference between web api and web services?
What is parse in asp.net?
What is diff. Between abstract class and an interface?