Describe the two main components of the .NET framework ?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

715


Explain the function of new view engine in asp.net? : asp.net mvc

740


If you want to write your own dot net language, what steps you will you take care?

712


What is the base class from which web forms are inherited?

738


Describe the differences between the lifecycles of Windows services and Standard EXE?

821


What is aspect-oriented programming?

718


Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?

719


What is a reflection?

747


How is mvc different from asp.net? : Asp.Net MVC

735


How to send a DataReader as a parameter to a remote client ?

2967


What are the versions of garbage collection?

1644


What is ispostback method in asp.net?

738


Explain MVC model binders?

798


Differentiate globalization and localization.

773


What are Master Pages in ASP.NET? or What is a Master Page?

819