Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: vale-validation
on:
pull_request:
paths:
- README.md

jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- name: clone repo
uses: actions/checkout@v4
- name: clone vale-styles repo
uses: actions/checkout@v4
with:
repository: DevExpress/vale-styles
path: vale-styles
ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }}
- name: copy vale rules to the root repo
run: shopt -s dotglob && cp -r ./vale-styles/vale/* .
- name: vale linter check
uses: DevExpress/vale-action@reviewdog
with:
files: README.md
fail_on_error: true
filter_mode: nofilter
reporter: github-check
1 change: 1 addition & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @DevExpressExampleBot
14 changes: 13 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!-- default badges list -->
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1143380)
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
<!-- default badges end -->
# XAF - Outlook-Inspired Demo for Blazor & WinForms (Powered by the DevExpress Multi-Tenancy Module)

This application serves as the central data management hub for the fictitious company, overseeing various business entities such as Employees, Products, Orders, Quotes, Customers, and Stores. It includes Blazor & WinForms projects powered by the DevExpress Multi-Tenancy Module.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This application serves as the central data management hub for the fictitious company, overseeing various business entities such as Employees, Products, Orders, Quotes, Customers, and Stores. It includes Blazor & WinForms projects powered by the DevExpress Multi-Tenancy Module.
This application serves as the central data management hub for a fictitious company, overseeing various business entities such as Employees, Products, Orders, Quotes, Customers, and Stores. It includes Blazor & WinForms projects powered by the DevExpress Multi-Tenancy Module.

Expand All @@ -6,4 +11,11 @@ This application serves as the central data management hub for the fictitious co

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the following sentences from line 10 (above)?

  1. Since v25.2 Outlook-Inspired Demo is installed as part of the XAF package.

Please change to:

In v25.2 and higher, the Outlook-Inspired Demo is installed as part of the XAF package.

  1. You can run the demo application from the Demo Center or examine source code that typically located in the following directory:

Please change to:

You can run the demo application from the Demo Center or examine the source code that is typically located in the following directory:

For additional information refer to the following documentation topic: [Getting Started: .NET WinForms & Blazor Outlook-Inspired Demo (Multi-Tenancy/SaaS-ready)](https://docs.devexpress.com/eXpressAppFramework/113577/getting-started?v=25.2#net-winforms--blazor-outlook-inspired-demo-multi-tenancysaas-readyxref404669).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For additional information refer to the following documentation topic: [Getting Started: .NET WinForms & Blazor Outlook-Inspired Demo (Multi-Tenancy/SaaS-ready)](https://docs.devexpress.com/eXpressAppFramework/113577/getting-started?v=25.2#net-winforms--blazor-outlook-inspired-demo-multi-tenancysaas-readyxref404669).
For additional information, refer to the following help topic: [Getting Started: .NET WinForms & Blazor Outlook-Inspired Demo (Multi-Tenancy/SaaS-ready)](https://docs.devexpress.com/eXpressAppFramework/113577/getting-started?v=25.2#net-winforms--blazor-outlook-inspired-demo-multi-tenancysaas-readyxref404669).


The current repository will not be updated in the future.
The current repository will not be updated in the future.
<!-- feedback -->
## Does this example address your development requirements/objectives?

[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=xaf-create-multitenant-application&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=xaf-create-multitenant-application&~~~was_helpful=no)

(you will be redirected to DevExpress.com to submit your response)
<!-- feedback end -->