Skip to content

Commit 3daa775

Browse files
committed
Added intermediate landing pages.
1 parent 9206a4e commit 3daa775

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

docs/en/Developing-Step-By-Step.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Step by Step Development
2+
3+
In this document, we will create a sample **phonebook application**
4+
based on ASP.NET Zero step by step. After all steps, we will have a
5+
multi-tenant, localized, authorized, configurable, testable...
6+
appliaction.
7+
8+
## Project Types
9+
10+
- [ASP.NET Core & Angular](Developing-Step-By-Step-Angular.md)
11+
- [ASP.NET Core & jQuery](Developing-Step-By-Step-Core.md)
12+
- [ASP.NET MVC 5.x & jQuery](Developing-Step-By-Step-MPA.md)
13+
- [ASP.NET MVC 5.x & AngularJS 1.x](Developing-Step-By-Step-Mvc-Angularjs.md)
14+
- [Mobile (Xamarin)](Developing-Step-By-Step-Xamarin.md)

docs/en/Development-Guide.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Development Guide
2+
3+
In [Getting Started](Getting-Started.md) document, a new sample
4+
project is created named "**Acme.PhoneBook**". This document is a
5+
complete guide while developing your project.
6+
7+
## Project Types
8+
9+
- [ASP.NET Core & jQuery](Development-Guide-Core.md)
10+
- [ASP.NET Core & Angular](Development-Guide-Angular.md)
11+
- [ASP.NET MVC 5.x & jQuery](Development-Guide-Mvc-Angularjs.md)
12+
- [ASP.NET MVC 5.x & AngularJS 1.x](Development-Guide-Mvc-Angularjs.md)
13+
- [Mobile (Xamarin)](Development-Guide-Xamarin.md)
14+
15+
## Power Tools
16+
17+
- [RAD Tool](Development-Guide-Rad-Tool.md)
18+
- [RAD Tool for Mac/Linux](Development-Guide-Rad-Tool-Mac-Linux.md)

docs/en/Getting-Started.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Getting Started
2+
3+
This document is aimed to create and run an ASP.NET Zero based project.
4+
It's assumed that you already [purchased](/Prices) and created your
5+
ASP.NET Zero account.
6+
7+
## Project Types
8+
9+
- [ASP.NET Core & jQuery](Getting-Started-Core.md)
10+
- [ASP.NET Core & Angular](Getting-Started-Angular.md)
11+
- [ASP.NET MVC 5.x & jQuery](Getting-Started-Mvc-Angularjs.md)
12+
- [ASP.NET MVC 5.x & AngularJS 1.x](Getting-Started-Mvc-Angularjs.md)
13+
14+
- [ASP.NET Core & Angular on MacOSX](Getting-Started-MacOSX.md)

0 commit comments

Comments
 (0)