LogoLogo
HomeNewsSupportVideos
  • Introduction
  • Getting Started
  • What's new in 4.0
    • Known Issues
    • .NET Core Designer
    • Managed Graphics
    • Fluent Markup
    • Markdown Support
    • Upgrade from 3.x
  • Releases
    • What's new in 4.0
    • What's new in 3.5
    • What's new in 3.2
      • View Builder
      • Validation Rules
      • Enhanced Font Support
      • Design-Time Debug
    • What's new in 3.1
    • What's new in 3.0
      • FAQs
      • Update Existing Projects
      • Multi Targeting
      • Visual Studio Designer
      • Referencing Assemblies
      • Docker Support
      • Troubleshooting
      • Deployment
    • What's new in 2.5
    • What's new in 2.2
    • What's new in 2.1
    • What's new in 2.0
    • Upgrade from 1.x
  • Getting Started
    • New Project
    • Templates
    • Troubleshooting
    • License Activation
    • FAQ
    • API
    • Hybrid
    • Deployment
    • Theme Builder
  • Concepts
    • Startup
    • Configuration
    • Load Balancing
    • Designer
    • Layouts
    • Client Profiles
    • Tab Order
    • Compression
    • Embedded Resources
    • Modal Workflow
    • Localization
    • RightToLeft
    • Background Tasks
    • Real Time Web Applications
    • JavaScript
    • JavaScript Object Model
    • Security
    • Synchronization
    • Session Management
    • Theming
    • Dependency Injection
    • Application Switches
    • Visual Studio Code
  • Controls & Components
    • General
      • Application
      • AutoSizing
      • AutoScroll
      • AutoScaling
      • Accessibility
      • Colors & Fonts
      • Embedded Tools
      • Events
      • Touch Events
      • Images
      • Labels
      • ToolTips
      • Data Binding
      • Common Properties
      • Custom Painting
      • Move & Resize
      • Drag & Drop
      • Validation
      • User Data
      • Responsive Properties
      • VB.NET Extensions
    • Common Dialogs
      • FolderBrowserDialog
      • ColorDialog
      • OpenFileDialog
      • SaveFileDialog
    • Editors
      • TextBox
        • TagTextBox
        • MaskedTextBox
        • TypedTextBox
      • DateTimePicker
      • MonthCalendar
      • TimeUpDown
      • DomainUpDown
      • NumericUpDown
      • TrackBar
    • Buttons
      • Button
      • SplitButton
      • CheckBox
      • RadioButton
    • Containers
      • Page
      • Form
      • Desktop
      • Panel
      • FlexLayoutPanel
      • FlowLayoutPanel
      • TableLayoutPanel
      • GroupBox
      • Accordion
      • TabControl
      • UserPopup
      • UserControl
      • ToolBar
      • StatusBar
      • SplitContainer
      • SlideBar
    • Lists & Grids
      • ComboBox
        • UserComboBox
        • TreeViewComboBox
        • ListViewComboBox
      • ListBox
        • CheckedListBox
      • TreeView
      • ListView
      • DataGridView
        • Column
        • TextBoxColumn
        • ButtonColumn
        • LinkColumn
        • ImageColumn
        • MaskedTextBoxColumn
        • DateTimePickerColumn
        • NumericUpDownColumn
        • CheckBoxColumn
        • ComboBoxColumn
      • DataRepeater
      • PropertyGrid
    • Extenders
      • Animation
      • ToolTip
      • ErrorProvider
      • Rotation
      • StyleSheet
      • JavaScript
    • Media
      • Audio
      • Video
      • FlashPlayer
    • Content
      • Label
      • LinkLabel
      • PictureBox
      • ScrollBars
      • Upload
      • AspNetPanel
      • ImageList
      • PdfViewer
      • ProgressBar
      • Spacer
      • Widget
      • WebBrowser
      • IFramePanel
      • HtmlPanel
      • Canvas
      • Shape
      • Line
    • Menus
      • MainMenu
      • MenuBar
      • MenuItem
      • LinkMenuItem
      • ContextMenu
    • Notifications
      • AlertBox
      • MessageBox
      • Toast
    • Other Components
      • Timer
      • BindingSource
      • BindingNavigator
      • DataSet
      • EventLog
      • MessageQueue
      • PerformanceCounter
Powered by GitBook
On this page
  • Getting Started
  • Wisej.NET Targets .NET 7
  • Wisej.NET Hybrid and Offline Support
  • Client Application
  • Remote Application
  • Local Application
  • API and Component Enhancements
  • New Features
  • New Constructors
  • Common Method Chaining
  • Bootstrap Dark Theme
  • New Extensions
  • Chat Control
  • Signature Control
  • Pull-to-Refresh Component
  • TesseractJS Component
  • New Premium Extensions
  • Dynamsoft Barcode & Scanning Premium Extension
  • Mobiscroll Premium Extension

Was this helpful?

Export as PDF
  1. Releases

What's new in 3.5

PreviousReleasesNextWhat's new in 3.2

Last updated 5 months ago

Was this helpful?

Wisej.NET 3.5 adds native support for hybrid applications running on all sorts of devices, including full offline support, and many enhancements to the .NET class library and the corresponding JavaScript widgets.

Getting Started

The latest Wisej.NET 3.5 is available on NuGet.

The Visual Studio 2019 and 2022 extension packages are linked below:

  • Visual Studio 2019

  • Visual Studio 2022

Wisej.NET Targets .NET 7

Wisej.NET 3.5 is now compiled against .NET 7. This means that existing .NET 6 projects that would like to use the latest version of 3.5 must update the target framework dependency.

Wisej.NET Hybrid and Offline Support

