After just re-building my role-base security framework base on a custom provider design pattern, I thought it would be a nice approach to build an entire application framework based on the provider pattern (where the area of concentration would be between the BLL and DAL).
Can someone help with a skeletal high level view on how these two layers will interact using the provider model.
Please, i would be gracious of you to also provide some kind of verbal algorithm with class names, something like that.