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
Describe in brief .net framework and its components.
Explain what does mvc represent in asp.net? : asp.net mvc
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How can we prepairing Interview
How to unit test Web API?
Can asp.net work on an nt server?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What is server side routing?
What are the Types of state management techniques
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is the best Macanism to clear the Cache in asp.net
Are xaml file compiled or built on runtime?
Where sessions are stored?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Why web api is better than wcf?