what do you mean by .Net Framework

Answers were Sorted based on User's Feedback



what do you mean by .Net Framework..

Answer / remya murali

It is a collection of classes and services.It exists as a
layer between.NET applications and underlying operating
sytem.
ie it encapsulates the basic functionality that was
eaerlier built into programming languages such as debugging
and security services.

Is This Answer Correct ?    76 Yes 7 No

what do you mean by .Net Framework..

Answer / ilayaraja

.Net framework is a runtime environment that makes it much
easier to write good,robust code quickly and to
manage ,deploy and revise the code

Is This Answer Correct ?    38 Yes 4 No

what do you mean by .Net Framework..

Answer / satyambabu

The .net frame work contain the utilities and tools.
The .net frame work has two main components.
1>common language run time and
2>.net frame work class library
common language runtime
------------------------
runtime agent the manages code at executin time,providing
core services such as memory management and
threadmanagemant remorting security and robustness.

class library
-------------
class library is acomprehensive,objectoriented collection
of reusable types that you can use to develop applications
ranging from traditional command line or graphical
userinterface(GUI).APPLICATION TO APPLICATION based on
latest innovations provided by asp.net,such as web forms
and xml webservices.

Is This Answer Correct ?    17 Yes 4 No

what do you mean by .Net Framework..

Answer / aparna

the .Net framework actually wraps the O.S insulating
software development with .Net
for most of the O.S specifics such as file handling and
memory allocation

Is This Answer Correct ?    17 Yes 7 No

what do you mean by .Net Framework..

Answer / neetu chauhan

.net framework is a collection of services & classes.it
exists as a layer b/w .net applications 7 the underlying
operating system.
.net framework consists of web forms,window forms & console
applications that pertain to the presentation layer of the
aaplication.
.net framework consists of two other components,the .net
framework base classes & common language runtime(CLR).

Is This Answer Correct ?    9 Yes 0 No

what do you mean by .Net Framework..

Answer / shana vahid

.Net framework is the layer between Application developed in
the .net and operating system.
.net Framework is the platform for building, deploying and
running application ans services.
.net framework contain 2 Main parts
1. CLR
2.Class Libraries

Is This Answer Correct ?    8 Yes 1 No

what do you mean by .Net Framework..

Answer / praveen_pn66

.NET frame work is collection of services and objetoriented
software progamming

Is This Answer Correct ?    13 Yes 7 No

what do you mean by .Net Framework..

Answer / srinivas

It is a special s/w Which will mask the functionality of
os and makes the program to run under its control

Is This Answer Correct ?    9 Yes 3 No

what do you mean by .Net Framework..

Answer / quratulain

According to MicroSoft The .Net Frame Word is a Platform
for Building ,Deploying and Running Web Services and
Applications.It provides a highly productive,Standards-
Based ,MultiLanguge Enviroment
It consists of three Main parts :
1.Common Language Runtime(CLR)
2.A Hierarehical Set of Unified Class Libraries.
3.A Componentized version of Active Server Pages Called
Asp.Net

Is This Answer Correct ?    10 Yes 5 No

what do you mean by .Net Framework..

Answer / renuka

.Net Framework is a s/w environment which sits on operating
system that has lot of precoded components like
CLR,BCL,ADO.NET,XML,WEBSERVICES that allows us to
design,develop,deploy a variety of applications including
web and windows based applications.

Is This Answer Correct ?    8 Yes 3 No

Post New Answer

More VB.NET Interview Questions

Define cls?

0 Answers  


Name a feature which is common to all .net languages?

0 Answers  


Explain the difference between value and reference types?

0 Answers  


Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.

2 Answers  


Explain public assembly?

0 Answers  


What is stack used for in vb. Net?

0 Answers  


Explain the use of console application?

0 Answers  


Tell us how many languages are supported by .net?

0 Answers  


What is the DIfference between Friend and Protected Friend?

6 Answers   CTS, Sykes Enterprises, TCS,


What is the difference between datagrid and gridview?

0 Answers  


what is interface and when it is used?

0 Answers  


what r the properties should be given to set method?

2 Answers   PSI Data Systems,


Categories