About 2,540,000 results
Open links in new tab
  1. What is a software framework? - Stack Overflow

    Jun 3, 2010 · A framework provides functionalities/solution to the particular problem area. Definition from wiki: 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.

  2. What is the difference between a framework and a library?

    Sep 29, 2008 · The main difference betwen a Library and a Framework is the dependency betwen their own code, in oder words to use a Framework you need to use almost all the classes, modules or code in the FW, but to use a Library you can use one or few classes, modules or code in the lib in your own application

  3. What does a "framework" actually mean? - Stack Overflow

    Sep 25, 2012 · A software framework is a universal, reusable software platform used to develop applications, products and solutions. Software frameworks include support programs, compilers, code libraries, an application programming interface (API) and tool sets that bring together all the different components to enable development of a project or solution.

  4. What is the difference between a language and a framework?

    Dot net is a framework which consists of large libraries and supports many programming languages.. C# is a programming language through which you can give instruction to a machine mainly computer.. Now if your source code is in C# you can use Dot net framework libraries and the source code which is written in other languages..

  5. terminology - Framework vs. Toolkit vs. Library - Stack Overflow

    Jul 21, 2015 · A framework is a robust library or collection of libraries that provides a "foundation" for your code. A framework follows the Inversion of Control pattern. For example, the .NET framework is a large collection of cohesive libraries in which you build your application on top of.

  6. What's the difference between an "engine" and a "framework"?

    Like a framework, it has control over the application. However unlike a framework, you don't bind your subroutines to the engine but use its built in API to perform certain tasks (which is like a library). In summary, a framework is the structure of the application which you can extend and tailor by binding your subroutines to it.

  7. What is the difference between a platform and a framework?

    In programming, frameworks allow programmers to concentrate on the actual tasks they are faced with rather than to waste their time reinventing the wheel. Usually, frameworks are shipped with a set of predefined functions and classes.

  8. What is the difference between a class library and a framework

    Aug 9, 2010 · A framework is usually a recurring pattern/solution targeted towards a specific context e.g. a GUI Framework. A framework more than often implies that you write certain pieces as dictated by the framework designers, slot them in the expected/correct places and it should work. e.g. Spring is a framework for DI.

  9. aop - What is aspect-oriented programming? - Stack Overflow

    May 23, 2017 · Spring AOP (Aspect-oriented programming) framework is used to modularize cross-cutting concerns in aspects. Put it simple, it’s just an interceptor to intercept some processes, for example, when a method is execute, Spring AOP can hijack the executing method, and add extra functionality before or after the method execution.

  10. Difference between a module, library and a framework

    Nov 4, 2010 · The difference between a framework and other kinds of modules in a program is that the former emphasizes a mostly complete, freezed but adaptive and extensible solution of some common work, so the user of the framework can focus on the domain-specific and project-specific problems instead of writing glue code to put different libraries together ...

Refresh