Describe the two main components of the .NET framework ?
Answers were Sorted based on User's Feedback
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 |
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 |
What is boxing and unboxing ?
7 Answers Accenture, Infosys, MedTek,
what is the differance between .DLL & .EXE
10 Answers Infinite Computer Solutions,
4. How do you plan to achieve these goals?
7 Answers Burger King, Latest, Swatz Oils,
Describe the difference between inline and code behind - which is best in a?
What are all the ways to find out types of objects?
Project Architecture (3tier, n-tier)
What is the difference between Hash table and Array list?
How many types of file extensions for razor views in ASP.Net MVC?
where the stored procedure are written in business logic or data acess layer?
What is new asp.net core?
What are the differences between Trace and Debug?
Explain what are delegates?