NetSqlAzMan-x64
3.6.0.15
Install-Package NetSqlAzMan-x64 -Version 3.6.0.15
dotnet add package NetSqlAzMan-x64 --version 3.6.0.15
<PackageReference Include="NetSqlAzMan-x64" Version="3.6.0.15" />
paket add NetSqlAzMan-x64 --version 3.6.0.15
#r "nuget: NetSqlAzMan-x64, 3.6.0.15"
// Install NetSqlAzMan-x64 as a Cake Addin
#addin nuget:?package=NetSqlAzMan-x64&version=3.6.0.15
// Install NetSqlAzMan-x64 as a Cake Tool
#tool nuget:?package=NetSqlAzMan-x64&version=3.6.0.15
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).
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NetSqlAzMan-x64:
Package | Downloads |
---|---|
VWG.Community.NetSqlAzMan
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); } |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.6.0.15 | 75,797 | 2/28/2012 |
3.6.0.15 28-Feb-2012
• Fix: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
Work Item 10435: https://netsqlazman.codeplex.com/workitem/10435
• Fix: Members property of SqlAzManApplicationGroup is not functioning.
Thanks to tangrl. Work Item 10267: https://netsqlazman.codeplex.com/workitem/10267
• Fix: Indexer are making database calls.
Thanks to tangrl. Work Item 10434: https://netsqlazman.codeplex.com/workitem/10434
• Fix: "New NetSqlAzMan version is available" dialog is showing incorrect version numbers.
Thanks to cruster. Work Item 10339: https://netsqlazman.codeplex.com/workitem/10339