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

What is interval time of GC in .net

2 Answers  


What are the action filters available in asp.net mvc

1 Answers   TCS,


What is the difference between the get method () and post method ()?

0 Answers  


Why asp.net is better than php?

0 Answers  


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

0 Answers  






Explain how to prepare culture-specific formatting in .net.

0 Answers  


difference between gridview,data list and repeater control

7 Answers   ABC, Olive Tech,


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

0 Answers   UGC Corporation,


What is Active Directory? What is the namespace for that?

2 Answers  


What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 Answers   Syntax Softtech,


Which object encapsulates state or data of a user?

0 Answers  


What is the difference between rest and restful?

0 Answers  


Categories