Wisej.NET 3.5 is now able to run on iOS, Android, and MacOS devices using the EmbedIO server in a new Wisej.NET Hybrid shell build using MAUI's native integrations.

Wisej.NET Hybrid includes three new project templates for creating applications:

Client Application

This project template is used to create a Wisej.NET Hybrid Client. The Client project builds and runs an executable (.exe, .apk, .ipa, etc.) that can be deployed on any desktop or mobile platform.

This template is based on .NET MAUI. You can interact with this project the same way you would with any other MAUI project.

Remote Application

Allows developers to build and deploy a traditional Wisej.NET application with the added ability of interacting with the Hybrid device's native functionalities.

This application is deployed to a remote web server such as IIS, Kestrel, or Nginx on Windows or Linux.

Alternatively, you can add the Wisej-3-Hybrid NuGet package to an existing Wisej.NET project.

To use native device functionalities, you must access this application through the Wisej.NET Hybrid Client Application

Local Application

Allows developers to build and deploy applications that run entirely on the Hybrid device. The project template contains similar features to the Remote application template such as a Page control.

This project needs to be linked into the Wisej.NET Hybrid Client Application to use.

API and Component Enhancements

In 3.5 we also focused on extending the programming side of Wisej.NET with a number of enhancements to the object model, data a binding, the various components.

New Features

  • ListViewItem gained the new Visible property. It allows the application to hide items without having to remove and add them back to the Items collection.

  • All controls that show a label gained a new AutoToolTip property. When set to true and the text is truncated, it will automatically use the title attribute to show the full label as a native tooltip.

  • The Validation extender now supports the IDataErrorInfo interface and data binding. We also added the Enabled property to the base ValidationRule class to allow the code to disable a specific validation rule without removing it from the Validation extender.

  • DataGridView exposes the CreateSummaryRow, CreateDataBoundColumn, and CreateDataGridViewColumnFromType methods as public virtual to allow an application to customize the grid's inner behavior and fully control the automatica creation of rows and columns.

  • The ErrorProvider extender allows a derived class to override its methods and fires the new ErrorChanged event to allow an application to customize error message and icons in a single location.

  • TextBox.Text now converts all \n to \r\n when Multiline is true. Previously Wisej.NET allowed the browser to strip \r\n and instead return only \n as a new line.

New Constructors

Most controls have gained several new constructors, some with optional and default arguments, that allow developers to use the controls in code adopting a more flexible and easier syntax:

// Previous syntax.
var button1 = new Button
{
    Text = "Click Me",
    Size = new Size(100, 24),
    Location = new Point(10, 10)
});
button1.Click += (s, e) => { AlertBox.Show("Clicked!"); };
this.Controls.Add(button1);

// New syntax.
this.Controls.Add(
    new Button(
        "Click Me",
        new Point(10, 10),
        new Size(100, 24),
        (s, e) => { AlertBox.Show("Clicked!"); })
);

Common Method Chaining

All basic methods in Control now return this to allow code to chain calls:

this.textBox1.Show().CenterToParent().BringToFront();

Bootstrap Dark Theme

Wisej.NET 3.5 includes a new theme for building dark-style applications. The new Bootstrap Dark theme (BootstrapDark-4) is based on the existing Bootstrap-4 light theme.

New Extensions

Chat Control

The new Chat control can be used to build conversations into an existing Wisej.NET application. The new chat control supports text and custom message types, allowing users to share any type of control or data in the conversation.

Signature Control

The new Signature control can be used to collect and export user signatures. The control includes undo, redo, image import/export, and line customization features.

See documentation: https://docs.wisej.com/extensions/extensions/signature

Pull-to-Refresh Component

The new Pull to Refresh component can be used to trigger a refresh of a data source associated with a scrollable panel. All containers inheriting from ScrollablePanel support the Pull-to-Refresh component.

TesseractJS Component

The new TesseractJS component allows developers to add real-time OCR scanning to the Wisej.Web.Ext.Camera control.

New Premium Extensions

Dynamsoft Barcode & Scanning Premium Extension

The new Dynamsoft Barcode & Scanning premium extension gives developers an enterprise-ready option for barcode scanning and text (OCR) scanning on the web.

Developers are required to purchase the following licenses from Dynamsoft:

  • Dynamsoft Barcode Reader – JavaScript Web SDK

  • Dynamsoft Document Normalizer – JavaScript Web SDK

Mobiscroll Premium Extension

The new Mobiscroll premium extension gives developers a suite of mobile-friendly controls and components to use in Wisej.NET applications.

Developers are required to purchase a license from Mobiscroll for use of any components. The Wisej.NET integration uses the Mobiscroll JavaScript integration.

📦
📦
Getting StartedWisej.NET Hybrid
Wisej-3-Chat 3.5.0-beta.29nuget
Get the Wisej.NET Chat Control
Logo
Wisej-3-Signature 3.5.0-beta.29nuget
Get the Signature Control
Logo
Wisej-3-PullToRefresh 3.5.0-beta.29nuget
Get the Pull-to-Refresh Component
Logo
Wisej-3-Tesseract 3.5.0-beta.29nuget
Get the TesseractJS Component
Logo
Wisej-3-Dynamsoft 3.5.0-beta.29nuget
Get the Dynamsoft Premium Extension
Logo
Wisej-3-MobiScroll 3.5.0-beta.29nuget
Get the MobiScroll Premium Extension
Logo
New Wisej.NET Hybrid Templates
Wisej.NET BootstrapDark-4 Theme
Wisej.NET Chat Control
Wisej.NET Signature Control
Wisej.NET Pull-to-Refresh Component
Logo