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
Is there any property names “isnavigating”?
Can you use c# without .net?
What is ispostback method in asp.net?
How you will manage the state of ASP.NET controls?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is a server farm in iis?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Can user control be stored in library?
What is the difference between rest and restful?
Explain the advantages of caching?
Why do we use sessions?
Explain how asp.net different from asp?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is asp net_sessionid?
Which browsers support the xmlhttprequest object?