Bart Calixto
Member since May 28, 2013
- Profile: /members/10919-bart-calixto.htm
- Comments: 2
Recent Blog Comments By Bart Calixto
-
What The Heck Is Business Logic Anyway?
Posted on Jul 2, 2014 at 9:20 PM
My 2 cents. Application Logic consumable logic. Change aspects, behavior, input, etc. In a console application, the application logic is the input params and the output response. In a schedule task, it's the same. The trigger that make the application start and the output, both are Application Log... read more »
-
Why NULL Values Should Not Be Used in a Database Unless Required
Posted on May 28, 2013 at 9:43 PM
When you start using Foreign Keys (for example) nulls are a must-have. The point of saying don't use null makes me feel the author has no understanding of it's value. But that was long time ago so ... i guess he knows better now. Also depending on strategy of inheritance null are required. There ar... read more »