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

if user enters 1 or 2 or any other number in digit format in next textbox it should show the answer in word reading like if enters 12 answer should be twelve

4 Answers  


Tell me how many .net languages can a single .net dll contain?

0 Answers  


What is the difference between datagrid and gridview?

0 Answers  


How do you retrieve the customized properties of a .net application from xml .config file?

0 Answers  


What is versioning in .NET?

3 Answers   HCL,






How would you implement inheritance using vb.net?

0 Answers  


is ADO.NET important to connect sql server? is any other way to connect sql server?

1 Answers  


What is early binding?

0 Answers  


Compare c# and visual basic.net?

0 Answers  


Display a roll having minimum marks in two subjects?

1 Answers   Patni,


What is code security?

0 Answers  


Define naming convention?

0 Answers  


Categories