# 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.

## Getting Started

The latest Wisej.NET 3.2 is available on [NuGet](https://www.nuget.org/packages/Wisej-3). 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:

* :package: [Visual Studio 2019](https://s3.us-east-1.amazonaws.com/setup.wisej.com/downloads/Wisej.NET-3-VS2019-3.2.0.vsix)
* :package: [Visual Studio 2022](https://s3.us-east-1.amazonaws.com/setup.wisej.com/downloads/Wisej.NET-3-VS2022-3.2.0.vsix)

## Validation System

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.

{% hint style="warning" %}
Using the ValidationRules Collection Editor requires the Wisej.NET 3.2 VSIX to be installed within Visual Studio.
{% endhint %}

{% content-ref url="whats-new-in-3.2/validation-rules" %}
[validation-rules](https://docs.wisej.com/docs/releases/whats-new-in-3.2/validation-rules)
{% endcontent-ref %}

## JSON View Builder

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.

{% content-ref url="whats-new-in-3.2/view-builder" %}
[view-builder](https://docs.wisej.com/docs/releases/whats-new-in-3.2/view-builder)
{% endcontent-ref %}

## Enhanced Font Support

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.

{% content-ref url="whats-new-in-3.2/enhanced-font-support" %}
[enhanced-font-support](https://docs.wisej.com/docs/releases/whats-new-in-3.2/enhanced-font-support)
{% endcontent-ref %}

## Premium Extension: DevExpress JavaScript Dashboard

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.

{% embed url="<https://github.com/iceteagroup/wisej-examples/tree/3.2/Wisej.DxDashboardSample>" %}
DxDashboard Sample Project
{% endembed %}

{% hint style="warning" %}
Using this extension requires a [Developer Express license](https://www.devexpress.com/products/net/dashboard/).
{% endhint %}

## HTTPS Local Server

Added **Enable HTTPS** option to the new project wizard.&#x20;

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`.

## General Improvements

* [Speed ](#user-content-fn-1)[^1]improvements across the board.
* Consolidated bug fixes and enhancements to all controls.
* DataGridView memory footprint for large data sets has been reduced.
* Expanded Binding and MVVM [ICommand ](https://docs.wisej.com/api/wisej.web/interfaces/wisej.web.icommand)support to [ToolBarButtons ](https://docs.wisej.com/api/wisej.web/containers/toolbar/wisej.web.toolbarbutton)and [MenuItems](https://docs.wisej.com/api/wisej.web/menus/wisej.web.menuitem).
* New BindableComponent base class to enable data binding on components.

## Advanced Design-Time Debug Mode

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.

{% content-ref url="whats-new-in-3.2/design-time-debug" %}
[design-time-debug](https://docs.wisej.com/docs/releases/whats-new-in-3.2/design-time-debug)
{% endcontent-ref %}

[^1]:
