what is mean by framework?
Answers were Sorted based on User's Feedback
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 |
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 |
how to get the vb6.0 COM Component in to the .Net application?
difference between caching objects in session objects?
How can we make sure that Web API returns JSON data only?
Which tools of web site Administartion tool do you use to manage user,roles and rules?
I am trying to redirect another site on button click.
What is caching in asp.net?
wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?
What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?
Which protocol is used in a web api?
Explain server control extensibility with reference to asp.net 2.0 ?
In asp.net 3.5 we can go one page to onther page without using statemanagment concept?
What is difference between user control and custom control?