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
Explain cookies with example.
What is session and application variable in asp net?
Define satellite assemblies.
What is the extension of master page in asp.net?
What are the different types of proxy patterns?
Who generates session id?
What is custom attribute?
How to retrieve user name in case of Window Authentication?
What is session mode in asp.net?
When Cookies are expired in ASP.NET?
What parameters can you pass in the url of the api? Can get and post use the same url?
What is server redirect?
What is the life cycle of web page?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is another word for redirect?