/dotvvm-samples-order-management

Simple line of business application demo

Primary LanguageLessMIT LicenseMIT

Screenshot

DotVVM Order Management Samples

This application shows a simple CRUD application implemented in DotVVM.

Prerequisites

How to run the sample

  1. Open the GitHub repo in Visual Studio or git clone https://github.com/riganti/dotvvm-samples-order-management.git

  2. Open src/OrderManagementApp.sln Open the solution file

  3. Right-click the OrderManagementApp project and select View > View in Browser View OrderManagementApp in Browser

What you can learn in the sample

  • How to use GridView control to show table data
  • How to use validation and basic form controls in DotVVM
  • How to separate business logic from the UI

Other resources