SkillAgentSearch skills...

Xomega.Tutorial

Code based on a walkthrough tutorial for building data-driven Blazor apps with Xomega low-code platform.

Install / Use

/learn @Xomega-Net/Xomega.Tutorial
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Xomega.Tutorial

Current repository contains examples for building .Net Blazor apps with Xomega technology and frameworks that were created by following Xomega walkthrough tutorial.

The examples demonstrate working multi-tier applications based on the sample AdventureWorks database in the following technologies:

  • Blazor Server application;
  • Blazor WebAssembly application;
  • Blazor Auto application with auto-transition from Blazor Server to WebAssembly after the latter is loaded;

Most of the code, including views, view models, business service contracts and service implementations are generated from the Xomega model, with custom code added on top of it to make up the fully functional applications.

Prerequisites

To run these examples you need to have the following software installed:

Setting up your projects

You need to make the following updates to be able to run the examples.

  • Update connection string in the db.config file in the AdventureWorks.Services.Entities project to point to your AdventureWorks DB.

Running the apps

To run the application select AdventureWorks.Client.Blazor as the startup project and run the solution.

Use an email address for a person from the AdventureWorks DB as the user name (e.g. ken0@adventure-works.com), and the word 'password' as the password.

You can use various interactive rendering modes to run it as Blazor Server, Blazor WebAssembly or both in the Auto mode. To change the mode update the RenderModeForPage value in the App.razor file of the AdventureWorks.Client.Blazor.Common project.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks1

Languages

C#

Security Score

75/100

Audited on Jan 3, 2025

No findings