Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 877 Bytes

Rapid-Application-Development.md

File metadata and controls

16 lines (9 loc) · 877 Bytes

Rapid Application Development

ASP.NET Zero provides a Visual Studio Extension, named ASP.NET Zero Power Tools, to automatically 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.

Notice that the RAD tool is only available for ASP.NET Core backend (not available for ASP.NET MVC 5.x).

Demonstration

See this video for a simple demonstration:

RAD tool demonstration

Documentation