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 does occur first in ASP.Net, Authentication or Authorization?
Explain how can we access static variable?
What do you mean by serialize and marshalbyref?
What are the advantages of passport authentication?
What is the syntax for datagrid and specifying columns?
What is difference between or and orelse?
Explain Optimization technique description?
What are session and cookies?
How many validators do ASP.NET have?
How can you register a custom server control to a web page?
Is react a template engine?
What is data reader in asp.net?
Is viewstate secure?
Explain the difference between debug.write and trace.write?
How would you implement inheritance using c#?