About 48,700 results
Open links in new tab
  1. What is a software framework? - Stack Overflow

    Jun 3, 2010 · A software framework, in computer programming, is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by …

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

    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 …

  3. terminology - What is meant by framework, programming …

    The distinction between programming languages and scripting languages is ill-defined. In my opinion, we should dispense with the term "scripting language" and just call them all …

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

    Sep 29, 2008 · A software framework may include support programs, code libraries, a scripting language, or other software to help develop and glue together the different components of a …

  5. 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, …

  6. architecture - What is opinionated software? - Stack Overflow

    Nov 2, 2018 · I often see people saying that certain software is "very opinionated" or that Microsoft tends to write "un-opinionated" frameworks. What does this actually mean?

  7. What is an Object-Relational Mapping Framework? [duplicate]

    Simply, Entity Framework is an Object Relational Mapping (ORM) framework, you are able to define structure in your database using code. Additionally, you can use code for your queries …

  8. What is an ORM, how does it work, and how should I use one?

    C#: NHibernate or Entity Framework If you want to try an ORM library in Web programming, you'd be better off using an entire framework stack like: Symfony (PHP, using Propel or Doctrine). …

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

    A programming language is a specified, standardized method of communication between the programmer and computer (in modern languages, technically it's between programmer and …

  10. What is the meaning of robust framework( related to programming)?

    Sep 3, 2021 · Spring is an almost 20 years old Framework that is wildly used in the Java world and thus it is battle-tested because so many people in so many different contexts are …