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
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Explain the function of new view engine in asp.net? : asp.net mvc
If you want to write your own dot net language, what steps you will you take care?
What is the base class from which web forms are inherited?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is aspect-oriented programming?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
What is a reflection?
How is mvc different from asp.net? : Asp.Net MVC
How to send a DataReader as a parameter to a remote client ?
What are the versions of garbage collection?
What is ispostback method in asp.net?
Explain MVC model binders?
Differentiate globalization and localization.
What are Master Pages in ASP.NET? or What is a Master Page?