Click or drag to resize

What's new in Visual Guard 2019

  1. .Net Core :
    VG 2019 is now compatible with .Net Core, to secure cross-platform (Windows, macOS, and Linux), cloud, and IoT applications .

    dotnet-core
  2. Angular :
    VG 2019 includes a new module to simplify the integration with Angular applications.

    Angular full color logo
  3. Web Console :
    VG 2019 includes a new Web Console, with responsive design and support for mobile devices.
    The web console now includes various graphs for monitoring applications and sensitive activities.

    vg-2019-console-preview
    new-mobile-admin-console-vg
  4. Win Console :

    • Visual Guard 2019 supports securing .Net Core applications (.Net Core Console and .Net Core Web Applications), Hence using Visual Guard WinConsole, you can add your .net core applications to the repository.
    • In the Event viewer wizard, it allows to filter event logs by application.
    • Now, you can have the progress status of deployment process in deployment repository wizard.
    • It allows to 'Edit Permissions' for Role and PermissionSet in more user friendly way.
    • It allows to 'Edit PermissionSets' for Role and PermissionSet in more user friendly way.

Note Note

You can read more about the new VG 2019 features in the VG Update List

Before Using Visual Guard 2019

You must know following facts to use it.

  • For .Net Framework applications, You must use .Net framework 4.7.2 or higher version.
  • For .Net Core applications, You must use .Net Core 2.0 or higher version.
Caution note Caution

Following dlls have been built with .Net Standard 2.0 version, so you can use them in both .NetFramework or .NetCore applications.

  • Novalys.VisualGuard.Security
  • Novalys.VisualGuard.Security.File
  • Novalys.VisualGuard.Security.SQLServer
  • Novalys.VisualGuard.Security.Oracle
  • Novalys.VisualGuard.Security.VGServerClient
Introduced new VisualGuard assemblies

VisualGuard 2019 now supports .NetCore applications also along with .NetFramework applications.

Following new assemblies have been introduced in this version to support .NetFramework and .NetCore.

  1. Novalys.VisualGuard.Security.Core contains all classes required to support .Net Core applications. You must add this assembly in your application, if you want to integrate Visual Guard in .net core applications.
  2. Novalys.VisualGuard.Security.NetFramework contains all classes required to support .Net Framework applications. You must add this assembly in your application, if you want to integrate Visual Guard in .net framework applications.
Caution note Caution

You must add either Novalys.VisualGuard.Security.NetFramework or Novalys.VisualGuard.Security.Core to your application. (Depending on type of application's framework)

For more information about a complete list of fixed bugs, improvements, breaking changes, see: Update List