What is .NetFramework?



What is .NetFramework?..

Answer / 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

More ASP.NET Interview Questions

How Many types of Page Load functions in asp.net

2 Answers  


what is session . how it is use ?

3 Answers   TCS,


Does google crawl redirects?

0 Answers  


Give a few examples of page life cycle events.

0 Answers   Accenture,


Where are session variables stored?

0 Answers  






what is CLR?

3 Answers   PrimeLine,


How would you create a permanent cookie?

0 Answers  


Is overloading possible in web services?

2 Answers   Microsoft,


What's the advantage of using System.Text.StringBuilder over System.String?

3 Answers   IBM, IdeaLake, Infosys,


Give an example appropriate use forweb service as opposed to a non-serviced .NET component

1 Answers   Siebel,


What does mvc represent in asp.net? : asp.net mvc

0 Answers  


I am opening Crystal Report in asp.Net 3.5. Report is opening very well but when I click on Refresh button of Crystal Report then it gives "Missing Parameter values" I also tried property of CR Viewer like crViewer.ReuseParameterValuesOnRefresh = True But it is not working. Plz give me solution.

1 Answers  


Categories