Answer Posted / 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 |
Post New Answer View All Answers
What is ispostback method in asp.net?
Explain what is clr?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What are the types of validation in asp net?
What is the difference between cache and cookies?
How can you register a custom server control to a web page?
What is the difference between equals() and == in c#?
Write code to send e-mail from an asp.net application?
Explain what is postback in asp. Net?
What do you mean by serialize and marshalbyref?
How to unit test Web API?
What are the different methods of session maintenance in asp.net?
Explain the difference between value type and reference type?
What is webresource axd?
What are the features of asp.net mvc?