Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 562 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 562 Bytes

Blazor DataForm Auto-generation

The Blazor DataForm is a component that simplifies form creation by generating input fields based on the properties of the data model.

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.

See also