SiLA2.Frontend.Razor 8.1.0

dotnet add package SiLA2.Frontend.Razor --version 8.1.0
NuGet\Install-Package SiLA2.Frontend.Razor -Version 8.1.0
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="SiLA2.Frontend.Razor" Version="8.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SiLA2.Frontend.Razor --version 8.1.0
#r "nuget: SiLA2.Frontend.Razor, 8.1.0"
#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 SiLA2.Frontend.Razor as a Cake Addin
#addin nuget:?package=SiLA2.Frontend.Razor&version=8.1.0

// Install SiLA2.Frontend.Razor as a Cake Tool
#tool nuget:?package=SiLA2.Frontend.Razor&version=8.1.0

Introduction

.NET 8 implementation of the SiLA2 Standard (https://sila-standard.com/)

  • Platform-independent
  • SiLA2.Server even runs on embedded Linux Host as recommended AspNetCore-Process
  • Feature-To-Proto-Generation by XSLT
    • SiLA2 Core Features included in SiLA2.dll
    • Additional Features should be part of Feature-Implementation Assemblies (just add your features and protos in MSBuild Targets ProtoPreparation & ProtoGeneration like it is done in Assemblies TemperatureController.Features.csproj or ShakerController.Features.csproj)
  • Extensible InProcess Server Web Frontend included (based on Blazor (https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor) which supports "server push" functionality)

image

  • Optional InProcess-Database-Module (based on SQLite) with basic User Management which can be easily extended.
  • Optional InProcess-Document-Database-Module (based on LiteDB) named SiLA2.Database.NoSQL which can be used as AnIML data storage...
  • Optional Inter Process Communication Module (SiLA2.IPC.NetMQ) for Socket Communication...compatible with ZeroMQ (https://zeromq.org/)
  • Optional AnIML Module offering the AnIML Domain Model as C# classes generated from official AnIML schemas (https://github.com/AnIML/schemas)
  • Optional Component to manage Encryption and Certifcates

There´s also a Web Application SiLA2.UniversalClient.Net to control your running SiLA2.Servers in your local network.

If you want to see all the Modules and Components you should start SiLA2.Temperature.Server.App and afterwards SiLA2.Temperature.Server.App.Webfrontend. Running the Server the first time, you´ll have to add an exception to your browser once due to the self-signed certificate which was created by the Server if there´s none.

Prerequisites

Getting Started

  • Clone Repo
    • Please be sure fetching sila_base submodule by
      • checking out the Repository with git-submodules recursively
      • or check out the Repository and run following commands
        • git submodule init
        • git submodule update
  • Run gRPC-Server
    • SiLA2.Temperature.Server.Basic.App or
    • SiLA2.Temperature.Server.App
  • Run SiLA2.Temperature.Client.App connecting automatically to SilaServer or
  • Run SiLA2.Temperature.Server.App.Webfrontend (in Debug-Mode https://localhost:5101) to open a SilaServer-WebFrontend
    • In the SilaServer-WebFrontend you´ll find NavigationLink "User Management"-View to use SilaServer-Database. There´s also an example of how Server-Push-Feature can be used...just click on NavigationLink "Temperature" and hit button "Change Temperature"...the values you produced can be saved as AnIML data by pushing the according button...

Build your own Project based on official Nuget-Packages

  • Created ASP.NET Core Application as SiLA2.Server Project
  • Search for & reference SiLA2.* packages found at Nuget.org in Visual Studio or https://www.nuget.org/ ...use at least SiLA2.Core...
  • Create *.sila.xml-Feature-File and include it like it was done in Example Project SiLA2.Referencing.Nuget.Features.csproj
  • Implement the features you´ve defined in your *.sila.xml-Feature-File in your Feature-Assembly
  • Reference your Feature-Assenbly in your SiLA2.Server Project
  • Add MSBuild Targets ProtoPreparation & ProtoGeneration in your FeatureAssembly.csproj (like it is done in any of the ExampleFeature.csproj files)
  • Create SilA2-Clients communicating with the SiLA2.Server...in this case you might want to use Nuget-Package SiLA2.Client...

Build and Test

  • Just build Solution and run as described in "# Getting Started".
  • Alternatively you could use the SiLA Universal Client (https://gitlab.com/SiLA2/universal-sila-client/sila_universal_client)...it´s still experimental and it could be possible that you have to register SiLA2 Servers manually by IP yet...
  • If you have problems building the solution you might clean your Nuget-Cache by 'rmdir -r %UserProfile%.nuget\packages*' once...

Contribute

It´s Open Source (License >> MIT)...feel free to use or contribute...

For Open Questions

Visit https://gitlab.com/SiLA2/sila_csharp/-/issues

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.1.0 102 2/11/2024
8.0.0 470 11/15/2023
7.5.4 173 10/27/2023
7.5.3 299 7/19/2023
7.5.2 188 7/3/2023
7.5.1 197 6/2/2023
7.4.6 141 5/21/2023
7.4.5 146 5/7/2023
7.4.4 175 4/28/2023
7.4.3 323 3/29/2023
7.4.2 187 3/29/2023
7.4.1 211 3/29/2023
7.3.2 267 3/10/2023
7.3.1 550 1/22/2023
7.2.1 322 12/30/2022
7.1.3 278 12/29/2022
7.1.2 263 12/29/2022
7.1.1 275 12/27/2022
7.0.0 407 11/9/2022
6.4.1 318 11/7/2022
6.3.9 368 10/4/2022
6.3.8 370 10/4/2022
6.3.6 428 9/27/2022
6.3.5 417 9/6/2022
6.3.4 419 8/16/2022
6.3.3 434 8/16/2022
6.3.2 432 8/16/2022
6.3.1 454 8/12/2022
6.1.1 455 8/2/2022
6.1.0 483 7/5/2022
6.0.4 467 6/2/2022
6.0.3 524 4/12/2022
6.0.2 641 1/29/2022
6.0.1 559 1/21/2022
6.0.0 406 1/9/2022