Difference between revisions of "Business logic"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In software engineering, '''business logic''' or '''domain logic''' is the part of the program that encodes the real-world business rules that determine...")
 
(No difference)

Latest revision as of 07:00, 30 August 2016

In software engineering, business logic or domain logic is the part of the program that encodes the real-world business rules that determine how data can be created, displayed, stored, and changed.

Description

Business logic is contrasted with the remainder of the software that might be concerned with lower-level details of managing a database or displaying the user interface, system infrastructure, or generally connecting various parts of the program.

See also

External links