Skip to content

Commit c106df5

Browse files
committed
Clean asp.net core mvc intro
1 parent 096a6fa commit c106df5

File tree

1 file changed

+9
-31
lines changed

1 file changed

+9
-31
lines changed

docs/en/Index-Core-Mvc.md

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,18 @@
11
# ASP.NET Core MVC & jQuery Project Documentation
22

3-
## Introduction
3+
This document is for "ASP.NET Core MVC with JQuery" project type. See [other project types](https://aspnetzero.com/Documents).
44

5-
ASP.NET Zero is a starting point for new web applications with a **modern UI** and **SOLID architecture**. It implements basic/common requirements of a **line of business applications**. You get it's **source code** and develop your business application on top of it for saving your valuable time to **focus on your own business code**.
5+
## Getting Started
66

7-
In this document, you will find the below topics:
8-
9-
* [Getting Started](Getting-Started-Core.md) helps you create your project and run in just 5 minutes.
10-
* [Overview](Overview-Core.md) shows the prerequirements, solution structure, multi-tenancy.
11-
* [Features](Features-Mvc-Core.md) explains the feature set of ASP.NET Zero project.
12-
* [Deployment](Deployment-Mvc-Core.md) guides you how to publish your ASP.NET Zero project to IIS, Azure and Docker.
13-
* [Infrastructure & Concepts](Features-Mvc-Core.md) docs explains the basic concepts and infrastructure of ASP.NET Zero project.
14-
* [Mobile (Xamarin)](Xamarin.md) doc contains a development guide and tutorial that helps you to develop a Xamarin app step by step.
15-
* [GraphQL](GraphQL.md) doc shows you how to enable the built-in GraphQL API and start writing your queries.
16-
17-
## Miscellaneous
18-
19-
### Rapid Application Development
20-
21-
ASP.NET Zero Power Tools provides you to create an entity and its corresponding layers from database to the user interface. It is a Visual Studio Extension hosted on Visual Studio Marketplace. [Click here to go to Power Tools](https://marketplace.visualstudio.com/items?itemName=Volosoft.AspNetZeroPowerTools) or [see how to use it](Rapid-Application-Development.md).
22-
23-
### Change Logs
24-
25-
See the [change logs](Change-Logs.md) to learn the features released with the previous versions.
26-
27-
### Road Map
28-
29-
See the [road map](Road-Map.md) for some planned features for next releases.
30-
31-
### Old Documents
32-
33-
[Click here](Old-Documents.md) for documents older than v6.2.
7+
[Getting Started](Getting-Started-Core.md) helps you to create your project and run in just 5 minutes.
348

359
## External Links
3610

37-
ASP.NET Zero is developed based on the **ASP.NET Boilerplate** web application framework and the **Metronic** UI Theme. So, you can refer to their web sites to learn more about capabilities of ASP.NET Zero, other details and UI options.
11+
ASP.NET Zero is developed based on the **ASP.NET Boilerplate** web application framework and the **Metronic** UI Theme. You can refer to their web sites to learn details of them:
3812

3913
- [ASP.NET Boilerplate](https://aspnetboilerplate.com/Pages/Documents)
40-
- [Metronic](http://www.keenthemes.com/preview/metronic/)
14+
- [Metronic](http://www.keenthemes.com/preview/metronic/)
15+
16+
## Old Documents
17+
18+
[Click here](Old-Documents.md) for documents older than v6.2.

0 commit comments

Comments
 (0)