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

Is it possible for me to change my aspx file extension to some other name?

0 Answers  


How can you access the properties and controls of master pages from content pages?

0 Answers  


To display data in a Repeater control which templete is provided ?

4 Answers   Siebel,


Where you store Connection string in "Web.Config" file in ASP.NET?

0 Answers   Sans Pareil IT Services,


Where sessions are stored in asp.net?

0 Answers  






What is CLR ? Differentiate between CLR & CTS.

7 Answers   3i Infotech, TCS,


How to implement Authentication and Authorization?

0 Answers   QuestPond,


What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

0 Answers  


Can you change a Master Page dynamically at runtime?

0 Answers  


Tell about WebService in Asp.Net?

5 Answers   Accenture, CTS,


What is query string with example?

0 Answers  


What is role-based security in asp.net?

0 Answers  


Categories