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 |
what is session . how it is use ?
How do cookies work?
What is the purpose of session management?
When should we use abtract class and Interface Class?Give an Example
4 Answers Accenture, Cap Gemini, L&T, RM,
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
To call a Web service which transport protocol you can use?
Difference between server.Execute and response.redirect ?
5 Answers Accenture, Keane India Ltd,
Which is better asp.net or php?
explain ado.net
we can able to display a MessageBox in asp .net without using any script langages?
What are the layouts of ASP.NET Pages?
What are the types of assemblies and where can u store them and how a private assembly is used only by a single application, and is stored in that application's install directory (or a subdirectory therein)?