在认证和放任何框架;授权Windows窗体应用程序?窗体、应用程序、框架、Windows

2023-09-03 07:00:11 作者:聆听挽歌空

我是C#开发人员。我同时开发Windows和放大器; Web应用程序。我想建立一个WinForms应用程序,有一个角色为基础的系统。所有用户都必须在角色/组(S)。然后,我们指定像查看,添加,更新,..到角色/组的权限。角色/组是动态的,所以我们让用户来定义它。

I'm a C# developer. I develop both Windows & Web Applications. I would like to build an Winforms application that has a role-based system. All users must in role/group(s). Then we assign permissions like "View, Add, Update,.." to role/group. The role/group is dynamic, so we let users to define it.

有什么框架和良好的样本项目实施的?

Is there any frameworks and good sample projects to implement it?

推荐答案

我通常推出自己的,因为.NET Framework是pretty的全功能在这方面,但你可以尝试 MS授权和配置文件应用程序块。

I usually roll my own, since the .NET Framework is pretty full-featured in this regard, but you might try the MS Authorization and Profile Application Block.