Getting Started

Learn how to build Wisej.NET Hybrid applications.

Setup and Installation

circle-exclamation

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.

circle-info

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

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

Starter Projects

Remote App Setup & Sample

Remote Applicationchevron-right

Local App Setup & Example

Local Applicationchevron-right

Features Example

Wisej.NET Featureschevron-right

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
circle-info

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.

circle-info

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

Last updated