Found 4 packages
NetSqlAzMan is for all Microsoft .NET 4.0 developers that need to manage loosely-coupled applicative authorizations, that is, weakly coupled with source code, in a light and fast way having all these authorizations in a relational database such as MS Sql Server (2000/MSDE/2005/2008/Express).
NetSqlAzMan is for all Microsoft .NET 4.0 developers that need to manage loosely-coupled applicative authorizations, that is, weakly coupled with source code, in a light and fast way having all these authorizations in a relational database such as MS Sql Server (2000/MSDE/2005/2008/Express).
A re-write of NetSqlAzMan WebConsole to be used under Visual WebGUI. You need to include your own icons or copy those from github. Usage: private void Form1_Load(object sender, EventArgs e) { VWGContext.Current.CurrentTheme = "Vista"; //VWGContext.Current.CurrentTheme = "Graphite"; var webConsole = new VWG.Community.NetSqlAzMan.WebConsole() { Dock = DockStyle.Fill }; webConsole.SqlConnectionString = @"Your Connection String;"; webConsole.Theme = "light"; this.Form.Controls.Add(webConsole); }
AzManCofee is a very simple library to work with AzMan