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); }
$ dotnet add package VWG.Community.NetSqlAzManNo README available.