Приклади вживання Business logic Англійська мовою та їх переклад на Українською
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Business Logic Rules.
Services and other business logic.
Business logic of the platform.
Political logic is quite different from business logic.
Business logic and market analysis.
Analyze the project goals, objectives and turn your business logic into mobile applications.
Working business logic for lot devices.
A concrete command isn't supposed to perform the work on its own,but rather to pass the call to one of the business logic objects.
Business logic is implemented in Python.
Normalized models allow any kind of analyticalqueries to be executed as long as they follow the business logic defined in the model.
Accessing the business logic layer via a command.
Again, it does not change the applications being used,nor does it require any rewrite of the applications and all existing business logic remains 100% intact.
Business logic is encapsulated in software objects.
Bridge is a structural design pattern that divides business logic or huge class into separate class hierarchies that can be developed independently.
Business logic implementation according to the specs.
Rule engines are no longer simply for defining the rules an expert would use but for any type of complex, volatile,and critical business logic.
I agree that business logic and perfumista logic are not the same.
Business logic remains clear and does not get cluttered with technical infrastructure code.
Interfaced eCommerce software products have their own database and business logic that is synchronized constantly through a connection to a certain back-end system.
All business logic is placed in one location, which allows you to easily change the look or the way of interaction with the user without changing the very business logic. .
An interfaced e-commerce softwareproduct thus has their own database and business logic that are being synchronized constantly through a connection to a certain back-end system.
It transfers the business logic to client applications through various protocols including HTTP.
At the same time, instead of hardcoding and business logic programming, bank's IT department can now focus on the development of the required number of APIs.
As a result, the business logic of your classes gets intertwined with implementation details of other classes.
NET Framework developer to build business logic for a service using WF and expose messaging from that service using WCF.
In the end, the business logic of your classes becomes tightly coupled to the implementation details of third party library.
Net Framework developers to build business logic for a service using Windows Workflow Foundation and expose messaging from that service using WCF.
Should contain business logic(e.g. validation rules) to ensure the represented data fulfills the design requirement;
You want to separate business logic from user interface(UI)logic to make the code easier to understand and maintain.
You split responsibility between business logic classes and presentation classes(cf. the Single Responsibility Principle), which makes your program more readable and understandable.