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

What is the use of view state?

523


what is the difference between response.write() and response.output.write()?

693


Explain server control extensibility with reference to asp.net 2.0 ?

537


Explain the advantages of caching?

529


What is Bundling and Minification in MVC?

578






Explain the disadvantages of viewstate?

567


What is http post action?

540


Explain the flow of processing of the request? : asp.net mvc

532


Explain in what order a destructors is called.

577


Differentiate between a page theme and a global theme?

519


What do you mean by authorization?

518


Explain the use of view state?

556


Explain what is an abstract class?

550


Can I read the hard disk serial # of the client computer using asp.net?

554


Is it possible to create web application with both webforms and mvc?

532