Browse Source

Update Getting-Started-AspNetCore-Application.md

pull/538/head
Halil İbrahim Kalkan 7 years ago
committed by GitHub
parent
commit
7d72c14be4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Getting-Started-AspNetCore-Application.md

4
docs/en/Getting-Started-AspNetCore-Application.md

@ -1,6 +1,6 @@
## Getting Started ABP With AspNet Core MVC Web Application
This tutorial explains how to start ABP from scratch with minimal dependencies. You generally want to start with a ***[startup template](https://abp.io/Templates)***.
This tutorial explains how to start ABP from scratch with minimal dependencies. You generally want to start with a **[startup template](https://abp.io/Templates)**.
### Create A New Project
@ -154,4 +154,4 @@ services.AddApplication<AppModule>(options =>
### Source Code
Get source code of the sample project created in this tutorial from [here](../samples/BasicAspNetCoreApplication).
Get source code of the sample project created in this tutorial from [here](https://github.com/abpframework/abp/tree/master/samples/BasicAspNetCoreApplication).

Loading…
Cancel
Save