HularionExperience 3.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package HularionExperience --version 3.0.11                
NuGet\Install-Package HularionExperience -Version 3.0.11                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HularionExperience" Version="3.0.11" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HularionExperience --version 3.0.11                
#r "nuget: HularionExperience, 3.0.11"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HularionExperience as a Cake Addin
#addin nuget:?package=HularionExperience&version=3.0.11

// Install HularionExperience as a Cake Tool
#tool nuget:?package=HularionExperience&version=3.0.11                

Image

Hularion - Software with a Strategy

Hularion TM         Software with a Strategy TM

 

Using Hularion Experience

Hularion Experience (HX) is an application framework that runs applications using web-based user interface code, i.e. HTML/CSS/Javascript. HX applications exist in packages, and each package can have zero or more applications, as some packages contain reusable modules. Packages are developed in a project folder, and HX can then build that project into a package. HX can also reload applications during development, enabling faster development times. See the Hularion Developer application for more details. It is an application that can run projects and packages in a tabbed environment, and it can build packages for releases.
On the front-end, "presenters" act as the user interface unit. They are HTML files that contain attribute-based directives, the HTML for the presenter template, a javascript constructor function that acts as a controller, and some CSS that is automatically scoped to the presenter. When a presenter is created, the caller receives a proxy object containing the public methods and accessors, pub/sub event handlers, the DOM element, and an optionally wrapped DOM element. Presenters can use attribute-driven directives to define accessors, public methods, publishers, and many more things. Presenters can also use attributes to declare a handle on an HTML element, thus removing the need for DOM queries.
On the back-end, there is a routing system that enables communications through well-defined routes. These routes can be automatically masked by method names so that the presenters do not need to keep track of them.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HularionExperience:

Package Downloads
HularionExperience.Embedded

HularionExperience.Embedded performs most of the integration required to use Hularion Experience in a desktop environment.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.15 87 10/2/2024
3.0.11 83 9/27/2024
3.0.4 100 9/20/2024
3.0.2 117 9/16/2024
3.0.0 121 9/13/2024