what is mean by framework?

Answers were Sorted based on User's Feedback



what is mean by framework?..

Answer / thishanth

The Microsoft .Net Framework is a platform that provides
tools and technologies you need to build Networked
Applications as well as Distributed Web Services and Web
Applications. The .Net Framework provides the necessary
compile time and run-time foundation to build and run any
language that conforms to the Common Language Specification
(CLS).The main two components of .Net Framework are Common
Language Runtime (CLR) and .Net Framework Class Library (FCL).
what_is_microsoft_.net_framework

Is This Answer Correct ?    2 Yes 1 No

what is mean by framework?..

Answer / kiran

A software framework, in computer programming, is an
abstraction in which common code providing generic
functionality can be selectively overridden or specialized
by user code providing specific functionality. Frameworks
are a special case of software libraries in that they are
reusable abstractions of code wrapped in a well-defined
API, yet they contain some key distinguishing features that
separate them from normal libraries.

Is This Answer Correct ?    9 Yes 13 No

what is mean by framework?..

Answer / guest

FrameWork has Clr

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More ASP.NET Interview Questions

What are Http handler ?

1 Answers   Patni,


What is the sequence in which ASP.NET events are processed?

0 Answers  


What is Web API?

0 Answers  


In which form does the dataset store data in it?

3 Answers   Verinon Technology Solutions,


What do you mean by caching in asp.net?

0 Answers  






What is sql data source control in asp.net?

0 Answers  


Explain about the Class view window?

0 Answers  


In a webpage if i want to give access to only half page ,then what should i do?

3 Answers  


What does the "EnableViewState" property do?

2 Answers  


What are the new web part controls in asp.net 2.0 ?

0 Answers  


what is difference between const, static and readonly?

2 Answers   TVS,


i have one gridview contains edititemtemplate(which contains update and cancel buttons) and i have one item template (contains edit button) i want the code for update and cancelbuttons in edit item template and i want the code for edit button in itemtemplate. please help me

4 Answers  


Categories