2016-10-29 01:35:15 +08:00
|
|
|
---
|
2018-05-30 09:02:02 +08:00
|
|
|
title: Test, debug, and troubleshoot in ASP.NET Core
|
|
|
|
author: guardrex
|
2017-05-23 09:35:11 +08:00
|
|
|
description: Links to resources for testing and debugging ASP.NET Core applications.
|
2016-10-29 01:35:15 +08:00
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2018-05-30 09:02:02 +08:00
|
|
|
ms.custom: mvc
|
|
|
|
ms.date: 05/24/2018
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: article
|
2018-05-30 09:02:02 +08:00
|
|
|
uid: test/index
|
2016-10-29 01:35:15 +08:00
|
|
|
---
|
2018-05-30 09:02:02 +08:00
|
|
|
# Test, debug, and troubleshoot in ASP.NET Core
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2017-12-03 01:06:50 +08:00
|
|
|
* [Unit testing](/dotnet/articles/core/testing/unit-testing-with-dotnet-test)
|
2018-05-30 09:02:02 +08:00
|
|
|
* [Integration tests](xref:test/integration-tests)
|
|
|
|
* [Razor Pages unit tests](xref:test/razor-pages-tests)
|
2018-01-11 03:58:43 +08:00
|
|
|
* [Test controllers](xref:mvc/controllers/testing)
|
|
|
|
* [Debug ASP.NET Core 2.x source](https://github.com/aspnet/Docs/issues/4155)
|
2017-12-03 01:06:50 +08:00
|
|
|
* [Remote debugging](/visualstudio/debugger/remote-debugging-azure)
|
|
|
|
* [Snapshot debugging](/azure/application-insights/app-insights-snapshot-debugger)
|
2018-05-31 00:42:10 +08:00
|
|
|
* [NDC Conference (London, 2018): Diagnosing issues in ASP.NET Core Applications](https://www.youtube.com/watch?v=RYI0DHoIVaA)
|
|
|
|
* [ASP.NET Blog: Troubleshooting ASP.NET Core Performance Problems](https://blogs.msdn.microsoft.com/webdev/2018/05/23/asp-net-core-performance-improvements/)
|
2018-05-30 09:02:02 +08:00
|
|
|
* [Troubleshoot](xref:test/troubleshoot)
|