Modifying code due to business logic changes is a never ending process. In this entry I discuss the merit's of using a math parser to dynamically calculate business logic at run time. This allows for quicker updates and flexible code. I use a real world example of a coupon component that I added to an […]
Continue reading...
Tuesday, November 28, 2006
Comments Off on Flexible Business Logic with a .Net Math Parser