|
1 | | -# Welcome to ASP.NET 5 |
| 1 | +# Welcome to ASP.NET Core |
2 | 2 |
|
3 | 3 | We've made some big updates in this release, so it’s **important** that you spend a few minutes to learn what’s new. |
4 | 4 |
|
5 | | -You've created a new ASP.NET 5 project. [Learn what's new](http://go.microsoft.com/fwlink/?LinkId=518016) |
| 5 | +You've created a new ASP.NET Core project. [Learn what's new](https://go.microsoft.com/fwlink/?LinkId=518016) |
6 | 6 |
|
7 | 7 | ## This application consists of: |
8 | 8 |
|
9 | | -* Sample pages using ASP.NET MVC 6 |
10 | | -* [Gulp](http://go.microsoft.com/fwlink/?LinkId=518007) and [Bower](http://go.microsoft.com/fwlink/?LinkId=518004) for managing client-side libraries |
11 | | -* Theming using [Bootstrap](http://go.microsoft.com/fwlink/?LinkID=398939) |
| 9 | +* Sample pages using ASP.NET Core MVC |
| 10 | +* [Gulp](https://go.microsoft.com/fwlink/?LinkId=518007) and [Bower](https://go.microsoft.com/fwlink/?LinkId=518004) for managing client-side libraries |
| 11 | +* Theming using [Bootstrap](https://go.microsoft.com/fwlink/?LinkID=398939) |
12 | 12 |
|
13 | 13 | ## How to |
14 | 14 |
|
15 | | -* [Add a Controller and View](http://go.microsoft.com/fwlink/?LinkID=398600) |
16 | | -* [Add an appsetting in config and access it in app.](http://go.microsoft.com/fwlink/?LinkID=699562) |
17 | | -* [Manage User Secrets using Secret Manager.](http://go.microsoft.com/fwlink/?LinkId=699315) |
18 | | -* [Use logging to log a message.](http://go.microsoft.com/fwlink/?LinkId=699316) |
19 | | -* [Add packages using NuGet.](http://go.microsoft.com/fwlink/?LinkId=699317) |
20 | | -* [Add client packages using Bower.](http://go.microsoft.com/fwlink/?LinkId=699318) |
21 | | -* [Target development, staging or production environment.](http://go.microsoft.com/fwlink/?LinkId=699319) |
| 15 | +* [Add a Controller and View](https://go.microsoft.com/fwlink/?LinkID=398600) |
| 16 | +* [Add an appsetting in config and access it in app.](https://go.microsoft.com/fwlink/?LinkID=699562) |
| 17 | +* [Manage User Secrets using Secret Manager.](https://go.microsoft.com/fwlink/?LinkId=699315) |
| 18 | +* [Use logging to log a message.](https://go.microsoft.com/fwlink/?LinkId=699316) |
| 19 | +* [Add packages using NuGet.](https://go.microsoft.com/fwlink/?LinkId=699317) |
| 20 | +* [Add client packages using Bower.](https://go.microsoft.com/fwlink/?LinkId=699318) |
| 21 | +* [Target development, staging or production environment.](https://go.microsoft.com/fwlink/?LinkId=699319) |
22 | 22 |
|
23 | 23 | ## Overview |
24 | 24 |
|
25 | | -* [Conceptual overview of what is ASP.NET 5](http://go.microsoft.com/fwlink/?LinkId=518008) |
26 | | -* [Fundamentals of ASP.NET 5 such as Startup and middleware.](http://go.microsoft.com/fwlink/?LinkId=699320) |
27 | | -* [Working with Data](http://go.microsoft.com/fwlink/?LinkId=398602) |
28 | | -* [Security](http://go.microsoft.com/fwlink/?LinkId=398603) |
29 | | -* [Client side development](http://go.microsoft.com/fwlink/?LinkID=699321) |
30 | | -* [Develop on different platforms](http://go.microsoft.com/fwlink/?LinkID=699322) |
31 | | -* [Read more on the documentation site](http://go.microsoft.com/fwlink/?LinkID=699323) |
| 25 | +* [Conceptual overview of what is ASP.NET Core](https://go.microsoft.com/fwlink/?LinkId=518008) |
| 26 | +* [Fundamentals of ASP.NET Core such as Startup and middleware.](https://go.microsoft.com/fwlink/?LinkId=699320) |
| 27 | +* [Working with Data](https://go.microsoft.com/fwlink/?LinkId=398602) |
| 28 | +* [Security](https://go.microsoft.com/fwlink/?LinkId=398603) |
| 29 | +* [Client side development](https://go.microsoft.com/fwlink/?LinkID=699321) |
| 30 | +* [Develop on different platforms](https://go.microsoft.com/fwlink/?LinkID=699322) |
| 31 | +* [Read more on the documentation site](https://go.microsoft.com/fwlink/?LinkID=699323) |
32 | 32 |
|
33 | 33 | ## Run & Deploy |
34 | 34 |
|
35 | | -* [Run your app](http://go.microsoft.com/fwlink/?LinkID=517851) |
36 | | -* [Run your app on .NET Core](http://go.microsoft.com/fwlink/?LinkID=517852) |
37 | | -* [Run commands in your project.json](http://go.microsoft.com/fwlink/?LinkID=517853) |
38 | | -* [Publish to Microsoft Azure Web Apps](http://go.microsoft.com/fwlink/?LinkID=398609) |
| 35 | +* [Run your app](https://go.microsoft.com/fwlink/?LinkID=517851) |
| 36 | +* [Run tools such as EF migrations and more](https://go.microsoft.com/fwlink/?LinkID=517853) |
| 37 | +* [Publish to Microsoft Azure Web Apps](https://go.microsoft.com/fwlink/?LinkID=398609) |
39 | 38 |
|
40 | | -We would love to hear your [feedback](http://go.microsoft.com/fwlink/?LinkId=518015) |
| 39 | +We would love to hear your [feedback](https://go.microsoft.com/fwlink/?LinkId=518015) |
0 commit comments