Top "Business-logic" questions

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

Should Business layer of the application be able to access Session object?

Say you have 3 layers: UI, Business, Data. Is that a sign of poor design if Business layer needs to access …

c# session business-logic