This application shows a simple CRUD application implemented in DotVVM.
- Make sure you have installed DotVVM for Visual Studio
-
Open the GitHub repo in Visual Studio or
git clone https://github.com/riganti/dotvvm-samples-order-management.git
-
Right-click the
OrderManagementApp
project and select View > View in Browser
- 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