aspnet zero rad tool is a VS Code extension which lets you create an entity and its corresponding layers from the database to the user interface. So, you can create a fully working, production ready CRUD page in seconds.
It is similar with the official visual studio extension: ASP.NET Zero Power Tools
- purchase ASP.NET Zero and get a license code
- setup your config in
config.json
. ProjectType and LicenseCode is required - new a YourEntity.json file in the
aspnet-core\AspNetZeroRadTool
folder - using code snippets to edit YourEntity.json file
- run the command
Run ASP.NET Zero Rad Tool
from explore context menu
Note: Asp.Net Zero rad tool requires .NET Core 2.2 Runtime.
- zero-entity
- zero-property
- zero-nav-property
- zero-enum-def
please refs aspnet zero document https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Development-Guide-Rad-Tool-Mac-Linux
Enjoy!