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
How long should a session id be?
What is the difference between client-side and server-side validations in webpages?
What are assemblies and namespaces and explain the difference between them ?
What is the purpose of master page?
What are the session variables?
Explain the purpose of storyboard.targetproperty.
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What are the different method of navigation in asp.net?
Explain the difference between inline and code behind - which is best in?
what is publisher?
What is mvc in angular?
How long does an http session last?
What is the difference between the asp and asp.net?
How can you access the properties and controls of master pages from content pages?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?