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
Explain in what order a destructors is called.
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is in a session cookie?
When you use Ajax controls in the ASP.NET application?
What is ispostback method in asp.net? Why do we use that?
Which is better union or union all?
How does asp.net work?
What’s the catch?
Where do the cookie state and session state information be stored?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Explain how is a property designated as read-only?
How to you can limit Access to Web API to Specific HTTP Verb?
What is the concepts of globalization and localization in .net?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Why is asp.net so popular?