What is .NetFramework?

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


Please Help Members By Posting Answers For Below Questions

What does uri mean?

685


Explain about the Class view window?

761


Explain form level validation and field level validation?

742


How many web config files can be created for an application?

609


How to disable validator control by client side JavaScript?

734






What is class and object in asp.net?

710


Explain the Order of events in an asp.net page?

767


Can a .net web application consume java web service?

704


Define authentication and authorization.

822


How would you get asp.net running in apache web servers? Explain it's limitations.

718


How do you do client-side validation in .net? How to disable validator control by client side javascript?

724


Where would you use an ihttpmodule, and what are the limitations of any?

742


How do u deploy your asp.net application?

768


Write the different features of a Thread and a Process?

845


What is a gridview in asp.net?

720