What is .NET Framework?

Answers were Sorted based on User's Feedback



What is .NET Framework?..

Answer / guest

The .NET Framework has two main components: the common
language runtime and the .NET Framework class library.

You can think of the runtime as an agent that manages code
at execution time, providing core services such as memory
management, thread management, and remoting, while also
enforcing strict type safety and other forms of code
accuracy that ensure security and robustness.

The class library, is a comprehensive, object-oriented
collection of reusable types that you can use to develop
applications ranging from traditional command-line or
graphical user interface (GUI) applications to applications
based on the latest innovations provided by ASP.NET, such as
Web Forms and XML Web services.

Is This Answer Correct ?    2 Yes 0 No

What is .NET Framework?..

Answer / anand

The Microsoft .NET Framework is a software framework that
can be installed on computers running Microsoft Windows
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
Microsoft 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 ?    1 Yes 0 No

What is .NET Framework?..

Answer / amitkumar desai

A .Net Framework is rich technology used to for building very powerful web based as well as windows based applications with good support for sql server

Is This Answer Correct ?    1 Yes 1 No

What is .NET Framework?..

Answer / esas

.NET is not a programming language,its a programming
framework...

The GUI environment Of VB + OOPS concept is called .NET
framework...

It consists of Framework library Classes,MSIL,CLR,CTS

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What is serialization ?

7 Answers   IBM, Karrox, MMTS,


What is .net framework in simple terms?

0 Answers  


What are multicast delegates ? give me an example

1 Answers  


Features in .net framework 1.1 ?

1 Answers   Digital GlobalSoft,


What is the difference between managed and unmanaged code?

12 Answers   IBM,


How we can invoke child actions in ASP.Net MVC?

0 Answers  


Diffence between .net framework 1.0 and 2.0?

2 Answers   DataPoint,


What is entity framework firstordefault?

0 Answers  


What is global assembly cache

2 Answers   BirlaSoft,


Mention the core components of .net framework?

0 Answers  


I'm anfinal yr. engg. student with knowledge of .net. I want to refurnish my knowledge for interview purpose. Which institute is good....I am confused among Peers, Naresh it, Deccansoft...Plz help me to select the right institute.....

9 Answers  


What does assert() method do?

1 Answers   MCN Solutions, Siebel Systems,


Categories