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


Please Help Members By Posting Answers For Below Questions

What are Master Pages in ASP.NET?

571


What is the state management in asp.net?

545


Define reflection in .net?

557


How can you handle exceptions in asp.net?

557


What is recordset asp?

539






Give an example of cookie abuse.

593


Can we have multiple web config files for an asp.net application?

533


What are the different types of sessions in asp.net? Name them?

674


What are the types of authentication in asp.net?

549


Can you use c# without .net?

539


What are the features of asp.net mvc?

523


What are the server controls in asp.net?

456


Is razor a programming language?

527


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

566


Explain the difference between web user control and web custom control?

534