Skip to content

Commit 75022ef

Browse files
committed
Added RAD document
1 parent 0d9b9bf commit 75022ef

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Rapid Application Development
2+
3+
ASP.NET Zero provides a Visual Studio Extension, named [ASP.NET Zero Power Tools](https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerTools), 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.
4+
5+
Notice that the RAD tool is only available for **ASP.NET Core backend** (not available for ASP.NET MVC 5.x).
6+
7+
## Demonstration
8+
9+
See [this video](https://www.youtube.com/watch?v=lqu7AVBTepw) for a simple demonstration:
10+
11+
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/lqu7AVBTepw/0.jpg)](https://www.youtube.com/watch?v=lqu7AVBTepw)
12+
13+
## Documentation
14+
15+
* [Development Guide for Windows & Visual Studio](Development-Guide-Rad-Tool.md)
16+
* [Development Guide for Mac/Linux](Development-Guide-Rad-Tool-Mac-Linux.md)

docs/en/Version-Differences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<body>
1111

12-
<h1>ASP.NET Zero Differences Of Project Types</h1>
12+
<h1>Project Types Differences</h1>
1313

1414
<h3 id="DocIntro">Overall</h3>
1515
<p>While base functionalities are identical for all versions of ASP.NET Zero,

docs/en/docs-nav.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,18 @@
9797
]
9898
},
9999
{
100-
"text": "Other Tutorials",
100+
"text": "Tutorials",
101101
"items": [
102102
{
103103
"text": "Extending Existing Entities",
104104
"path": "Extending-Existing-Entities.md"
105105
}
106106
]
107107
},
108+
{
109+
"text": "Rapid Application Development",
110+
"path": "Rapid-Application-Development.md"
111+
},
108112
{
109113
"text": "Change Logs",
110114
"path": "Change-Logs.md"

0 commit comments

Comments
 (0)