-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Step by Step Development | ||
|
||
In this document, we will create a sample **phonebook application** | ||
based on ASP.NET Zero step by step. After all steps, we will have a | ||
multi-tenant, localized, authorized, configurable, testable... | ||
appliaction. | ||
|
||
## Project Types | ||
|
||
- [ASP.NET Core & Angular](Developing-Step-By-Step-Angular.md) | ||
- [ASP.NET Core & jQuery](Developing-Step-By-Step-Core.md) | ||
- [ASP.NET MVC 5.x & jQuery](Developing-Step-By-Step-MPA.md) | ||
- [ASP.NET MVC 5.x & AngularJS 1.x](Developing-Step-By-Step-Mvc-Angularjs.md) | ||
- [Mobile (Xamarin)](Developing-Step-By-Step-Xamarin.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Development Guide | ||
|
||
In [Getting Started](Getting-Started.md) document, a new sample | ||
project is created named "**Acme.PhoneBook**". This document is a | ||
complete guide while developing your project. | ||
|
||
## Project Types | ||
|
||
- [ASP.NET Core & jQuery](Development-Guide-Core.md) | ||
- [ASP.NET Core & Angular](Development-Guide-Angular.md) | ||
- [ASP.NET MVC 5.x & jQuery](Development-Guide-Mvc-Angularjs.md) | ||
- [ASP.NET MVC 5.x & AngularJS 1.x](Development-Guide-Mvc-Angularjs.md) | ||
- [Mobile (Xamarin)](Development-Guide-Xamarin.md) | ||
|
||
## Power Tools | ||
|
||
- [RAD Tool](Development-Guide-Rad-Tool.md) | ||
- [RAD Tool for Mac/Linux](Development-Guide-Rad-Tool-Mac-Linux.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Getting Started | ||
|
||
This document is aimed to create and run an ASP.NET Zero based project. | ||
It's assumed that you already [purchased](/Prices) and created your | ||
ASP.NET Zero account. | ||
|
||
## Project Types | ||
|
||
- [ASP.NET Core & jQuery](Getting-Started-Core.md) | ||
- [ASP.NET Core & Angular](Getting-Started-Angular.md) | ||
- [ASP.NET MVC 5.x & jQuery](Getting-Started-Mvc-Angularjs.md) | ||
- [ASP.NET MVC 5.x & AngularJS 1.x](Getting-Started-Mvc-Angularjs.md) | ||
|
||
- [ASP.NET Core & Angular on MacOSX](Getting-Started-MacOSX.md) |