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
Difference between .NET and previous version?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What permissions do asp.net applications posses by default?
What is a 401 redirect?
What is .net remoting?
Will session work if cookies is disabled?
Can I have a unique key as foreign key?
Define static member?
How long do session variables last?
Explain difference between dataset and datareader?
When should I use server transfer and response redirect?
Can I read the hard disk serial # of the client computer using asp.net?
What is xaml? Are xaml file compiled or built on runtime?
what is publisher?
Define web services in asp.net.