Describe the two main components of the .NET framework ?

Answers were Sorted based on User's Feedback



Describe the two main components of the .NET framework ?..

Answer / raghumadhav tirunagari

The .NET Framework has two main components, the class
library and the common language runtime. The library
consists of classes that provide the objects you need for
developing Web applications. Classes also exist for
security, file input/output, and Windows applications. The
classes are organized in a hierarchical structure by
namespaces. Namespaces are logical in that classes belonging
to the same namespace can be split up into multiple files.
The Common language runtime (CLR) provides the services
needed for executing ASP.NET applicaitons. It doesn't matter
if a Web application was created in VB.NET or C# since the
CLR compiles all code to the same intermediate language
(IL). All forms in the same web application, however, must
be created in the same language.

Is This Answer Correct ?    5 Yes 2 No

Describe the two main components of the .NET framework ?..

Answer / 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

More ASP.NET Interview Questions

Can we set which type of comparison we want to perform by the CompareValidator control?

0 Answers   MindCracker,


Where would you use an ihttpmodule, and what are the limitations if any?

0 Answers  


What is the parent class of all the web server control?

0 Answers  


How to use a Master Database in Asp.net?

0 Answers   MCN Solutions,


Is viewstate secure?

0 Answers  






How to Separate background image and front image from original picture....

0 Answers   Sans Pareil IT Services,


In C#.net application is run on linux michine

4 Answers  


How do you handle session management in ASP.NET and How do you implement them. How do you handle in case of SQLServer mode?

1 Answers   DELL, Microsoft,


Should user input data validation occur server-side or client-side? Why?

3 Answers   NIC, Siebel Systems,


Whats the use of @ Register directives ?

4 Answers  


What is the parent class of all web server control?

0 Answers  


Give real time examples for polymorphism, encapsulation, inheritance..

2 Answers   L&T,


Categories