Top "Business-logic" questions

Business logic is the abstract thought process behind decision making in human transactions.

Where does business logic go in rails?

I'm an ASP.NET MVC developer just starting with my first big project on rails however Im confused as where …

ruby-on-rails business-logic
Django Rest Framework Business Logic

I am trying to create a backend with Django Rest Framework and am trying to determine where to place the …

python django django-rest-framework business-logic
What is the difference between a web service and application layer of code in an application server

Hello I am a newbie to n-tier architecture and was trying to find out the difference between what an application …

web-services service business-logic n-tier-architecture
How to use FluentValidation within c# application

I am building an application that has the following layers Data - Entity Framework Context Entities - Entity Framework POCO …

c# entity-framework asp.net-web-api business-logic fluentvalidation
Business Logic Classes Naming

I have a business layer that has some business objects/POCOs/entities/whatever. I also have some repositories for the …

c# business-logic business-objects business-logic-layer
MVVM - Validation

We're trying to figure out validation in the mvvm doing validation in the business logic or model. I've implemented the …

c# validation mvvm business-logic
C# Windows Forms App: Separate GUI from Business Logic

I would like some advice on how to separate the UI and business logic in a simple C# Windows Forms …

c# events user-interface business-logic
php function array_keys equivalent in jquery

Possible Duplicate: how to fetch array keys with jQuery? php built-in function array_keys(), equivalent in jquery is there any …

php jquery logic business-logic
Where to put such business logic? Service vs DAO?

Given: Spring MVC - Hibernate. Controller -> Service -> DAO Now I have a method which retrieves something …

model-view-controller spring-mvc business-logic
Where to put business logic in django

For example, Account 1--> *User --> 1 Authentication 1 account has multiple users and each user will have 1 authentication I …

django django-models transactions django-admin business-logic