Getting Started
Learn how to build Wisej.NET Hybrid applications.
Last updated
Learn how to build Wisej.NET Hybrid applications.
Last updated
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 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:
Wisej.NET Hybrid includes three new templates out-of-the-box for building different kinds of applications.
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.
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.
Reference this project inside of the Wisej.NET Hybrid Client Application's Startup.cs file to enable local functionality.
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.