News

Visual Guard Updated

Visual Guard for .NET allows dev managers to add security features to projects and manage users and roles among coders.

French development tools vendor Novalys has released a new version of its Visual Guard .NET repository-based tool for managing application users, accounts, roles and permissions without tweaking code.

Visual Guard allows developers to store access controls for applications in a repository. Based on the identity and pre-defined permissions of a user logging into an app, certain menu options are automatically disabled and data to which the user shouldn't have access is automatically hidden, says Novalys CEO Christophe Dufourmantelle.

The repository allows new accounts to be created and roles and permissions adjusted on the fly without changing an app's source code.

The 2.5 release adds a number of bug fixes and new features to the Visual Guard management console, including support for multiple versions of an app in one repository, while the updated runtime includes a new repository deployment API and command-line tool, the company says.

Visual Guard can be integrated into any .NET WinForms, ASP.NET or Web services project with a few lines of code and by defining accounts, roles and permissions to be governed by the tools, which sometimes can be migrated depending on how they were defined within the app. Dufourmantelle says the process typically takes about an hour. However, the company recommends that users strip out old code dealing with permissions from an app before Visual Guard is activated.
comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube