Views: 11.4K
Replies: 1
Archived
|
Design Pattern - Implementing Roles and RightsCan anyone please suggest which Design Pattern is best to implement user roles and rights?
I am looking for a generic solution in which I define roles and based on that I should be able to define rights at the menu, functionality and control level at the UI. Thanks. Some samples will be great. Satyajit Behera, May 16, 2010
Both
Jun 07, 2010
Is this for Web or Windows applications?
May 18, 2010
|
|
Reply 1Both Lazy IoC container and Interception are patterns which I'm currently using in terms of implementing the Roles & Rights.
Guru Vn, May 18, 2010
|