30 lines
904 B
Markdown
30 lines
904 B
Markdown
|
---
|
||
|
title: Fundamentals
|
||
|
author: rick-anderson
|
||
|
ms.author: riande
|
||
|
manager: wpickett
|
||
|
ms.date: 10/14/2016
|
||
|
ms.topic: article
|
||
|
ms.assetid: a19b7836-63e4-44e8-8250-50d426dd1070
|
||
|
ms.prod: aspnet-core
|
||
|
---
|
||
|
# Fundamentals
|
||
|
|
||
|
- [Application Startup](startup.md)
|
||
|
- [Middleware](middleware.md)
|
||
|
- [Working with Static Files](static-files.md)
|
||
|
- [Routing](routing.md)
|
||
|
- [Error Handling](error-handling.md)
|
||
|
- [Globalization and localization](localization.md)
|
||
|
- [Configuration](configuration.md)
|
||
|
- [Logging](logging.md)
|
||
|
- [File Providers](file-providers.md)
|
||
|
- [Dependency Injection](dependency-injection.md)
|
||
|
- [Working with Multiple Environments](environments.md)
|
||
|
- [Hosting](hosting.md)
|
||
|
- [Managing Application State](app-state.md)
|
||
|
- [Servers](servers.md)
|
||
|
- [Request Features](request-features.md)
|
||
|
- [Open Web Interface for .NET (OWIN)](owin.md)
|
||
|
- [Choosing the Right .NET For You on the Server](choosing-the-right-dotnet.md)
|