Getting Started
Learn how to build Wisej.NET Hybrid applications.
Setup and Installation
Wisej.NET Hybrid templates require Visual Studio 17.8+ to use .NET 8.
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 may also try the following command in the Command Prompt:
dotnet workload install maui
Starter Projects
Remote App Setup & Sample
Remote ApplicationLocal App Setup & Example
Local ApplicationFeatures Example
Wisej.NET FeaturesTemplates
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.

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.

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.
Last updated