What is the meaning of term "Framework" in Programming Environment ?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
22990atinesh
Messages
143
Reaction score
1
Hello,
What is the meaning of term "Framework" (Programming Environment). I've usually keep hearing this term, But didn't understand the meaning.
Suppose we we say .NET Framework, then what actually does it refers.
 
Physics news on Phys.org
In very loose terms, a framework usually provides or even enforces much more structure to your application than, say, a mere library. I suggest reading the Wikipedia article on the subject [1] for a general notion of framework. In the .NET case, I would say that it refers to the whole development-side of .NET (with supporting development tools), as opposed to say the run-time part or just the set of libraries.

[1] http://en.wikipedia.org/wiki/Software_framework