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

In vb.net how to connect crystal report?

1 Answers  


What is code access security?

0 Answers  


Is vb.net a programming language?

0 Answers  


What is stack used for in vb. Net?

0 Answers  


What is the significance of delegates. Where should they be used? What are the situations where we require them?

0 Answers  






What is the class that allows an element to be accessed using unique key?

0 Answers  


hi,everyone. i got a problem in handling linklabels. i've more than one linklabels in a form. i used following event handler to handle the event 'LinkClicked' of Linklabel. private sub LinkLabel1_LinkClicked() Handles LinkLabel1.LinkClicked,LinkLabel2.LinkClicked ............... .......... end sub My question is how to identify the 'Linklabel1' and 'Linklabel2'. i dont want to handle the events of linklabels individually.

1 Answers  


Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate

0 Answers   TCS,


There are three versions of VB6--Learning Edition, Professional and Enterprise. Is VB.Net similar?

1 Answers  


What is the maximum size of the textbox?

0 Answers  


when do we need a multiple document interface?

2 Answers  


Where is the Version Information Stored on a assembly ? Write the Namespace to load assemblies at runtime Can you allow a class to be inherited but prevent the method from being overridden ? What happens in memory when you box and unbox a value type ? Write a progtam to convert decimal to byte without using library function.

2 Answers   HCL,


Categories