What's new in 3.2
Wisej.NET 3.2 adds new enterprise-grade features that simplify the development of complex Line of Business (LOB) cloud applications for the enterprise. Our goal is always to help improve developers productivity and make the applications using Wisej.NET more resilient and maintainable.
The latest Wisej.NET 3.2 is available on NuGet. To use the build, make sure to check the Prereleases option in the NuGet Package Manager.
The Visual Studio 2019 and 2022 extension packages are linked below:
We added a new Validation property extender to provide a modern, centralized, and flexible validation system to Wisej.NET applications.
Once you drop the new Validation component on a container at design time, all the controls are extended with a new property ValidationRules. You can assign multiple validation rules to any control.
Using the ValidationRules Collection Editor requires the Wisej.NET 3.2 VSIX to be installed within Visual Studio.
With Wisej.NET 3.2 we are introducing a new concept to build views using a JSON representation. In the future we may add XML or any custom parser, and we are also planning to use the new View Builder as an optional serializer in the designer.
Font support has been enhanced in the JavaScript layer as well as the server side .NET layer in Wisej.NET. Now we support using theme fonts that are not installed on the server.
The DevExpress Dashboard is a control that allows developers to create interactive and customizable dashboards for business intelligence (BI) purposes. The platform offers a wide range of data visualization tools and widgets, such as charts, graphs, maps, gauges, and pivot tables.

wisej-examples/Wisej.DxDashboardSample at 3.2 · iceteagroup/wisej-examples
GitHub
DxDashboard Sample Project
Added Enable HTTPS option to the new project wizard.
Now projects include the full
applicationhost.config
file in /Properties, or in /My Project for VB.NET, preconfigured to listen to https://localhost:44391, for IIS Express and .NET 4.8.For .NET Core it listens to the same https://localhost:44391 URL and it doesn't need to use
applicationhost.config
.- Speed improvements across the board.
- Consolidated bug fixes and enhancements to all controls.
- DataGridView memory footprint for large data sets has been reduced.
- New BindableComponent base class to enable data binding on components.
We added the option to enable the design-time debug mode in the Designer Options dialog. When enabled, Wisej.NET will show the Edge renderer(s) it uses to display each control in the pixel-perfect design view.
Last modified 4mo ago