NetSqlAzMan-x64 3.6.0.15

dotnet add package NetSqlAzMan-x64 --version 3.6.0.15
NuGet\Install-Package NetSqlAzMan-x64 -Version 3.6.0.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetSqlAzMan-x64" Version="3.6.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetSqlAzMan-x64 --version 3.6.0.15
#r "nuget: NetSqlAzMan-x64, 3.6.0.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 99,225 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