Answer Posted / harshad lakkad (bapunagar part
The .NET Framework is a software framework that can be
installed on computers running operating systems. It
includes a large library of coded solutions to common
programming problems and a virtual machine that manages the
execution of programs written specifically for the
framework. The .NET Framework is a key That offering and is
intended to be used by most new applications created for
the Windows platform.
The framework's Base Class Library provides a large range
of features including user interface, data and data access,
database connectivity, cryptography, web application
development, numeric algorithms, and network
communications. The class library is used by programmers,
who combine it with their own code to produce applications.
Programs written for the .NET Framework execute in a
software environment that manages the program's runtime
requirements. Also part of the .NET Framework, this runtime
environment is known as the Common Language Runtime (CLR).
The CLR provides the appearance of an application virtual
machine so that programmers need not consider the
capabilities of the specific CPU that will execute the
program. The CLR also provides other important services
such as security, memory management, and exception
handling. The class library and the CLR together constitute
the .NET Framework.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Using code explain Configuration Management
How many validators do ASP.NET have?
Explain file-based dependency and key-based dependency.
Where viewstate value is stored in asp.net?
What do you mean by authorization?
What is the used of "ispostback" property?
About CLR, reflection and assemblies?
What is clickid?
What is difference between ispostback and autopostback in asp net?
How to rename a table using sql queries?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is syntax code to send email from an asp.net application?
Why Unload event of MasterPage Calls first in ASP.net ?
How Session outproc in Sqlserver stored?
Can we use html in asp.net?