|
1 | 1 | # ASP.NET Core MVC & jQuery Project Documentation
|
2 | 2 |
|
3 |
| -## Introduction |
| 3 | +This document is for "ASP.NET Core MVC with JQuery" project type. See [other project types](https://aspnetzero.com/Documents). |
4 | 4 |
|
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 |
6 | 6 |
|
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. |
34 | 8 |
|
35 | 9 | ## External Links
|
36 | 10 |
|
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: |
38 | 12 |
|
39 | 13 | - [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