Browse Source

Added links to the video tutorial.

pull/5033/head
Halil İbrahim Kalkan 6 years ago
parent
commit
03c149b111
  1. 10
      docs/en/Tutorials/Part-1.md
  2. 10
      docs/en/Tutorials/Part-2.md
  3. 10
      docs/en/Tutorials/Part-3.md
  4. 10
      docs/en/Tutorials/Part-4.md
  5. 10
      docs/en/Tutorials/Part-5.md
  6. BIN
      docs/en/Tutorials/images/youtube.png

10
docs/en/Tutorials/Part-1.md

@ -50,6 +50,16 @@ This tutorials has multiple versions based on your **UI** and **Database** prefe
* [MVC (Razor Pages) UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Mvc-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
{{if UI == "MVC" && DB == "EF"}}
### Video Tutorial
This tutorial part is also recorded as a video tutorial. Click to the image below to watch the video tutorial on YouTube.
[![youtube](images/youtube.png)](https://www.youtube.com/watch?v=cJzyIFfAlp8&list=PLsNclT2aHJcPNaCf7Io3DbMN6yAk_DgWJ&index=1)
{{end}}
## Creating the Solution
Before starting to the development, create a new solution named `Acme.BookStore` and run it by following the [getting started tutorial](../Getting-Started.md).

10
docs/en/Tutorials/Part-2.md

@ -50,6 +50,16 @@ This tutorials has multiple versions based on your **UI** and **Database** prefe
* [MVC (Razor Pages) UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Mvc-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
{{if UI == "MVC" && DB == "EF"}}
### Video Tutorial
This tutorial part is also recorded as a video tutorial. Click to the image below to watch the video tutorial on YouTube.
[![youtube](images/youtube.png)](https://www.youtube.com/watch?v=UDNlLiPiBiw&list=PLsNclT2aHJcPNaCf7Io3DbMN6yAk_DgWJ&index=2)
{{end}}
{{if UI == "MVC"}}
## Dynamic JavaScript Proxies

10
docs/en/Tutorials/Part-3.md

@ -50,6 +50,16 @@ This tutorials has multiple versions based on your **UI** and **Database** prefe
* [MVC (Razor Pages) UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Mvc-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
{{if UI == "MVC" && DB == "EF"}}
### Video Tutorial
This tutorial part is also recorded as a video tutorial. Click to the image below to watch the video tutorial on YouTube.
[![youtube](images/youtube.png)](https://www.youtube.com/watch?v=TLShZO8u2VE&list=PLsNclT2aHJcPNaCf7Io3DbMN6yAk_DgWJ&index=3)
{{end}}
{{if UI == "MVC"}}
## Creating a New Book

10
docs/en/Tutorials/Part-4.md

@ -50,6 +50,16 @@ This tutorials has multiple versions based on your **UI** and **Database** prefe
* [MVC (Razor Pages) UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Mvc-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
{{if UI == "MVC" && DB == "EF"}}
### Video Tutorial
This tutorial part is also recorded as a video tutorial. Click to the image below to watch the video tutorial on YouTube.
[![youtube](images/youtube.png)](https://www.youtube.com/watch?v=aidRB4YFDLM&list=PLsNclT2aHJcPNaCf7Io3DbMN6yAk_DgWJ&index=4)
{{end}}
## Test Projects in the Solution
This part covers the **server side** tests. There are several test projects in the solution:

10
docs/en/Tutorials/Part-5.md

@ -50,6 +50,16 @@ This tutorials has multiple versions based on your **UI** and **Database** prefe
* [MVC (Razor Pages) UI with EF Core](https://github.com/abpframework/abp-samples/tree/master/BookStore-Mvc-EfCore)
* [Angular UI with MongoDB](https://github.com/abpframework/abp-samples/tree/master/BookStore-Angular-MongoDb)
{{if UI == "MVC" && DB == "EF"}}
### Video Tutorial
This tutorial part is also recorded as a video tutorial. Click to the image below to watch the video tutorial on YouTube.
[![youtube](images/youtube.png)](https://www.youtube.com/watch?v=1WsfMITN_Jk&list=PLsNclT2aHJcPNaCf7Io3DbMN6yAk_DgWJ&index=5)
{{end}}
## Permissions
ABP Framework provides an [authorization system](../Authorization.md) based on the ASP.NET Core's [authorization infrastructure](https://docs.microsoft.com/en-us/aspnet/core/security/authorization/introduction). One major feature added on top of the standard authorization infrastructure is the **permission system** which allows to define permissions and enable/disable per role, user or client.

BIN
docs/en/Tutorials/images/youtube.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Loading…
Cancel
Save