Getting Started

Learn how to build Wisej.NET Hybrid applications.

Setup and Installation

Make sure that you have .NET Multi platform App UI development installed via the Visual Studio Installer. You'll need it in order to build and run Wisej.NET Hybrid applications.

You don't need to re-install Visual Studio in order to install this feature. Simply open the Visual Studio Installer.

You may also try the following command in the Command Prompt:

dotnet workload install maui

Starter Projects

Remote App Setup & Sample

Remote Application

Local App Setup & Example

Local Application

Features Example

Wisej.NET Features

Templates

Wisej.NET Hybrid includes three new templates out-of-the-box for building different kinds of applications.

Wisej.NET Hybrid Client Application

This template is required to run an application on any Hybrid platform (Android, iOS, Windows, or Mac). The template is based on .NET MAUI and allows developers to configure project settings like a startup URL, offline fallback, offline project, and more.

Configuring a Wisej.NET Hybrid Client Project

Wisej.NET Hybrid Local Application

This template is used to build locally-hosted Wisej.NET applications. Local Wisej.NET applications don't require a connection to an external web server. The template is similar to a standard Wisej.NET Web Page Application, but with a few small naming differences.

Configuring a local Wisej.NET Hybrid Project

Reference this project inside of the Wisej.NET Hybrid Client Application's Startup.cs file to enable local functionality.

Wisej.NET Hybrid Remote Application

This template is used to build online Wisej.NET applications. Online applications require a connection to an external web server.

Configure this project to be the startup application in the Wisej.NET Hybrid Client Application's Startup.cs file.

Last updated