This application consists of:
142 | 147 |How to
150 |-
151 |
- Add a Controller and View 152 |
- Add an appsetting in config and access it in app. 153 |
- Manage User Secrets using Secret Manager. 154 |
- Use logging to log a message. 155 |
- Add packages using NuGet. 156 |
- Add client packages using Bower. 157 |
- Target development, staging or production environment. 158 |
Overview
162 |-
163 |
- Conceptual overview of what is ASP.NET 5 164 |
- Fundamentals of ASP.NET 5 such as Startup and middleware. 165 |
- Working with Data 166 |
- Security 167 |
- Client side development 168 |
- Develop on different platforms 169 |
- Read more on the documentation site 170 |
Run & Deploy
174 |-
175 |
- Run your app 176 |
- Run your app on .NET Core 177 |
- Run commands in your project.json 178 |
- Publish to Microsoft Azure Web Apps 179 |