How to implement a single business logic layer based on CSLA and consume it from WPF, Winform and Si
- by Anand Patel
Is it possible to have a single implementation of business logic layer (based on CSLA) and consume it from different presentation technoligies like winform, silverlight etc. There exists CSLA for silverlight. Does that mean implementing and maintaining different BLL for different presentation technologies.
Any help would be appreciated.